The following comment has been added to this issue:
Author: Adam Jack
Created: Tue, 22 Jun 2004 8:26 AM
Body:
I don't think so, I've read this:
http://www.python.org/doc/current/lib/module-pydoc.html
and tinkered with it, but not found a way.
I'd really like to have PyDoc documentation for Gump, especially
publically, but I don't know the security risks & (sadly)
respect that they take priority. That said -- hmm, do we know
they are any better/worse for PyDoc than MoinMoin? I guess so,
since MoinMoin runs behind Apache (right?). Oh well.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/GUMP-63?page=comments#action_36283
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/GUMP-63
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GUMP-63
Summary: pydoc & ProxyPass
Type: Task
Status: Unassigned
Priority: Minor
Project: Gump
Components:
configuration of live servers
Documentation
Python
Versions:
unspecified
Assignee:
Reporter: Michael Davey
Created: Fri, 11 Jun 2004 10:32 AM
Updated: Tue, 22 Jun 2004 8:26 AM
Environment: brutus.apache.org, gump.apache.org
Description:
As requested by Adam, I am logging this as a jira task:
1. run pydoc as a service on brutus (or other server), pointing it to the gump code.
Something like:
python pydoc.py -p 1234 gump
where 1234 is the port to use and gump is the root directory of python code.
2. ProxyPass from gump.apache.org to the pydoc service. Something like:
ProxyPass /docs/api/ http://brutus.apache.org:1234/
ProxyPassReverse /docs/api/ http://brutus.apache.org:1234/
Adam adds: "What would be cool would be to automate
checking out the Gump code into the place where pydoc looks, so we are
always fresh.
BTW: I don't know the security concerns associated with pydoc..."
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]