# HG changeset patch # User paulb # Date 1076198145 0 # Node ID 95f5114932c60112b34605da3c78871c460b0582 # Parent 0e55491769193c11123c4b88a6d3dde7641f291e [project @ 2004-02-07 23:55:40 by paulb] Fixed documentation according to the Simple renaming. diff -r 0e5549176919 -r 95f5114932c6 docs/BaseHTTPRequestHandler/NOTES.txt --- a/docs/BaseHTTPRequestHandler/NOTES.txt Sat Feb 07 23:49:34 2004 +0000 +++ b/docs/BaseHTTPRequestHandler/NOTES.txt Sat Feb 07 23:55:45 2004 +0000 @@ -1,7 +1,7 @@ Specifying the appropriate PYTHONPATH, invoke the application program. For example, in the WebStack distribution directory: -PYTHONPATH=.:examples/Common python examples/BaseHTTPRequestHandler/Simple.py +PYTHONPATH=.:examples/Common python examples/BaseHTTPRequestHandler/SimpleApp.py The WebStack package must reside on the PYTHONPATH, along with the package containing the application itself. diff -r 0e5549176919 -r 95f5114932c6 docs/ModPython/NOTES.txt --- a/docs/ModPython/NOTES.txt Sat Feb 07 23:49:34 2004 +0000 +++ b/docs/ModPython/NOTES.txt Sat Feb 07 23:55:45 2004 +0000 @@ -2,9 +2,9 @@ containing the handler package, then specify the appropriate module name as the PythonHandler. -Alias /simple "/home/paulb/Software/Python/WebStack/examples/ModPython/Simple" +Alias /simple "/home/paulb/Software/Python/WebStack/examples/ModPython/SimpleApp" - + AddHandler python-program .simple PythonHandler SimpleHandler PythonDebug On diff -r 0e5549176919 -r 95f5114932c6 docs/Twisted/NOTES.txt --- a/docs/Twisted/NOTES.txt Sat Feb 07 23:49:34 2004 +0000 +++ b/docs/Twisted/NOTES.txt Sat Feb 07 23:55:45 2004 +0000 @@ -1,7 +1,7 @@ Specifying the appropriate PYTHONPATH, invoke the application program. For example, in the WebStack distribution directory: -PYTHONPATH=.:examples/Common python examples/Twisted/Simple.py +PYTHONPATH=.:examples/Common python examples/Twisted/SimpleApp.py The WebStack package must reside on the PYTHONPATH, along with the package containing the application itself. diff -r 0e5549176919 -r 95f5114932c6 docs/Webware/NOTES.txt --- a/docs/Webware/NOTES.txt Sat Feb 07 23:49:34 2004 +0000 +++ b/docs/Webware/NOTES.txt Sat Feb 07 23:55:45 2004 +0000 @@ -67,7 +67,7 @@ appear; the Simple application being installed as follows: cd Webware -ln -s ../WebStack/examples/Webware/Simple +ln -s ../WebStack/examples/Webware/SimpleApp Running the application server: