Re: Yet another Django application

2016-03-05 Thread Edison Dungog
Is zmaj still existing? I visit the link provided here but was not able to find anything to download. Thanks. On Thursday, August 24, 2006 at 7:24:00 AM UTC+8, Viktor Kerkez wrote: > > http://code.google.com/p/zmaj/ > > is an application for Linux system administration. It's intended to be > repl

Re: Yet another Django application

2006-09-02 Thread didier Belot
2006/9/1, Jan Claeys <[EMAIL PROTECTED]>: d> Also look at the new init replacement ('upstart') then: > > Yes! Thanks for the links. -- didier --~--~-~--~~~---~--~

Re: Yet another Django application

2006-09-01 Thread Jan Claeys
Op do, 24-08-2006 te 12:10 +0200, schreef didier Belot: > About the service app: it is very distribution specific! Maybe you can > have a base class defining the api, and distribution specific classes > doing the job (one for fedora/redhat, one for debian, ...) with a > DISTRIBUTION setting in the

Re: Yet another Django application

2006-08-24 Thread Viktor Kerkez
On 8/24/06, Rasjid <[EMAIL PROTECTED]> wrote: > Your project is now bookmarked, and time allowing I hope to be able to > contribute. I would be very glad to incorprate into Zmaj any changes and modules You provide me with. :) Every contribution is welcome. :) --~--~-~--~~

Re: Yet another Django application

2006-08-24 Thread Viktor Kerkez
On 8/24/06, didier Belot <[EMAIL PROTECTED]> wrote: > About the service app: it is very distribution specific! Yes, I know :-/ I'm one of http://www.atomixlinux.org developers, and because of that I don't have time to test it on other Linux distributions (Atomix is derived from Fedora)... The pla

Re: Yet another Django application

2006-08-24 Thread Rasjid
Viktor Kerkez wrote: > http://code.google.com/p/zmaj/ > > is an application for Linux system administration. After playing with Django for the first time a few days ago, I thought - hey, this would be a great base for a python based webmin replacement. And lo and behold, someone else has started

Re: Yet another Django application

2006-08-24 Thread didier Belot
2006/8/24, Viktor Kerkez <[EMAIL PROTECTED]>: > > On 8/24/06, didier Belot <[EMAIL PROTECTED]> wrote: > > What is the libuser that's imported in zmaj.users.views.py ? > > It's a python library that implements a standardized interface for > manipulating and administering user and group accounts. It

Re: Yet another Django application

2006-08-24 Thread Viktor Kerkez
On 8/24/06, didier Belot <[EMAIL PROTECTED]> wrote: > What is the libuser that's imported in zmaj.users.views.py ? It's a python library that implements a standardized interface for manipulating and administering user and group accounts. It's developed by RedHat, but can be found for every linux

Re: Yet another Django application

2006-08-24 Thread Viktor Kerkez
On 8/24/06, Sean Schertell <[EMAIL PROTECTED]> wrote: > Hey this sounds like a great project! Any plans to integrate mail > user and ftp user management? Yes, there is a plan to integrate mail and ftp user management. It will be the part of the SMTP and FTP server configuration. But there is a lo

Re: Yet another Django application

2006-08-24 Thread didier Belot
Thanks, looks good. What is the libuser that's imported in zmaj.users.views.py ? 2006/8/24, Viktor Kerkez <[EMAIL PROTECTED]>: > > http://code.google.com/p/zmaj/ > > [...] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: Yet another Django application

2006-08-23 Thread Sean Schertell
On Aug 24, 2006, at 8:24 AM, Viktor Kerkez wrote: > > http://code.google.com/p/zmaj/ > > is an application for Linux system administration. It's intended to be > replacement for Webmin (Yes, a big bite, I know... But I concluded > that it's easyer to write the whole application from scratch then

Yet another Django application

2006-08-23 Thread Viktor Kerkez
http://code.google.com/p/zmaj/ is an application for Linux system administration. It's intended to be replacement for Webmin (Yes, a big bite, I know... But I concluded that it's easyer to write the whole application from scratch then to learn Perl and write modules for Webmin ;) Currently 4 mod