changeset 1282:2feb3e0a9955

included doc ideas from Bernhard Reiter
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Oct 2002 07:33:55 +0000
parents 284a9d6b3cf9
children ece4fb0bb39a
files doc/installation.txt doc/user_guide.txt
diffstat 2 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.txt	Tue Oct 15 07:25:49 2002 +0000
+++ b/doc/installation.txt	Tue Oct 15 07:33:55 2002 +0000
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.31 $
+:Version: $Revision: 1.32 $
 
 .. contents::
 
@@ -79,7 +79,8 @@
 ------------------------
 
 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 @@
 
        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):
 
--- a/doc/user_guide.txt	Tue Oct 15 07:25:49 2002 +0000
+++ b/doc/user_guide.txt	Tue Oct 15 07:33:55 2002 +0000
@@ -2,7 +2,7 @@
 User Guide
 ==========
 
-:Version: $Revision: 1.10 $
+:Version: $Revision: 1.11 $
 
 .. contents::
 
@@ -186,13 +186,13 @@
 
    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.

Roundup Issue Tracker: http://roundup-tracker.org/