Mercurial > p > roundup > code
comparison doc/installation.txt @ 686:c52122f38c9b
Documentation cleanup, added info for potential (and current) developers
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 10 Apr 2002 23:55:36 +0000 |
| parents | e429649ed124 |
| children | b38f4f95bffd |
comparison
equal
deleted
inserted
replaced
| 685:de6dc74a4148 | 686:c52122f38c9b |
|---|---|
| 1 Installing Roundup | 1 Installing Roundup |
| 2 ================== | 2 ================== |
| 3 | 3 |
| 4 `Table of contents`_ | 4 :Version: $Revision: 1.2 $ |
| 5 | 5 |
| 6 - Overview_ | 6 .. contents:: |
| 7 | 7 |
| 8 - `Classic Template`_ | |
| 9 - `Extended Template`_ | |
| 10 | |
| 11 - Prerequisites_ | |
| 12 | |
| 13 - `Testing your Python`_ | |
| 14 | |
| 15 - `Getting Roundup`_ | |
| 16 - `Installation`_ | |
| 17 - `Further Reading`_ | |
| 18 - `Platform-Specific Notes`_ | |
| 19 | 8 |
| 20 Overview | 9 Overview |
| 21 ======== | 10 ======== |
| 22 | 11 |
| 23 Broken out separately, there are several conceptual pieces to a | 12 Broken out separately, there are several conceptual pieces to a |
| 211 Python 2.1.1 as shipped with SuSE7.3 might be missing module | 200 Python 2.1.1 as shipped with SuSE7.3 might be missing module |
| 212 ``_weakref``. | 201 ``_weakref``. |
| 213 | 202 |
| 214 ------------------------------------------------------------------------------- | 203 ------------------------------------------------------------------------------- |
| 215 | 204 |
| 205 Back to `Table of Contents`_ | |
| 206 | |
| 216 Next: `Getting Started`_ | 207 Next: `Getting Started`_ |
| 217 | 208 |
| 218 .. _`table of contents`: index.html | 209 .. _`table of contents`: index.html |
| 219 .. _`getting started`: getting_started.html | 210 .. _`getting started`: getting_started.html |
| 220 .. _`roundup specification`: spec.html | 211 .. _`roundup specification`: spec.html |
| 221 .. _`customising roundup`: customizing.html | 212 .. _`customising roundup`: customizing.html |
| 222 | 213 |
| 223 $Id: installation.txt,v 1.1 2002-03-13 23:00:48 richard Exp $ |
