File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ Both need the bsddb module.
3737-----------------
3838 1. Make a directory in /home/httpd/html called 'roundup'.
3939 2. Copy the tar file's contents there.
40- 3. "python roundup.py init" to initialise the database (by default, it
40+ 3. Edit config.py
41+ 4. "python roundup.py init" to initialise the database (by default, it
4142 goes in a directory called 'db' in the current directory). Choose a
4243 sensible admin password.
43- 4 . "chmod -R a+rw db"
44+ 5 . "chmod -R a+rw db"
4445
4546
46472.2 Mail
@@ -79,6 +80,7 @@ RewriteRule ^/roundup/roundup.cgi(.*) /home/httpd/html/roundup/roundup.cgi$1 [e=
7980 5. Load up the page "/roundup/roundup.cgi/"
8081
8182
83+
82843. Usage
8385========
8486The system is designed to accessed through the command-line, e-mail or web
@@ -163,6 +165,7 @@ In short:
163165 roundup.py - the command-line tool has a lot more commands at its disposal
164166
165167
168+
1661694. TODO
167170=======
168171Most of the TODO items are captured in comments in the code. In summary:
@@ -192,8 +195,6 @@ roundup_cgi
1921955. Known Bugs
193196=============
194197
195- http://dirk.adroit/roundup/roundup.cgi/issue?%3Acolumns%3Dactivity%2Cstatus%2Ctitle&%3Asort%3Dtitle%2C-activity&%3Agroup%3Dpriority
196-
197198date:
198199 . date subtraction doesn't work correctly "if the dates cross leap years,
199200 phases of the moon, ..."
You can’t perform that action at this time.
0 commit comments