Re: [Bacula-users] pytho interface

2007-07-23 Thread JC Júnior
Eric, Thanks for your help, We already use bconsole, for me is ok, but, we have simple and "text browser" compatible interfaces for almost all our services, nothing deep, just users operations like change passwords, but, one of our costumer want to starts backups "when something important happ

Re: [Bacula-users] pytho interface

2007-07-23 Thread Eric Bollengier
Hi, > I would like to help improve the existing interface, but, the existing > ones are too complicated e have too many graphics, javascript... Bweb use template for rendering html pages, you can wrote *your* backend without javascript or graphics. Just adapt all bweb/tpl/*.tpl files. > this

Re: [Bacula-users] pytho interface

2007-07-22 Thread JC Júnior
Ok Arno, thanks for your help. I would like to help improve the existing interface, but, the existing ones are too complicated e have too many graphics, javascript... this kind of stuff ... and one of project's rules are "must be fully compatible and eye candy for lynx, links and elinks" in ot

Re: [Bacula-users] pytho interface

2007-07-22 Thread Arno Lehmann
Hi, 23.07.2007 00:25,, JC Júnior wrote:: > Hi all, > > I'm trying to write a bacula's web interface That's indeed a good thing, but it might be better to see if you could help improving the existing web interfaces... > where i can create and > start jobs, configure storages, etc. Do define a

[Bacula-users] pytho interface

2007-07-22 Thread JC Júnior
Hi all, I'm trying to write a bacula's web interface where i can create and start jobs, configure storages, etc. But reading the documentations i understood that is only possible use python in the beginning and during the execution, and i want a way to start a job from web interface. how can i