Mercurial > hg > FileServer
changeset 21:3ce9fe38f5e1
addendum
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 29 Feb 2012 16:39:50 -0800 |
parents | 1eb5e82605a5 |
children | 2bb87686bcca |
files | README.txt |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Wed Feb 29 16:38:39 2012 -0800 +++ b/README.txt Wed Feb 29 16:39:50 2012 -0800 @@ -35,7 +35,8 @@ ``FileApp`` and ``file_response`` are heavily borrowed from http://docs.webob.org/en/latest/file-example.html though the example there is more complete. I will work on making this more thorough -going forward. +going forward. I also borrowed from Paste's ``StaticURLParser`` and +``static.Cling``. In addition there is a command line script, ``serve``, which may be used to serve a directory with the @@ -47,7 +48,7 @@ While I didn't find them suitable for my use, there are other standalone static fileservers available for python: - * `Cling <http://lukearno.com/projects/static/>`_ + * `static <http://lukearno.com/projects/static/>`_ * `Paste <http://pythonpaste.org/modules/urlparser.html>`_ ``StaticURLParser``