Mercurial > p > roundup > code
changeset 3243:74fecc186a2d maint-0.8
fix reference to The Zope Book
(http://article.gmane.org/gmane.comp.bug-tracking.roundup.user/5121)
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Mar 2005 18:27:33 +0000 |
| parents | 09fbb09bddd4 |
| children | c0fd814a4c83 |
| files | CHANGES.txt doc/FAQ.txt |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sat Mar 05 05:13:54 2005 +0000 +++ b/CHANGES.txt Thu Mar 17 18:27:33 2005 +0000 @@ -1,6 +1,11 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2005-??-?? 0.8.3 +Fixed: +- fix reference to The Zope Book in Roundup FAQ + + 2005-03-03 0.8.2 Feature: - roundup-server automatically redirects from trackers list
--- a/doc/FAQ.txt Sat Mar 05 05:13:54 2005 +0000 +++ b/doc/FAQ.txt Thu Mar 17 18:27:33 2005 +0000 @@ -2,7 +2,7 @@ Roundup FAQ =========== -:Version: $Revision: 1.20 $ +:Version: $Revision: 1.20.2.1 $ .. contents:: @@ -118,9 +118,9 @@ enough "Zope Page Templates". There's documentation in the Roundup customisation_ documentation. For more information have a look at: - http://www.zope.org/Documentation/Books/ZopeBook/current/contents + http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ -specifically chapter 5 "Using Zope Page Templates" and chapter 9 "Advanced +specifically chapter 10 "Using Zope Page Templates" and chapter 14 "Advanced Page Templates".
