|
|
@ -3,6 +3,12 @@ |
|
|
|
A stand-alone webserver that automatically generates forms from JSON to serve |
|
|
|
A stand-alone webserver that automatically generates forms from JSON to serve |
|
|
|
as frontends to scripts. |
|
|
|
as frontends to scripts. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScriptForm takes a JSON file which contains form definitions. It then |
|
|
|
ScriptForm takes a JSON file which contains form definitions. It then |
|
|
|
constructs web forms from this JSON and serves these to users over HTTP. The |
|
|
|
constructs web forms from this JSON and serves these to users over HTTP. The |
|
|
|
user can select a form and fill it out. When the user submits the form, it is |
|
|
|
user can select a form and fill it out. When the user submits the form, it is |
|
|
|