comparison README.txt @ 34:aca8cb6bfd63 default tip

fix documentation + bump version
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Mar 2012 14:09:43 -0800
parents 41bd126ab77d
children
comparison
equal deleted inserted replaced
33:86b519dd8467 34:aca8cb6bfd63
31 * ``FileApp``: WSGI app that wraps ``file_response`` 31 * ``FileApp``: WSGI app that wraps ``file_response``
32 * ``Directory Server``: serves a directory tree and generated indices 32 * ``Directory Server``: serves a directory tree and generated indices
33 * ``main``: command line entry point 33 * ``main``: command line entry point
34 34
35 ``FileApp`` and ``file_response`` are heavily borrowed from 35 ``FileApp`` and ``file_response`` are heavily borrowed from
36 http://docs.webob.org/en/latest/file-example.html though the example 36 http://docs.webob.org/en/latest/file-example.html .
37 there is more complete. I will work on making this more thorough 37 I also borrowed from Paste's ``StaticURLParser`` and ``static.Cling``.
38 going forward. I also borrowed from Paste's ``StaticURLParser`` and
39 ``static.Cling``.
40 38
41 In addition there is a command line script, ``serve``, which may be 39 In addition there is a command line script, ``serve``, which may be
42 used to serve a directory with the 40 used to serve a directory with the
43 `wsgiref <http://docs.python.org/library/wsgiref.html>`_ server. 41 `wsgiref <http://docs.python.org/library/wsgiref.html>`_ server.
44 42