Skip to content

Commit 11d3586

Browse files
author
Richard Jones
committed
more doc work - new improved overview doc
1 parent 4a06b7c commit 11d3586

File tree

6 files changed

+1413
-777
lines changed

6 files changed

+1413
-777
lines changed

doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ STXTOHTML = rst2html
33

44
SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
55
glossary.txt implementation.txt index.txt design.txt \
6-
installation.txt upgrading.txt user_guide.txt maintenance.txt
6+
installation.txt upgrading.txt user_guide.txt maintenance.txt \
7+
overview.txt
78

89
COMPILED := $(SOURCE:.txt=.html)
910

doc/index.txt

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ Roundup: an Issue-Tracking System for Knowledge Workers
55
Contents
66
========
77

8-
- Overview_ and Features_ (pdf__)
9-
- Installation_ (pdf__) and Upgrading_ existing installs (pdf__)
10-
- `User Guide`_ (pdf__)
11-
- Configuring and `Customising Roundup`_ (pdf__)
12-
- `Maintaining Roundup Trackers`_ (pdf__)
13-
- `Roundup's Design`_ (pdf__) (original_)
14-
- `Developing Roundup`_ (pdf__)
8+
- Overview_ and Features_
9+
- Installation_ and Upgrading_ existing installs
10+
- `Frequently Asked Questions`_
11+
- `User Guide`_
12+
- Configuring and `Customising Roundup`_
13+
- `Maintaining Roundup Trackers`_
14+
- `Roundup's Design`_ (original_)
15+
- `Developing Roundup`_
1516
- Contact_
1617
- Acknowledgements_
1718
- License_
@@ -24,8 +25,7 @@ For general support enquiries about usage, a mailing list is available:
2425
2526

2627
If you've got a great idea for roundup, or have found a bug, please
27-
submit
28-
an issue to the tracker at:
28+
submit an issue to the tracker at:
2929

3030
http://sourceforge.net/tracker/?group_id=31577
3131

@@ -95,6 +95,7 @@ See COPYING.txt in the software distribution for the licensing terms.
9595
.. _Features: features.html
9696
.. _Installation: installation.html
9797
.. _Upgrading: upgrading.html
98+
.. _`Frequently Asked Questions`: FAQ.html
9899
.. _`User Guide`: user_guide.html
99100
.. _`Customising Roundup`: customizing.html
100101
.. _`Maintaining Roundup Trackers`: maintenance.html
@@ -103,13 +104,3 @@ See COPYING.txt in the software distribution for the licensing terms.
103104
.. _original: spec.html
104105
.. _Upgrading: upgrading.html
105106

106-
.. __: overview.pdf
107-
.. __: features.pdf
108-
.. __: installation.pdf
109-
.. __: upgrading.pdf
110-
.. __: user_guide.pdf
111-
.. __: customizing.pdf
112-
.. __: maintenance.pdf
113-
.. __: design.pdf
114-
.. __: developers.pdf
115-

doc/installation.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.45 $
5+
:Version: $Revision: 1.46 $
66

77
.. contents::
88

@@ -470,6 +470,7 @@ Schedule
470470

471471
To have the Roundup mail gateway run periodically to poll a POP email address,
472472
set the following up in Scheduled Tasks:
473+
473474
Run
474475
``c:\cygwin\bin\bash.exe -c "roundup-mailgw /opt/roundup/trackers/support pop roundup:roundup@mail-server"``
475476
Start In
@@ -498,7 +499,7 @@ This is usually done via the following 2 steps:
498499
Linux
499500
-----
500501

501-
Make sure you read the instructions under `shared environment setup`_.
502+
Make sure you read the instructions under `shared environment steps`_.
502503

503504
Python 2.1.1 as shipped with SuSE7.3 might be missing module
504505
``_weakref``.
@@ -509,7 +510,7 @@ Solaris
509510

510511
You'll need to build Python.
511512

512-
Make sure you read the instructions under `shared environment setup`_.
513+
Make sure you read the instructions under `shared environment steps`_.
513514

514515
-------------------------------------------------------------------------------
515516

0 commit comments

Comments
 (0)