aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 19:54:11 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-27 19:54:11 +0200
commiteda205623c4e8ca2bc5879adb76013884d21992c (patch)
treed42509785e2161cf0dcf4ef62937f22502cde604 /CHECKLIST
parent91c7b9d8b649fad529ac4c043fbba66b055f1bd3 (diff)
checklist file
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHECKLIST b/CHECKLIST
new file mode 100644
index 0000000..e2bb183
--- /dev/null
+++ b/CHECKLIST
@@ -0,0 +1,19 @@
+This file contains all things that are/should be working.
+When you have been working on something, use this list to verify that you did not cause any regressions (things that worked before, but got broken).
+Also, when you finish a new feature, add it to this list so that everyone knows about it, can play with it, and can test it.
+
+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
+* --help and -? should show help
+* config loading: loading of settings, bindings and 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)
+* 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).
+
+
+TODO: add stuff about internal/external keybinds, mod key, insert mode, status bar, xdg stuff,
+behavior settings,.... \ No newline at end of file