# HG changeset patch # User paulb # Date 1169160464 0 # Node ID 06c16e1bb0b85ba02e80bca1dec91f68ab58f092 # Parent ade8f5da023ce27ec42ee124afc5c30c573b6b94 [project @ 2007-01-18 22:47:44 by paulb] Updated "root path" note. diff -r ade8f5da023c -r 06c16e1bb0b8 README.txt --- a/README.txt Thu Jan 18 22:43:14 2007 +0000 +++ b/README.txt Thu Jan 18 22:47:44 2007 +0000 @@ -315,14 +315,13 @@ Consider packages for different operating systems (other than Debian). -Provide some 500 error content when handle_errors is true. - Investigate cStringIO usage. The location of deployed applications in the filesystem should be exposed to those applications. (This is actually available in the __file__ module variable.) A resource could be provided to record the "root" path and added to -a resource hierarchy or site map. +a resource hierarchy or site map. Note that PathSelector records the "root" +path, although it is not automatically deployed. (Completed/rejected)