From: Banana Date: Wed, 15 Jun 2011 13:26:01 +0000 (+0200) Subject: updated todo X-Git-Tag: 2.1-alpha-2019-0-29~119 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=71bf454063fb5d168a47a73727a728d097d9a1ef;p=insipid.git updated todo --- diff --git a/TODO b/TODO index b9e9c37..d2dc2b3 100755 --- a/TODO +++ b/TODO @@ -1,25 +1,24 @@ -For 1.0 -========================================================================== -- Quote marks screw up adding a bookmark -- Move htaccess management into the configuration page -- Fix the text/html content type going that's snapshotted -- Check for duplicate page cache objects before insert (due to all the - warnings that appear in the log) -- Fix the missing tag rename and delete functionality - - -Everything else -========================================================================== -- Optionally use LWP to automatically import Delicious marks -- Link checker -- Pageable snapshot list -- An inbox of links that people submit, either through a public interface - or XML-RPC (Rest of course) -- A way to publish links to friends via their exposed RPC interface -- Add a new column to the bookmark table for a "Via" field (which can be - filled in automatically when a mark is pushed and accepted) -- Add - (subtractive) filtering -- Share the iteration code between export and display -- More configurable options (e.g., max RSS entries, max tags displayed, etc) -- Order and categories of options - +For 1.0 +========================================================================== +- Quote marks screw up adding a bookmark +- Move htaccess management into the configuration page +- Fix the text/html content type going that's snapshotted +- Check for duplicate page cache objects before insert (due to all the + warnings that appear in the log) + + +Everything else +========================================================================== +- Optionally use LWP to automatically import Delicious marks +- Link checker +- Pageable snapshot list +- An inbox of links that people submit, either through a public interface + or XML-RPC (Rest of course) +- A way to publish links to friends via their exposed RPC interface +- Add a new column to the bookmark table for a "Via" field (which can be + filled in automatically when a mark is pushed and accepted) +- Add - (subtractive) filtering +- Share the iteration code between export and display +- More configurable options (e.g., max RSS entries, max tags displayed, etc) +- Order and categories of options + diff --git a/lib/Insipid/Main.pm b/lib/Insipid/Main.pm index f9902e1..bce5329 100755 --- a/lib/Insipid/Main.pm +++ b/lib/Insipid/Main.pm @@ -809,8 +809,9 @@ sub show_toolbar { print " | login"; } - print " | help "; - print " | source"; + print "
help "; + print " | old-source"; + print " | current-source"; print ""; }