[go: up one dir, main page]

Menu

Tree [82a575] default 0.3.0 /
 History

Read Only access


File Date Author Commit
 cgi-bin 2001-11-22 Richard Jones Richard Jones [82a575] quick fix for file uploads on windows in roundu...
 doc 2001-11-22 Richard Jones Richard Jones [82a575] quick fix for file uploads on windows in roundu...
 roundup 2001-11-21 Jürgen Hermann Jürgen Hermann [a930fe] Added globbing for win32, and sample marking in...
 test 2001-10-28 Richard Jones Richard Jones [256776] fixed [SF#474749] Indentations lost
 tools 2001-11-21 Jürgen Hermann Jürgen Hermann [a930fe] Added globbing for win32, and sample marking in...
 .cvsignore 2001-07-25 Anthony Baxter Anthony Baxter [f36508] *** empty log message ***
 BUILD.txt 2001-08-29 Richard Jones Richard Jones [cdee58] prep for release
 CHANGES.txt 2001-11-21 Jürgen Hermann Jürgen Hermann [96b0db] Added dummy hooks for I18N...
 ChangeLog 2001-08-03 Anthony Baxter Anthony Baxter [08648e] regenerated on Fri Aug 3 12:12:00 EST 2001
 INSTALL.txt 2001-11-07 Richard Jones Richard Jones [745f9c] Info on setting up a local spool handling mail ...
 MANIFEST.in 2001-10-27 Richard Jones Richard Jones [ff35f6] Fixed manifest template
 MIGRATION.txt 2001-11-21 Richard Jones Richard Jones [00f120] Some version number and documentation fixes.
 README.txt 2001-10-05 Richard Jones Richard Jones [e0a54a] more doc cleanup
 roundup-admin 2001-11-21 Richard Jones Richard Jones [d47818] more new property handling
 roundup-mailgw 2001-11-13 Richard Jones Richard Jones [7d7cb5] re-open the database as the author in mail hand...
 roundup-server 2001-11-12 Jürgen Hermann Jürgen Hermann [59ed29] Fixed option & associated error handling
 setup.py 2001-11-21 Richard Jones Richard Jones [00f120] Some version number and documentation fixes.

Read Me

                                    Roundup
                                    =======


1. License
==========

Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
This module is free software, and you may redistribute it and/or modify
under the same terms as Python, so long as this copyright message and
disclaimer are retained in their original form.

IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OF THIS CODE, EVEN IF BIZAR SOFTWARE PTY LTD HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.


The stylesheet included with this package has been copied from the Zope
management interface and presumably belongs to Digital Creations.


2. Installation
===============
For installation notes, please see the file INSTALL.TXT


3. Usage
========
See the index.html file in the "doc" directory.


3. Design
=========
See the information in the "doc" directory.



4. TODO
=======
Most of the TODO items are captured in comments in the code. In summary:

in general:
  . more unit tests
  . more back-ends
  . better error handling (nicer messages for users)
hyperdb:
  . transaction support
  . more efficient reverse lookups
roundupdb:
  . split the file storage into multiple dirs?
roundup-mailgw:
  . errors as attachments
  . limits on the e-mail addresses that may use the mail gateway
roundup-server:
  . check the source file timestamps before reloading
cgi_client
  . keep form fields in form on bad submission - only clear it if all ok


5. Known Bugs
=============

date:
  . date subtraction doesn't work correctly "if the dates cross leap years,
    phases of the moon, ..."
cgi:
  . enabling a filter disables the current filter hidden fields.


6. Author
=========
richard@users.sourceforge.net


7. Thanks
=========
Well, Ping, of course ;)

Anthony Baxter, for some good first-release feedback. And then continuing
support through development on sourceforge.