]> 91.132.146.200 Git - insipid.git/commitdiff
updated todo
authorBanana <banana@starscream.de>
Wed, 15 Jun 2011 13:26:01 +0000 (15:26 +0200)
committerBanana <banana@starscream.de>
Wed, 15 Jun 2011 13:26:01 +0000 (15:26 +0200)
TODO
lib/Insipid/Main.pm

diff --git a/TODO b/TODO
index b9e9c37cbf35cf24cf35e24de04dc811dc2404a5..d2dc2b32a87ca15a93ffd9b23b4804265eb0fd32 100755 (executable)
--- a/TODO
+++ b/TODO
@@ -1,25 +1,24 @@
-For 1.0\r
-==========================================================================\r
-- Quote marks screw up adding a bookmark\r
-- Move htaccess management into the configuration page\r
-- Fix the text/html content type going that's snapshotted\r
-- Check for duplicate page cache objects before insert (due to all the\r
-  warnings that appear in the log)\r
-- Fix the missing tag rename and delete functionality\r
-\r
-\r
-Everything else\r
-==========================================================================\r
-- Optionally use LWP to automatically import Delicious marks\r
-- Link checker\r
-- Pageable snapshot list\r
-- An inbox of links that people submit, either through a public interface \r
-  or XML-RPC (Rest of course)\r
-- A way to publish links to friends via their exposed RPC interface\r
-- Add a new column to the bookmark table for a "Via" field (which can be \r
-  filled in automatically when a mark is pushed and accepted)\r
-- Add - (subtractive) filtering\r
-- Share the iteration code between export and display\r
-- More configurable options (e.g., max RSS entries, max tags displayed, etc)\r
-- Order and categories of options\r
-\r
+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
+
index f9902e100bce62bc1d658049e65de79efe942b49..bce532929d3745751cdb96cb4079ec5b6c3e8724 100755 (executable)
@@ -809,8 +809,9 @@ sub show_toolbar {
         print " | <a class=\"tools\" href=\"$site_url/insipid.cgi?op=login\">login</a>";
     }
 
-    print " | <a class=\"tools\" href=\"javascript:void window.open('$site_url/help.html','width=300,height=500');\">help</a> ";
-    print " | <a class=\"tools\" href=\"http://www.neuro-tech.net/insipid/\">source</a>";
+    print " <br /> <a class=\"tools\" href=\"javascript:void window.open('$site_url/help.html','width=300,height=500');\">help</a> ";
+    print " | <a class='tools' href='http://www.neuro-tech.net/insipid/'>old-source</a>";
+       print " | <a class='tools' href='https://github.com/jumpin-banana/insipid'>current-source</a>";
 
     print "</div></tr></table></center>";
 }