From 0aac1626e674378d59c0a7f59bae679af51dee0e Mon Sep 17 00:00:00 2001 From: Pawel Tomak Date: Thu, 11 Mar 2010 22:21:00 +0100 Subject: Added eFormFiller section in the readme --- README | 26 ++++++++++++++++++++++++++ examples/data/scripts/README | 20 -------------------- 2 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 examples/data/scripts/README 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 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. -- cgit v1.2.3