[PATCH] Clean up the path spec description in "blosxom_process_path_info"
"Steve Hoelzer" <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch is against trunk. It cleans up the path spec description in
"blosxom_process_path_info".
Index: pyblosxom/Pyblosxom/pyblosxom.py
===================================================================
--- pyblosxom/Pyblosxom/pyblosxom.py (revision 1122)
+++ pyblosxom/Pyblosxom/pyblosxom.py (working copy)
@@ -1099,10 +1099,10 @@
- ``/foo.html`` and C{/cat/foo.html} - file foo.* in / and /cat
- ``/cat`` - category
- - ``/2002`` - category
- ``/2002`` - year
- - ``/2002/Feb`` or ``/2002/02`` - Year and Month
- - ``/cat/2002/Feb/31`` - year and month day in category.
+ - ``/2002/Feb`` or ``/2002/02`` - year and month
+ - ``/2002/Feb/29`` or ``/2002/02/29`` - year, month, and day
+ - ``/cat/2002/Feb/29`` or ``/cat/2002/02/29`` - date in a category
"""
request = args['request']
config = request.config
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/