Mercurial > p > roundup > code
diff README @ 2:23738336ae99
mention config.py in the install instructions, removed a bug
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 03:12:56 +0000 |
| parents | 5e92642cd1f8 |
| children | 4ced1524c63d |
line wrap: on
line diff
--- a/README Thu Jul 19 03:11:24 2001 +0000 +++ b/README Thu Jul 19 03:12:56 2001 +0000 @@ -37,10 +37,11 @@ ----------------- 1. Make a directory in /home/httpd/html called 'roundup'. 2. Copy the tar file's contents there. - 3. "python roundup.py init" to initialise the database (by default, it + 3. Edit config.py + 4. "python roundup.py init" to initialise the database (by default, it goes in a directory called 'db' in the current directory). Choose a sensible admin password. - 4. "chmod -R a+rw db" + 5. "chmod -R a+rw db" 2.2 Mail @@ -79,6 +80,7 @@ 5. Load up the page "/roundup/roundup.cgi/" + 3. Usage ======== The system is designed to accessed through the command-line, e-mail or web @@ -163,6 +165,7 @@ roundup.py - the command-line tool has a lot more commands at its disposal + 4. TODO ======= Most of the TODO items are captured in comments in the code. In summary: @@ -192,8 +195,6 @@ 5. Known Bugs ============= -http://dirk.adroit/roundup/roundup.cgi/issue?%3Acolumns%3Dactivity%2Cstatus%2Ctitle&%3Asort%3Dtitle%2C-activity&%3Agroup%3Dpriority - date: . date subtraction doesn't work correctly "if the dates cross leap years, phases of the moon, ..."
