--- /dev/null
+
+STANDARD MODULES
+
+Modules included with a standard Python 2.5 distribution:
+Documentation available at
+ http://docs.python.org/lib/module-<module-name>.html
+
+copy
+doctest
+logging
+optparse
+os
+os.path
+re
+shutil
+stat
+string
+sys
+time
+
+
+EXTERNAL MODULES
+
+OpenSSL http://pyopenssl.sourceforge.net/
+ Python wrapper on OpenSSL library.
+daemon http://hathawaymix.org/Software/Sketches/daemon.py
+ Based on a module by Shane Hathaway.
+ Patched up with other people's ideas to support cleaner logging.
+ Patched version hosted on my webpage:
+ http://www.physics.drexel.edu/~wking/code/python/daemon.py
+web http://webpy.org/
+ A simple web framework. I think the Debain package was too
+ old a version. I installed mine from source, version 0.23.
+ Patched httpserver.py to support HTTPS.
+ Patch submitted upstream:
+ https://bugs.launchpad.net/webpy/+bug/262495
+markdown Implements a version of markdown syntax. webpy bundles a
+ version of this in their `tools' subdirectory.
+