$module = array("page" => "wishlist_page",
"help" => "wishlist_help");
function wishlist_page() {
?>
Whislist
$Id$
Users
- auto. set default theme according to popularity or date
- enhance "track drop.org" functionality: should be made more complete and more comprehensive
- translation/localization support: let's not add this too soon as it will turn out to be a pain to maintain
- allow users to change their e-mail address: this will require validation through our confirmation procedure
- advanced search so people can search stories, comments, diaries, users, and so on by date
- see section "Modules" for more user oriented features
Adminstration
- enhance user administration
- auto. backup functionality
- auto. clean-up functionality (e.g. user's history field)
Engine
- post/edit hash - magic cookie: to prevent malicious external access and to prevent duplicate posts because of hitting the "reload" button
- URL validator
- more adaptive submission queue
- archive function
- caching
- more configuration options:
- enable/disable open submission queue
- enable/disable anonymous users
- enable/disable comments - pending comments
Modules
- messaging between administrators/users
- links/bookmarks manager
- public userlist
- visitor/referals statistics
- banner ad/rotation/tracking or affiliate program
- voting polls
- daily/weekly e-mail digest - mailing list
- daily/weekly site rapports - mailing list
- featured stories - story index grouped by category
- e-commerce/shop extension
- automatically post scheduled stories
- review system
Public release
- write minimum amount of documentation like installation guidelines, administrator guide, and so on
- make (or find and install) a "task manager / todo list / progress meter / bug report"-tool so we can get ourselves and the project somewhat organized
- setup a developers mailing list
- integration and testing with latest version of PHP (just to avoid bug reports that could have been easily avoided)
- code revision to close possible security holes
Themes
- create a theme with topic icons - graphical theme
- create a theme with black background - darker theme
- try to get existing themes HTML validated
}
function wishlist_help() {
print "See feature wishlist.";
}
?>