You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
579 B
15 lines
579 B
10 years ago
|
Package: scriptform
|
||
|
Version: %%VERSION%%
|
||
|
Maintainer: Ferry Boender <ferry.boender@gmail.com>
|
||
|
Section: utils
|
||
|
Priority: optional
|
||
|
Architecture: all
|
||
|
Depends: diffutils
|
||
|
Description: Serve web forms as frontends to scripts.
|
||
|
ScriptForm takes a JSON file which contains form definitions. It then
|
||
|
constructs web forms from this JSON and serves these to users. The user can
|
||
|
select a form and fill it out. When the user submits the form, it is
|
||
|
validated and the associated script or Python callback is called. Data
|
||
|
entered in the form is passed to the script through the environment.
|
||
|
|