Mercurial > p > roundup > code
diff README.txt @ 194:30c3a37b699f
Started stuff off for the 0.2.5 release
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Aug 2001 01:54:58 +0000 |
| parents | 636ceccc7ed7 |
| children | eda506860b32 |
line wrap: on
line diff
--- a/README.txt Fri Aug 03 01:28:33 2001 +0000 +++ b/README.txt Fri Aug 03 01:54:58 2001 +0000 @@ -19,7 +19,8 @@ 3. Usage ======== The system is designed to accessed through the command-line, e-mail or web -interface. +interface. Roundup has some useful doucmentation in its docstrings, so +"pydoc roundup" will give useful information. 3.1 Command-line ---------------- @@ -35,6 +36,7 @@ 3.2 E-mail ---------- See the docstring at the start of the roundup/mailgw.py source file. +Use "pydoc roundup.mailgw". 3.3 Web @@ -76,6 +78,7 @@ roundupdb: . split the file storage into multiple dirs? roundup-mailgw: + . do the "sectioning" stuff properly (ie. as it's documented) . errors as attachments . snip signatures? roundup-server: @@ -94,7 +97,7 @@ 6. Author ========= -richard@sourceforge.net +richard@users.sourceforge.net 7. Thanks
