aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--TODO6
2 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 19798d9..89098ea 100644
--- a/README
+++ b/README
@@ -21,6 +21,7 @@ Right now uzbl is in a very early state but here are some ideas I would like to
-> privoxy looks cool and perfectly demonstrates the unix philosphy.
- no download manager. allow user to pick wget/curl/a custom script/...
- no build in command interpreters like ubiquity. uzbl should be accessible and you should use a shell or similar.
+- no "clear cookies/cache/..." menu items. rm ~/$XDG_{DATA,CACHE}_DIR/uzbl/{cache,cookies}/*
- vimperator/konqueror-like hyperlink following.
- password management. maybe an encrypted store that unlocks with an ssh key?
- use the XDG basedir spec for separation of config, data and cache. and state will be a subdir in the config dir (not part of the spec yet) too.
diff --git a/TODO b/TODO
index d29dbcb..ae375e9 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
* implement all the ideas from README
+* where to put proxy config? webkit support?
* do not store the 'http://' part in the history file
* improve commandline arguments
* have a better look at /merge the fifo code from barrucadu and friends
+
+
+SOMEDAY:
+figure out caching with webkit and in general how we can speed everything
+figure out how webkit intercepts key input