aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/scripts/README')
-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.