aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
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 /examples
parentf01a759117615d20dc2d24d710610c0a64db34a9 (diff)
Added eFormFiller section in the readme
Diffstat (limited to 'examples')
-rw-r--r--examples/data/scripts/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/data/scripts/README b/examples/data/scripts/README
deleted file mode 100644
index 5cd72a4..0000000
--- a/examples/data/scripts/README
+++ /dev/null
@@ -1,20 +0,0 @@
-### 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
-
-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.