aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Pawel Tomak <satherot@gmail.com>2010-03-11 22:21:00 +0100
committerGravatar Pawel Tomak <satherot@gmail.com>2010-03-11 22:21:00 +0100
commit0aac1626e674378d59c0a7f59bae679af51dee0e (patch)
treebd9ef4b20ff2da954fef9162ab1455b29f46a28c /README
parentf01a759117615d20dc2d24d710610c0a64db34a9 (diff)
Added eFormFiller section in the readme
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
index 11146ef..ddd4ddb 100644
--- a/README
+++ b/README
@@ -523,6 +523,32 @@ The script specific arguments are:
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.
+### eFormFiller
+
+Example config entries for eFormFiller scripts
+
+ set eFormFiller = spawn @scripts_dir/eFormFiller.sh
+ @cbind za = @eFormFiller add
+ @cbind ze = @eFormFiller edit
+ @cbind zn = @eFormFiller new
+ @cbind zl = @eFormFiller load
+ @cbind zo = @eFormFiller once
+
+NEW action generates new file with formfields for current domain. Note that it
+will overwrite existing file.
+
+EDIT action calls an external editor with curent domain profiles.
+
+ADD action adds another profile to current domain. Remember to name the
+profiles, by default the have a name with random numbers.
+
+LOAD action loads form data. If there is more then one profile, it will call
+dmenu first to choose the profile you want to fill in the form.
+
+ONCE action generates a temp file with formfields including the textareas and
+after closing the editor, it will load the data into the formfields. The temp
+file is removed
+
### HTTP/BASIC AUTHENTICATION
You can use the authentication_handler variable to denote how http