From: Dieter Plaetinck Date: Sun, 3 May 2009 09:21:37 +0000 (+0200) Subject: checklist updates X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=83987209217f9b3157c26565fa5521259dea140c;p=uzbl-mobile checklist updates --- 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...' > ' where 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 -c (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