# HG changeset patch # User Jeff Hammel # Date 1330562390 28800 # Node ID 3ce9fe38f5e1765e63a132191e438449cb95fe45 # Parent 1eb5e82605a59334ae321012bb1e7db984ed7d71 addendum diff -r 1eb5e82605a5 -r 3ce9fe38f5e1 README.txt --- 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 `_ + * `static `_ * `Paste `_ ``StaticURLParser``