aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--TODO6
2 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 2c1faf7..e436da9 100644
--- a/README
+++ b/README
@@ -17,6 +17,8 @@ Right now uzbl is in a very early state but here are some ideas I would like to
- no ad blocking built in. use the power of /etc/hosts. though uzblctrl should support an option to list all images on a page, so you can easily pick the links to ads to add them to your /etc/hosts. (dmenu can again be great here to automate this)
- 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}/*
+
to figure out:
- password management. maybe an encrypted store that unlocks with an ssh key?
diff --git a/TODO b/TODO
index 97fda88..5b289e6 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,6 @@
* implement all the ideas from README
-* see if we can get rid of gtk. I need no widgets at all, only the webkit page display no scrollbar, no statusbar. \ No newline at end of file
+* see if we can get rid of gtk. I need no widgets at all, only the webkit page display no scrollbar, no statusbar.
+* figure out caching with webkit and in general how we can speed everything up
+* where to put proxy config? webkit support?
+* can we change the behavior of the rendering? eg to add numbers to all hyperlinks
+* figure out how webkit intercepts key input