Re: Help with web dashboard

2005-01-29 Thread Fuzzyman
Chris wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] says... > > Ifd you want to use standard CGI I've written a CGI user > > authentication/management module called logintools. > > > > Would this be preferred (or easier) than using an application server > (ie. Zope or Webware)? > >

Re: Help with web dashboard

2005-01-28 Thread Chris
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Ifd you want to use standard CGI I've written a CGI user > authentication/management module called logintools. > Would this be preferred (or easier) than using an application server (ie. Zope or Webware)? If possible, I think it woul

Re: Help with web dashboard

2005-01-28 Thread Fuzzyman
Ifd you want to use standard CGI I've written a CGI user authentication/management module called logintools. See http://www.voidspace.org.uk/python/logintools.html Regards, Fuzzy http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: Help with web dashboard

2005-01-28 Thread Larry Bates
I don't know how complicated that you want to get, but Zope has built in support for a control panel with what are called portlets. Each portlet can act as an individual sub-window on the control panel. You convert each of your individal scripts to a portlet and plug them into a control panel page

Help with web dashboard

2005-01-27 Thread Chris
I've written some python scripts to handle different tasks on my Windows network. I would like for them to be accessible via a single web page (kind of like a dashboard) but have the scripts run on the web server (also a Windows box). Can anyone recommend a way (web server / language / method)