summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f719656)
raw | patch | inline | side by side (parent: f719656)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Jul 2009 06:33:01 +0000 (06:33 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Jul 2009 06:33:01 +0000 (06:33 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4330 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/announcement.txt | patch | blob | history | |
doc/features.txt | patch | blob | history | |
doc/installation.txt | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index f097011ec67e1dbfa911981e8cf623c7cde9a847..3b1cb8da92247eadba2ae014cfc7698e7eca714a 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
The system will facilitate communication among the participants by managing
discussions and notifying interested parties when issues are edited. One of
the major design goals for Roundup that it be simple to get going. Roundup
-is therefore usable "out of the box" with any python 2.3+ installation. It
-doesn't even need to be "installed" to be operational, though a
-disutils-based install script is provided.
+is therefore usable "out of the box" with any python 2.3+ (but not 3+)
+installation. It doesn't even need to be "installed" to be operational,
+though an install script is provided.
It comes with two issue tracker templates (a classic bug/feature tracker and
a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
diff --git a/doc/features.txt b/doc/features.txt
index ef0552a07e8322c68a8948d316483224b9ef2de5..e1fa98eef211cc0558041db7c496bf3419e3b141 100644 (file)
--- a/doc/features.txt
+++ b/doc/features.txt
- two templates included in the distribution for you to base your tracker on
- play with the demo, customise it and then use *it* as the template for
your production tracker
- - requires *no* additional support software - python (2.3+) is
+ - requires *no* additional support software - python (2.3+ but not 3+) is
enough to get you going
- easy to set up higher-performance storage backends like sqlite_,
mysql_ and postgresql_
diff --git a/doc/installation.txt b/doc/installation.txt
index 5dfa7ef30da52371f73e9153b44c9264eb6cabc3..8460d9492d5bd3c746a05344737064e135e7cafc 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Prerequisites
=============
-Roundup requires Python 2.3 or newer with a functioning anydbm
-module. Download the latest version from http://www.python.org/.
+Roundup requires Python 2.3 or newer (but not Python 3) with a functioning
+anydbm module. Download the latest version from http://www.python.org/.
It is highly recommended that users install the latest patch version
of python as these contain many fixes to serious bugs.