aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 12:40:19 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 12:40:19 +0100
commit3bae0d6eb4444e29324892bed0bcbf1a4d8066cd (patch)
treec7dd38b6f4d85ef02c7adcba2f8eaf2a8c3e3697 /README
parent98a4cae8b75906b1ef62415e8134c11b509b8668 (diff)
parenta08ab4772758106cf1b6437fd7878206b2f96d84 (diff)
Merge branch 'master' of git://github.com/Dieterbe/uzbl into dieter/master
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 0c08b2c..46f45d0 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.
@@ -71,4 +72,4 @@ KNOWN BUGS
- Segfault occurs on shutdown, almost definitely FIFO related (I'm not seeing this bug now, but the warning was here when I forked the code and I haven't touched the FIFO bit)
- Segfaults when using zoom commands (happens when max zoom already reached?).
- Something in the FIFO code causes CPU usage to jump.
-- Segfaults when loading aliases from confgi file (currently aliases are defined in the code as a 'work-around'). \ No newline at end of file
+- Segfaults when loading aliases from confgi file (currently aliases are defined in the code as a 'work-around').