From cc5c968201264d73b4e233b3a407f675661c4fdc Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 15 Oct 2002 07:33:55 +0000 Subject: [PATCH] included doc ideas from Bernhard Reiter git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1355 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/installation.txt | 10 ++++++++-- doc/user_guide.txt | 10 +++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/installation.txt b/doc/installation.txt index 10f15b1..4d8e114 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.31 $ +:Version: $Revision: 1.32 $ .. contents:: @@ -79,7 +79,8 @@ Basic Installation Steps ------------------------ 1. To install the Roundup support code into your Python tree and - Roundup scripts into /usr/local/bin:: + Roundup scripts into /usr/local/bin. You need to have write permissions + for these locations, eg. being root on unix:: python setup.py install @@ -90,6 +91,11 @@ Basic Installation Steps python setup.py install --install-scripts=/opt/roundup/bin + You can also use the ``--prefix`` option to use a completely different + base directory, if you do not want to use administrator rights. If you + choose to do this, take note of the message at the end of installation + and modify the python path accordingly. + 2. To create a Roundup tracker (necessary to do before you can use the software in any real fashion): diff --git a/doc/user_guide.txt b/doc/user_guide.txt index 3149d25..f7a97a4 100644 --- a/doc/user_guide.txt +++ b/doc/user_guide.txt @@ -2,7 +2,7 @@ User Guide ========== -:Version: $Revision: 1.10 $ +:Version: $Revision: 1.11 $ .. contents:: @@ -186,13 +186,13 @@ For example, Subject: Re: [issue2] we're out of widgets [nosy=+richard] -- setting the nosy list to just you:: +- setting the nosy list to just you and cliff:: - Subject: Re: [issue2] we're out of widgets [nosy=richard] + Subject: Re: [issue2] we're out of widgets [nosy=richard,cliff] -- removing yourself from a nosy list:: +- removing yourself from a nosy list and setting the priority:: - Subject: Re: [issue2] we're out of widgets [nosy=-richard] + Subject: Re: [issue2] we're out of widgets [nosy=-richard;priority=bug] In all cases, the message relates to issue 2. The ``Re:`` prefix is stripped off. -- 2.30.2