aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-25 22:21:20 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-25 22:21:20 +0200
commitcbdf7cf74b708e717dfe79d0cfc470ecfa93f520 (patch)
tree7f36e73da7b302a855339bc74d8239b9d751fdfc /README
parentfa4f3430215808ae4f9af78f00869e9a96b244ef (diff)
parent948630efe45e6573e02ac142855229fb3198d480 (diff)
merge holizz' scheme handler
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b36293c..fe92bcf 100644
--- a/README
+++ b/README
@@ -200,6 +200,7 @@ Besides the builtin variables you can also define your own ones and use them in
- download_handler
- cookie_handler
- new_window: handler to execute to invoke new uzbl window (TODO better name)
+ - scheme_handler: handler to execute for each URI navigated to - the navigation request will be ignored if handler prints "USED\n"
- fifo_dir: location to store fifo's
- socket_dir: location to store sockets
- http_debug: http debug mode (value 0-3)
@@ -373,6 +374,10 @@ The script specific arguments are this:
$11 request address path
$12 cookie (only with PUT requests)
+* scheme handler:
+
+ $8 URI of the page to be navigated to
+
Custom, userdefined scripts (`spawn foo bar`) get first the arguments as specified in the config and then the above 7 are added at the end.