From cf0c512c1418ec81bdfb1f73986f05d7fa207b27 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 May 2008 15:03:41 -0400 Subject: move docs to doc darcs-hash:20080514190341-84dde-1c71549a150c1028dae0cb8421cf61e72ce3045c.gz --- TODO | 63 ------------------------------------------------------------ URLS.txt | 24 ----------------------- doc/TODO | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/URLS.txt | 24 +++++++++++++++++++++++ 4 files changed, 87 insertions(+), 87 deletions(-) delete mode 100644 TODO delete mode 100644 URLS.txt create mode 100644 doc/TODO create mode 100644 doc/URLS.txt diff --git a/TODO b/TODO deleted file mode 100644 index 8b3fe5b75..000000000 --- a/TODO +++ /dev/null @@ -1,63 +0,0 @@ -+ login -+ register -- settings -+ disallow login if user is logged in -+ disallow register if user is logged in -+ common_current_user() -+ common_logged_in() -+ session variable for login -+ post notice -+ logout -+ subscribe -+ unsubscribe -+ subscribe links on profile -+ header menu -+ footer menu -+ disallow direct to PHP files -- require valid nicknames -- common_local_url() -- configuration system ($config) -- RSS 1.0 feeds of a user's notices -- RSS 1.0 dump of a user's notices -- RSS 1.0 feed of all public notices -- RDF dump of entire site -- FOAF dump for user -- delete a notice -- make sure canonical usernames are unique -- upload avatar -- licenses -- design from Open Source Web Designs -- release 0.1 -- gettext -- subscribe remote -- add subscriber remote -- send remote notice -- receive remote notice -- confirmation email -- tinyurl-ification of URLs -- jQuery for as much as possible -- themes -- release 0.2 -- @ messages -- # tags -- L: location -- stay logged in between sessions -- use RSS as a subscription -- URL notices -- image notices -- video notices -- audio notices -- release 0.3 -- forward notices to Jabber -- forward notices to other IM -- forward notices to mobile phone -- machine tags -- release 0.4 -- include twitter subscriptions -- include Pownce subscriptions -- privacy -- Wrap DB_DataObject with memcached caching layer -- login throttle to prevent brute-force attacks -- form token in login to prevent XSS -- release 1.0 -- Atom Publishing Protocol diff --git a/URLS.txt b/URLS.txt deleted file mode 100644 index e275796fa..000000000 --- a/URLS.txt +++ /dev/null @@ -1,24 +0,0 @@ -/ main page -/public public stream - -/ profile and update feed -/?page=2 profile and update feed -// individual notice -//subscriptions people user subscribes to -//subscribed people subscribing to user -//avatar avatar -//all self and friends - -/main/login login to site -/main/logout logout of site -/main/register register to site -/main/settings change account settings -/main/recover recover password -/doc/ documentation - about about this site - help help - privacy privacy - -/style/ style -/js/ javascript -/image/ uploaded (?) images diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 000000000..8b3fe5b75 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,63 @@ ++ login ++ register +- settings ++ disallow login if user is logged in ++ disallow register if user is logged in ++ common_current_user() ++ common_logged_in() ++ session variable for login ++ post notice ++ logout ++ subscribe ++ unsubscribe ++ subscribe links on profile ++ header menu ++ footer menu ++ disallow direct to PHP files +- require valid nicknames +- common_local_url() +- configuration system ($config) +- RSS 1.0 feeds of a user's notices +- RSS 1.0 dump of a user's notices +- RSS 1.0 feed of all public notices +- RDF dump of entire site +- FOAF dump for user +- delete a notice +- make sure canonical usernames are unique +- upload avatar +- licenses +- design from Open Source Web Designs +- release 0.1 +- gettext +- subscribe remote +- add subscriber remote +- send remote notice +- receive remote notice +- confirmation email +- tinyurl-ification of URLs +- jQuery for as much as possible +- themes +- release 0.2 +- @ messages +- # tags +- L: location +- stay logged in between sessions +- use RSS as a subscription +- URL notices +- image notices +- video notices +- audio notices +- release 0.3 +- forward notices to Jabber +- forward notices to other IM +- forward notices to mobile phone +- machine tags +- release 0.4 +- include twitter subscriptions +- include Pownce subscriptions +- privacy +- Wrap DB_DataObject with memcached caching layer +- login throttle to prevent brute-force attacks +- form token in login to prevent XSS +- release 1.0 +- Atom Publishing Protocol diff --git a/doc/URLS.txt b/doc/URLS.txt new file mode 100644 index 000000000..e275796fa --- /dev/null +++ b/doc/URLS.txt @@ -0,0 +1,24 @@ +/ main page +/public public stream + +/ profile and update feed +/?page=2 profile and update feed +// individual notice +//subscriptions people user subscribes to +//subscribed people subscribing to user +//avatar avatar +//all self and friends + +/main/login login to site +/main/logout logout of site +/main/register register to site +/main/settings change account settings +/main/recover recover password +/doc/ documentation + about about this site + help help + privacy privacy + +/style/ style +/js/ javascript +/image/ uploaded (?) images -- cgit v1.2.3-54-g00ecf