Code

Cleanup.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Feb 2009 16:21:46 +0000 (16:21 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Feb 2009 16:21:46 +0000 (16:21 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4128 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/FAQ.txt
doc/admin_guide.txt
doc/customizing.txt
doc/design.txt
doc/developers.txt
doc/installation.txt
doc/user_guide.txt

index dbdbeb5de4dcf3b411929317d1421175e9b1974e..f264afbd17318a6b1ba3290b47e1d91c15850a18 100644 (file)
@@ -2,8 +2,6 @@
 Roundup FAQ
 ===========
 
-:Version: $Revision: 1.23 $
-
 .. contents::
 
 
@@ -204,10 +202,5 @@ Note that if an "order" property is defined on a Class that is used for
 sorting, all items of that Class *must* have a value against the "order"
 property, or sorting will result in random ordering.
 
------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _`customisation`: customizing.html
 
index ebf4c5e840e55c7a234aed137244f2d4040391be..95a15a8281a7d5a078e65b352b381cce791e441d 100644 (file)
@@ -2,8 +2,6 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.28 $
-
 .. contents::
 
 What does Roundup install?
@@ -370,10 +368,5 @@ solution to this is to:
    of your normal login
 
 
--------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _`customisation documentation`: customizing.html
 .. _`upgrading documentation`: upgrading.html
index dadd5ec181ed4def92d8978eae7f4e6254296303..9ab3fbc6b0dd50e8323a6ecc77cc1988302540c8 100644 (file)
@@ -4,8 +4,6 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.223 $
-
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
 
@@ -4857,11 +4855,4 @@ in which it reloads edited templates immediately when they are changed,
 rather than requiring a web server restart.
 
 
--------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _`design documentation`: design.html
-.. _`admin guide`: admin_guide.html
-
index 4cee32eb5c1d52a67a2c84dcf3955552caf54ab3..859fdebf7a79f7fd7b746aeb71e4b0bb72af8c58 100644 (file)
@@ -1652,10 +1652,5 @@ Changes to this document
 - Access Controls
 - Added "actor" property
 
-------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _customisation: customizing.html
 
index a37347cd83e3a1d7d7b0fb3ef0ac560cd43eccd7..fd5b16f088621ae7e9bee16f723b3f8bd6b42053 100644 (file)
@@ -2,8 +2,6 @@
 Developing Roundup
 ==================
 
-:Version: $Revision: 1.16 $
-
 .. note::
    The intended audience of this document is the developers of the core
    Roundup code. If you just wish to alter some behaviour of your Roundup
@@ -429,11 +427,6 @@ Translatable Messages`_.)
 At run time, Roundup automatically compiles message catalogs whenever
 `PO`_ file is changed.
 
------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _`Customising Roundup`: customizing.html
 .. _`Roundup's Design Document`: spec.html
 .. _`implementation notes`: implementation.html
index f8bdf757461a0f61e4af3d940e4205115558033a..5dfa7ef30da52371f73e9153b44c9264eb6cabc3 100644 (file)
@@ -2,8 +2,6 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.130 $
-
 .. contents::
    :depth: 2
 
@@ -1010,12 +1008,6 @@ If the above fails, you may be using the wrong version of python. Try
 Roundup -- from installation and scripts.
 
 
--------------------------------------------------------------------------------
-
-Back to `Table of Contents`_
-
-Next: `User Guide`_
-
 .. _`table of contents`: index.html
 .. _`user guide`: user_guide.html
 .. _`roundup specification`: spec.html
index 5879370b29e88c87c8d5c1da94cc0e16b901eb18..944013251e546ab0dd5e07b6d90fa48592b9795d 100644 (file)
@@ -2,8 +2,6 @@
 User Guide
 ==========
 
-:Version: $Revision: 1.38 $
-
 .. contents::
 
 .. hint::
@@ -804,9 +802,3 @@ Also the tautological::
 Remember the roundup commands that accept multiple designators accept
 them ',' separated so using '-dc' is almost always required.
 
------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
-.. _`customisation documentation`: customizing.html