aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/INSTALL2
-rw-r--r--examples/configs/sampleconfig2
-rw-r--r--examples/configs/sampleconfig-dev2
-rwxr-xr-xexamples/scripts/cookies.sh2
4 files changed, 5 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 1c0d007..43e139c 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -41,6 +41,8 @@ sample scripts:
* dmenu (with vertical patch)
* zenity
* bash
+* python (cookies.py)
+* perl (formfiller.pl)
File locations
--------------
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index e853836..daaf5c5 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -11,7 +11,7 @@
# You can use any command in place of spawn
set history_handler = spawn /usr/share/uzbl/examples/scripts/history.sh
set download_handler = spawn /usr/share/uzbl/examples/scripts/download.sh
-set cookie_handler = spawn /usr/share/uzbl/examples/scripts/cookies.sh
+set cookie_handler = spawn /usr/share/uzbl/examples/scripts/cookies.py
set minimum_font_size = 6
set font_size = 11
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index ad6de24..94b60b1 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -11,7 +11,7 @@
# Usually you want to spawn a script to handle things, but any command (such as sh) can be used
set history_handler = spawn ./examples/scripts/history.sh
set download_handler = spawn ./examples/scripts/download.sh
-set cookie_handler = spawn ./examples/scripts/cookies.sh
+set cookie_handler = spawn ./examples/scripts/cookies.py
set minimum_font_size = 6
set font_size = 11
diff --git a/examples/scripts/cookies.sh b/examples/scripts/cookies.sh
index bbb0e88..a875482 100755
--- a/examples/scripts/cookies.sh
+++ b/examples/scripts/cookies.sh
@@ -2,7 +2,7 @@
# THIS IS EXPERIMENTAL AND COULD BE INSECURE !!!!!!
-# this is an example script of how you could manage your cookies..
+# this is an example bash script of how you could manage your cookies. it is very raw and basic and not as good as cookies.py
# we use the cookies.txt format (See http://kb.mozillazine.org/Cookies.txt)
# This is one textfile with entries like this:
# kb.mozillazine.org FALSE / FALSE 1146030396 wikiUserID 16993