Mercurial > p > roundup > code
comparison doc/installation.txt @ 704:54333751e98d search_indexing-0-4-2-branch
Brought search_indexing-branch up to date with latest changes in HEAD.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Thu, 02 May 2002 13:09:11 +0000 |
| parents | e429649ed124 |
| children |
comparison
equal
deleted
inserted
replaced
| 703:8d2cb0d09da4 | 704:54333751e98d |
|---|---|
| 1 ================== | |
| 1 Installing Roundup | 2 Installing Roundup |
| 2 ================== | 3 ================== |
| 3 | 4 |
| 4 `Table of contents`_ | 5 :Version: $Revision: 1.1.2.1 $ |
| 5 | 6 |
| 6 - Overview_ | 7 .. contents:: |
| 7 | 8 |
| 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 | 9 |
| 20 Overview | 10 Overview |
| 21 ======== | 11 ======== |
| 22 | 12 |
| 23 Broken out separately, there are several conceptual pieces to a | 13 Broken out separately, there are several conceptual pieces to a |
| 211 Python 2.1.1 as shipped with SuSE7.3 might be missing module | 201 Python 2.1.1 as shipped with SuSE7.3 might be missing module |
| 212 ``_weakref``. | 202 ``_weakref``. |
| 213 | 203 |
| 214 ------------------------------------------------------------------------------- | 204 ------------------------------------------------------------------------------- |
| 215 | 205 |
| 206 Back to `Table of Contents`_ | |
| 207 | |
| 216 Next: `Getting Started`_ | 208 Next: `Getting Started`_ |
| 217 | 209 |
| 218 .. _`table of contents`: index.html | 210 .. _`table of contents`: index.html |
| 219 .. _`getting started`: getting_started.html | 211 .. _`getting started`: getting_started.html |
| 220 .. _`roundup specification`: spec.html | 212 .. _`roundup specification`: spec.html |
| 221 .. _`customising roundup`: customizing.html | 213 .. _`customising roundup`: customizing.html |
| 222 | 214 |
| 223 $Id: installation.txt,v 1.1 2002-03-13 23:00:48 richard Exp $ |
