Added dependencies file.
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 10:13:38 +0000 (06:13 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Aug 2008 10:13:38 +0000 (06:13 -0400)
Possible TODO: write example installation script?

DEPENDENCIES [new file with mode: 0644]

diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644 (file)
index 0000000..e0a35d8
--- /dev/null
@@ -0,0 +1,39 @@
+
+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.
+