aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-13 23:00:59 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-13 23:38:37 +0800
commitff65edef69e1c3bee3e64e0bb63015dc008dc7e5 (patch)
treef6a2dd3abe2f85c4e2e90c804844c921b029d10e /examples/config
parent3f70db4fce6a2e461c309ccb46a096d7dd5815d1 (diff)
Removed broken and deprecated scripts and removed them from the config.
examples/scripts/cookies.sh: Deprecated by uzbl-cookie-daemon months ago. examples/scripts/extedit.js: Broken in its current form without the Uzbl.run method. examples/scripts/scroll-percentage.js: Broken without the Uzbl.run method. examples/scripts/{linkfollow,hint,follower}.js: Development should take place in the single follow.js from now on. There is no logic in co-developing 4 separate following scripts (some of which have been broken for months) in our selection of example scripts.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/config/config b/examples/config/config
index 38deac3..dffdea7 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -64,7 +64,6 @@ set authentication_handler = sync_spawn @scripts_dir/auth.py
# Load commit handlers
@on_event LOAD_COMMIT @set_status <span foreground="green">recv</span>
-#@on_event LOAD_COMMIT script @scripts_dir/scroll-percentage.js
# Load finish handlers
@on_event LOAD_FINISH @set_status <span foreground="gold">done</span>
@@ -341,15 +340,6 @@ set eFormFiller = spawn @scripts_dir/eFormFiller.sh
@cbind ZN = @eFormFiller new
@cbind ZL = @eFormFiller load
-# --- External edit script configuration & binds ---
-# Edit form input fields in an external editor (gvim, emacs, urxvt -e vim, ..)
-# disabled since Uzbl object is gone
-set external_editor = gvim
-#set external_editor = xterm -e vim
-#@cbind E = script @scripts_dir/extedit.js
-# And add menu option.
-#menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js
-
# --- Examples ---
# Example showing how to use uzbl's fifo to execute a command.
#@bind X1 = sh 'echo "set zoom_level = 1.0" > "$4"'