Mercurial > p > roundup > code
changeset 3965:248c3a7bc94d
seems like a reasonable patch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Feb 2008 03:36:30 +0000 |
| parents | 22339538cf10 |
| children | 85e52526a791 |
| files | doc/installation.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.txt Thu Feb 07 03:33:31 2008 +0000 +++ b/doc/installation.txt Thu Feb 07 03:36:30 2008 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.129 $ +:Version: $Revision: 1.130 $ .. contents:: :depth: 2 @@ -500,7 +500,7 @@ # everything else is handled by roundup web UI AliasMatch /roundup/([^/]+)/(?!@@file/)(.*) /var/db/roundup/$1/dummy.py/$2 # roundup requires a slash after tracker name - add it if missing - RedirectMatch permanent /roundup/([^/]+)$ /roundup/$1/ + RedirectMatch permanent ^/roundup/([^/]+)$ /roundup/$1/ # common settings for all roundup trackers <Directory /var/db/roundup/*> Order allow,deny @@ -521,7 +521,7 @@ <Directory /var/db/roundup/devel> PythonOption TrackerHome /var/db/roundup/devel </Directory> - + Notice that the ``/var/db/roundup`` path shown above refers to the directory in which the tracker homes are stored. The actual value will thus depend on your system.
