aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar dusanx <ef_dva@yahoo.com>2009-04-27 22:57:38 +0200
committerGravatar dusanx <ef_dva@yahoo.com>2009-04-27 22:57:38 +0200
commite6f0542071874fdc4d041e9f2161e0f0bac2ecf4 (patch)
treebd4894d8655c4d1333b8b5b4bdff793cdc33c30c /CHECKLIST
parentc401636ea1034edd0832e82d5a80a5930e352db4 (diff)
Uri check -- append http:// if needed
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHECKLIST b/CHECKLIST
index c2a722a..454ccaa 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -14,6 +14,9 @@ Also testers and interested people can use this list to see what uzbl is about,
* 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').
+* --uri can be specified without http:// -- if missing will be prepended.
TODO: add stuff about internal/external keybinds, mod key, insert mode, status bar,
-behavior settings,.... \ No newline at end of file
+behavior settings,....
+
+TODO: add 'http://' to url if there is no substr '://'