diff options
Diffstat (limited to 'modules/wishlist.module')
-rw-r--r-- | modules/wishlist.module | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/modules/wishlist.module b/modules/wishlist.module deleted file mode 100644 index a1d789a38..000000000 --- a/modules/wishlist.module +++ /dev/null @@ -1,64 +0,0 @@ -<?php - -$module = array("page" => "wishlist_page", - "help" => "wishlist_help"); - -function wishlist_page() { - ?> - <H1>Wishlist</H1> - <SMALL><I>$Id$</I></SMALL> - - <H3>Users</H3> - <UL> - <LI>auto-set default theme according to popularity or date</LI> - <LI>allow users to change their e-mail address: this will require validation through our confirmation procedure</LI> - <LI><I>see section "Modules" for more user oriented features</I></LI> - </UL> - - <H3>Adminstration</H3> - <UL> - <LI>auto-backup functionality</LI> - <LI>auto-clean-up functionality (e.g. user's history field)</LI> - </UL> - - <H3>Engine</H3> - <UL> - <LI>post/edit hash - magic cookie: to prevent malicious external access and to prevent duplicate posts because of hitting the "reload" button</LI> - <LI>URL validator</LI> - <LI>archive function</LI> - <LI>caching</LI> - <LI>more configuration options:</LI> - <UL> - <LI>enable/disable anonymous users</LI> - <LI>enable/disable comments - pending comments</LI> - </UL> - </UL> - - <H3>Modules</H3> - <UL> - <LI>messaging between administrators/users</LI> - <LI>links/bookmarks manager</LI> - <LI>public userlist</LI> - <LI>visitor/referals statistics</LI> - <LI>banner ad/rotation/tracking or affiliate program</LI> - <LI>voting polls</LI> - <LI>daily/weekly e-mail digest - mailing list</LI> - <LI>daily/weekly site reports - mailing list</LI> - <LI>featured stories - story index grouped by category</LI> - <LI>review system</LI> - </UL> - - <H3>Themes</H3> - <UL> - <LI>create a theme with topic icons - graphical theme</LI> - <LI>create a theme with black background - darker theme</LI> - <LI>try to get existing themes HTML validated</LI> - </UL> - <?php -} - -function wishlist_help() { - print "See <A HREF=\"module.php?mod=wishlist\">feature wishlist</A>."; -} - -?>
\ No newline at end of file |