From: Dan P. <dp...@WP...> - 2001-08-12 03:39:55
|
Would you please send stuff through me before posting anything to the CMS webspace? There's a place for these things and a style that the main web page uses. (Which will be changing when I release Alpha 1, so don't worry about it quite yet - but everything that's up there WILL be deleted when the new stuff goes live. On that note, please remove the badly out-of-date Java API docs - they're just wasting space and new ones are available via http://wpigdc-cms.sourceforge.net/docs/javadoc/ which are kept (relatively) up-to-date.) On a completely different note, CMS Alpha 1 hopefully will be ready tomorrow, but I need to go over the event implementation and probably remove the pairs thing and add a method to DataSource that passes XHTML through as SAX events. (It's also possible I'll just leave events out of the official CMS Alpha 1.) (NOTE: If you ever get the urge to implement a hash map in an RDBS again, please use two tables: one for the main data, one for the pairs. Like so: CREATE TABLE cms_event_pairs ( cms_event_id INTEGER NOT NULL, cms_key VARCHAR(64) NOT NULL, cms_value TEXT, PRIMARY KEY (cms_event_id, cms_key)); Alright, I lied - MySQL isn't a RDBS, but it works well enough as one for that to work.) |