-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
+
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>";
}