move datafiles into own dir
authorDieter Plaetinck <dieter@plaetinck.be>
Mon, 4 May 2009 17:59:33 +0000 (19:59 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Mon, 4 May 2009 17:59:33 +0000 (19:59 +0200)
TODO
examples/bookmarks [deleted file]
examples/data/bookmarks [new file with mode: 0644]

diff --git a/TODO b/TODO
index f44308b..73a8f21 100644 (file)
--- a/TODO
+++ b/TODO
 * backspace key to pop characters from (multichar) command
 * optional logging of http requests&responses with ip/hostname and port. -> how to implement? handler? stdout? (through a socket so you know what corresponds to what?)
 * bench/optimize fifo vs socket performance. measure delays.  minimize forks. does glib use a shell? how does it detect the shebang line?
-* cookie support. how do we store and control usage?
+* cookie support.
 * "remember account settings" support. but how? configure post data per site? regex match eg '^bbs.archlinux.org' ?
 * http_proxy env var not recognized. libproxy (used by libsoup) should handle this http://mail.gnome.org/archives/libsoup-list/2009-February/msg00018.html
+* support ssl. do ssl certificate & exception management similar to how we do cookies
+* improve DCOMMIT macro.  what if WC is dirty? what if user downloaded tarball without .git?
+* DARCH is not correct (should be at runtime)
+
+* variable replacing:
+user agent -> str_replace(all vars) DONE
+title bar -> str_replace(all vars)
+status bar ->  str_replace(all vars) -> pango markup thingie
 
 SOMEDAY:
 check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)
diff --git a/examples/bookmarks b/examples/bookmarks
deleted file mode 100644 (file)
index 13fcd48..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-http://www.archlinux.org linux arch
-http://www.uzbl.org uzbl browser
-http://dieter.plaetinck.be uzbl
-http://www.icanhascheezburger.com lolcats fun
diff --git a/examples/data/bookmarks b/examples/data/bookmarks
new file mode 100644 (file)
index 0000000..13fcd48
--- /dev/null
@@ -0,0 +1,4 @@
+http://www.archlinux.org linux arch
+http://www.uzbl.org uzbl browser
+http://dieter.plaetinck.be uzbl
+http://www.icanhascheezburger.com lolcats fun