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)?
>
>
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
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
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
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)