aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index e26673c..4d81e65 100644
--- a/README
+++ b/README
@@ -523,16 +523,16 @@ 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
+### Formfiller.sh
-Example config entries for eFormFiller scripts
+Example config entries for formfiller script
- 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
+ set formfiller = spawn @scripts_dir/formfiller.sh
+ @cbind za = @formfiller add
+ @cbind ze = @formfiller edit
+ @cbind zn = @formfiller new
+ @cbind zl = @formfiller load
+ @cbind zo = @formfiller once
NEW action generates new file with formfields for current domain. Note that it
will overwrite existing file.