|
|
@ -1,14 +1,13 @@ |
|
|
|
# ScriptForm |
|
|
|
# ScriptForm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![Status: Stable](https://img.shields.io/badge/status-stable-green.svg) |
|
|
|
|
|
|
|
![Build Status](http://git.electricmonk.nl/job/scriptform/shield) |
|
|
|
|
|
|
|
![Activity: Active development](https://img.shields.io/badge/activity-active%20development-green.svg) |
|
|
|
|
|
|
|
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg) |
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|