Ronald J Kimball wrote: > Phil then led an open discussion on the implementation of Reef, touching on > topics such as content caching, GIS, database schemas, and keyword > categories.
Phil, I just remembered Trac: http://www.edgewall.com/trac/ Trac is a lightweight wiki-based project management system. You can submit tickets, manage milestones, etc. but the core of everything is a custom wiki backed by SQLite. Tickets have some fixed fields but also contain a freely editable wiki node, which is a lot like what you're doing. It's written in python, but maybe some of their design decisions would be educational. -- Jeremy _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

