aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-29 22:13:48 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-29 22:13:48 +0200
commit564b58fa836aa239870f9053ba5b2439f5da16b6 (patch)
tree3da56668edeaa0e88a72b417bc21a981f8f63eb8 /CHECKLIST
parente8913d04b7aed414ed05b17be57bc222938fa430 (diff)
checklist updates
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHECKLIST b/CHECKLIST
index d7ff118..e88df08 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -6,22 +6,23 @@ Also testers and interested people can use this list to see what uzbl is about,
* commandline switches --uri "http://.." and --config should behave as expected
* --help and -? should show help
-* config loading: loading of settings, bindings and handlers from config file
+* 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 changed to socket io with uzblctrl. see examples in scripts
* 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/.. .
all should be valid strings and contain things like the pid, fifo file, config file,.. (see README for details).
* 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.
-* Download completely finished
+* 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
+* 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
-TODO: add stuff about internal/external keybinds, mod key, insert mode, status bar,
-behavior settings,....
-
-TODO: add 'http://' to url if there is no substr '://'