aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-23 10:47:29 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-23 10:47:29 +0100
commit7719caa4af4bb9312a3c1387d37e6e5354465ef9 (patch)
treebaed8252e6952faea4dfd6ef856409e634d0a22b /README
parentbfec366b7d36e195ef5c422c55ecbc4093deb201 (diff)
update README to reflect recent renaming of eFormFiller to formfiller.sh
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.