Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22599
Modified Files:
TODO
Log Message:
Last commit (backup) before this will be moved to our wiki
Index: TODO
===================================================================
RCS file: /cvsroot/php-blog/serendipity/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TODO 4 Feb 2004 19:14:50 -0000 1.14
+++ TODO 23 Mar 2004 18:08:24 -0000 1.15
@@ -1,23 +1,50 @@
# $Id$
-* Split up serendipity_functions.inc.php
-* Make uploads per-user (one folder per user?)
-* Finalize the plugin API
-* Add an OPML plugin for easy blogroll inclusion
-* Add a citation extractor plugin
-* Add support for multiple weblogs
-* Add the ability to have a printer friendly format for the weblog
+This document has been moved to our WiKi:
-* Convert localization into a phpMyAdmin-like system
-* Rename serendipity_config.inc.php to serendipity.inc.php
-* Allow for blogging in Mozilla/Firebird sidebars
-* Allow for blogging from GNOME Blog (http://www.gnome.org/~seth/gnome-blog/)
- and gaim-blogger (http://gaim-blogger.sourceforge.net/).
-* Instead of keeping track of how many comments in the entries table, do some kind of JOIN with the comments table.
+http://www.s9y.org/32.html
-! Don't trackback files (zip, rar etc.) (Check headers for content-type? or just file extension?)
-! Allow for upgrades of Serendipity in the installer
+(! = High Priority, * = Medium Priority, - = Low Priority)
-? Split up the configuration page and the installer
-? Make a better "Powered By" logo
-? Convert some of the internal plugins into external plugins
+CODE CLEANUP
+============
+
+ ! Fix outstanding bugs on SF.net bugtracker
+ * Finalize the plugin API
+ * Don't trackback files (zip, rar etc.) (Check headers for
+ content-type? or just file extension?)
+ - Split up the configuration page and the installer
+ - Convert some of the internal plugins into external plugins
+ - Split up serendipity_functions.inc.php into logical files
+ - Rename serendipity_config.inc.php to serendipity.inc.php
+
+NEW FUNCTIONALITY
+=================
+
+ ! Support for multiple weblogs with per-user and shared categories,
+ admin interface for user management, per-user uploads
+
+INTEGRATION ISSUES
+==================
+
+ - Allow for blogging in Mozilla/Firebird sidebars
+ - Allow for blogging from GNOME Blog (http://www.gnome.org/~seth/gnome-blog/)
+ and gaim-blogger (http://gaim-blogger.sourceforge.net/).
+
+USABILITY
+=========
+
+ * Printer friendly version of a page
+
+DOCUMENTATION
+=============
+
+ ! Document all available CSS classes/ids
+ * Document plugin architecture
+
+PLUGINS
+=======
+
+ * OPML/Blogroll plugin [import/export/maintenance]
+ - Citation extractor plugin
+
|