aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHECKLIST
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 11:21:37 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-03 11:21:37 +0200
commit83987209217f9b3157c26565fa5521259dea140c (patch)
tree17234b9451e8caee46efa9ef91bcf3a552e4f6a3 /CHECKLIST
parentc03a12dbda40090e77ff8bee952a500997870dc1 (diff)
checklist updates
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHECKLIST b/CHECKLIST
index 26f733f..292306c 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -10,7 +10,8 @@ Also testers and interested people can use this list to see what uzbl is about,
* 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
+ ^^ TEMPORARILY BROKEN
+* 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/.. .
all should be valid strings and contain things like the pid, fifo file, config file,.. (see README for details).
@@ -29,3 +30,5 @@ Also testers and interested people can use this list to see what uzbl is about,
* 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.
: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