aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 15:29:39 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 15:29:39 +0200
commit77de3b67d918375d49e1315985503aef1b1ebef7 (patch)
tree988bec904d51bf80bd960744485379a65ed9ace3
parentaf759cbd5e52bbe629842570c311c6a55fd5b212 (diff)
documentation updates
-rw-r--r--CHECKLIST16
-rw-r--r--README2
-rw-r--r--TODO4
3 files changed, 9 insertions, 13 deletions
diff --git a/CHECKLIST b/CHECKLIST
index 292306c..2b33d12 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -4,13 +4,13 @@ Also, when you finish a new feature, add it to this list so that everyone knows
Also testers and interested people can use this list to see what uzbl is about, and report problems if they find items listed here that do not work.
-* commandline switches --uri "http://.." and --config should behave as expected
+* commandline switches --uri "http://.." and --config behave as expected
* --help and -? should show help
* config loading: loading of settings, bindings and all behavior settings (including handlers) from config file
* fifo: type this in your shell after starting uzbl:
echo 'uri http://www...' > <fifo path here>'
where <fifo path> is printed on stdout during program startup. Also "back" , "forward", "refresh" (basically all actions defined in `static Command commands` should behave as expected)
- ^^ TEMPORARILY BROKEN
+ On one of Dieter's pc's, using the fifo only works once. Please report issues with the fifo if you find any.
* socket: uzblctrl -s <socketname> -c <command> (same commands as with fifo)
* history logging: the script as defined in sample config should write history entries (date,time, url) into the file defined in the script (by default ./extra/history.sh and /tmp/uzbl.history)
* invocations of external commands: you'll see it on stdout everytime uzbl calls an external script/program. the invocations should work and none of the arguments passed should be null/garbage/.. .
@@ -18,17 +18,15 @@ Also testers and interested people can use this list to see what uzbl is about,
* XDG_CONFIG_HOME and XDG_CONFIG_DIRS (+ default values) fully supported and working (looks for a config file called 'uzbl/config').
* --uri can be specified without http:// -- if missing will be prepended.
* Downloading of files with handler script
-* Open in new window partially finished: target _new works, from popup meny does not work yet
-* Home command working (home_page variable in config)
-* Page Up / Page Down / Up / Down / Left / Right for page navigation work in command mode.
-* Open in new window completely finished with --config forwarding between instances
+* Open in new window. all (valid) args passed to your uzbl instance are passed also to the new instance, with the obvious exception of --uri.
* internal keybinds to change things work (as loaded by config)
* vimlike command and insert modes behave as expected
* always_insert_mode and modkey work too
* status bar can be toggled on and off, if off, some info (mode) will be put in title bar. position of statusbar (top/bottom) also works
-* backspace erases last edit character
-* commands with parameters: any key sequence that ends with underscore _ expects parameter. Undersore marks exact location where parameter begins. Command part can have %s that will be replaced with parameter.
+* backspace erases last edit character. esc erases entire command buffer (if in comand mode)
+* commands with parameters (keywords): any key sequence that ends with underscore _ expects parameter. Undersore marks exact location where parameter begins. Command part can have %s that will be replaced with parameter.
:o _ = uri %s - user needs to type :o www.google.com
:O_ = uri %s - user needs to type :Owww.google.com
* when typing command, press insert (paste X cliboard) or shift insert (paste primary selection buffer)
-* proxy and other network settings can be set in config \ No newline at end of file
+* proxy, user agent and other network settings can be set in config
+* scrolling works, with configurable keys (vi-like in sample config)
diff --git a/README b/README
index 6c1b23f..2087b2a 100644
--- a/README
+++ b/README
@@ -121,3 +121,5 @@ The script specific arguments are this:
KNOWN BUGS
- Segfaults when using zoom commands (happens when max zoom already reached?).
- Something in the FIFO code causes CPU usage to jump.
+
+Report new issues @ uzbl.org/bugs
diff --git a/TODO b/TODO
index 0a812c1..0546009 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-ASAP
-* fix bug that causes hang after first fifo command
-
* implement all the ideas from README
* get a logo
* when launching new instance, don't just try 'uzbl' and then './uzbl', rather launch a new uzbl in the same way the current uzbl instance was started. (same command, same arguments, except --uri)
@@ -15,7 +12,6 @@ ASAP
* select/fork based instead of the pthread stuff -> drops dependency, more lightweight.
* scrolling: make page up and page down configurable.
* show % of location in statusbar/title if page doesn't fit entirely on view.
-* put on uzbl.org that you can use http://github.com/Dieterbe/uzbl/issues after registering
* make default size configurable, and optional
* on uzbl.org commits overview: add date+time and repository
* how to handle different content types? (text-plain, image/png, application/pdf,... maybe a map of content-type to uzbl/command