about summary refs log tree commit diff stats
path: root/xxxterm.1
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-06 21:12:49 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-06 21:12:49 +0000
commitb1fc6a6803111a636d56d4442e0c2fb0b484cabe (patch)
treea1770dc87a34ba07d740c07809c54108647151b5 /xxxterm.1
parentd0ebfded58255181da985021a8d4abf76ad3afb1 (diff)
downloadxombrero-b1fc6a6803111a636d56d4442e0c2fb0b484cabe.tar.gz
doco :js commands
Diffstat (limited to 'xxxterm.1')
-rw-r--r--xxxterm.127
1 files changed, 22 insertions, 5 deletions
diff --git a/xxxterm.1 b/xxxterm.1
index b6097e3..c6faf64 100644
--- a/xxxterm.1
+++ b/xxxterm.1
@@ -405,11 +405,28 @@ Display CA certificate(s).
 Show favorites
 .It Cm favadd
 Add current page to favorites
-.It Cm jsadd
-Add current page domain as a JavaScript white list entry to the runtime
-configuration file.
-This action will also enable JavaScript if it is currently disabled for this
-domain.
+.It Cm js
+The js command is used to manipulate the Java Script white lists.
+Used by itself it expands to "js show all".
+.It Cm js show all
+Shows all persistent and session entries in the JS white list.
+.It Cm js show persistent
+Shows all persistent entries in the JS white list.
+.It Cm js show session
+Shows all session entries in the JS white list.
+.It Cm js save
+.It Cm js save fqdn
+Saves the current fully qualified domain name to the persitent white list.
+.It Cm js save domain
+Saves the top level domain name to the persitent white list.
+E.g. the www.peereboom.us domain would result in saving .peereboom.us .
+.Pp
+This action will enable Java Script if it is currently disabled for this entry.
+.It Cm js toggle
+.It Cm js toggle fqdn
+Toggle Java Script execution for the current FQDN.
+.It Cm js toggle domain
+Toggle Java Script execution for the current top level domain.
 .It Cm cookieadd
 Add current page domain as a cookie white list entry to the runtime
 configuration file.