Mercurial > p > roundup > code
diff doc/FAQ.txt @ 2921:ad4fb8a14a97
more doc updates, not so many TODOs any more
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 18 Nov 2004 05:05:25 +0000 |
| parents | 21a0b049fed8 |
| children | 74fecc186a2d 9cecc6c6b297 |
line wrap: on
line diff
--- a/doc/FAQ.txt Wed Nov 17 22:16:29 2004 +0000 +++ b/doc/FAQ.txt Thu Nov 18 05:05:25 2004 +0000 @@ -2,7 +2,7 @@ Roundup FAQ =========== -:Version: $Revision: 1.19 $ +:Version: $Revision: 1.20 $ .. contents:: @@ -34,9 +34,11 @@ We have a project (foo) running on ``tracker.example:8080``. We want ``http://tracker.example/issues`` to use the roundup server, so we -set that up on port 8080 on ``tracker.example`` with the ``config.py`` line:: +set that up on port 8080 on ``tracker.example`` with the ``config.ini`` line:: - TRACKER_WEB = 'http://tracker.example/issues/' + [tracker] + ... + web = 'http://tracker.example/issues/' We have a "foo_issues" tracker and we run the server with:: @@ -172,8 +174,8 @@ I keep getting logged out ~~~~~~~~~~~~~~~~~~~~~~~~~ -Make sure that the TRACKER_WEB setting in your tracker's config.py is set -to the URL of the tracker. +Make sure that the ``tracker`` -> ``web`` setting in your tracker's +config.ini is set to the URL of the tracker. How is sorting performed, and why does it seem to fail sometimes?
