Index: trunk/TODO
===================================================================
--- trunk/TODO	(revision 55)
+++ trunk/TODO	(revision 56)
@@ -2,2 +2,3 @@
     - tool to scan database for broken URLs
     - machine tags
+could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace
Index: trunk/index.cgi
===================================================================
--- trunk/index.cgi	(revision 55)
+++ 	(revision )
@@ -1,15 +1,0 @@
-#!/usr/bin/perl -w
-use strict;
-
-use BookmarkApp::Dispatch;
-
-# check for whether we are behind a reverse proxy, and adjust the SERVER_NAME accordingly
-# TODO: use something like Plack::Middlware::ReverseProxy instead
-$ENV{SERVER_NAME} = $ENV{HTTP_X_FORWARDED_HOST} if $ENV{HTTP_X_FORWARDED_HOST};
-
-BookmarkApp::Dispatch->dispatch(
-    args_to_new => {
-        #TODO: dbname should be in a config file
-        PARAMS => { dbname => 'fk.db' },
-    }
-);
