Commit Graph

20 Commits (69989957d6b54f8d7c97c9fe41a0a735eb359437)

Author SHA1 Message Date
Ferry Boender 2dfa35a29b Checkbox field type added. 10 years ago
Ferry Boender c17bac5207 MegaCorp example updated. 10 years ago
Ferry Boender 34c9cac1a7 Form definitions are now specified in a list instead of a dict. This preserves their order when listing the forms. 10 years ago
Ferry Boender 55f569fc75 Deprecate support for calling native python callbacks. 10 years ago
Ferry Boender 2e4d040528 Simple example: removed debugging output. 10 years ago
Ferry Boender e511678c07 Fix native Python callbacks after refactoring. 10 years ago
Ferry Boender 640c67db43 Output types example: Update README 10 years ago
Ferry Boender 742b4ec0e3 Allow validation of uploaded file extensions. 10 years ago
Ferry Boender 5cbf942f99 Deprecated the 'script_raw' option in favour of an output type specifier. 'escaped' will wrap output in PRE tags and esape the HTML entities in the output. 'html' will not and allows the script to include HTML markup. 'raw' is the former 'script_raw' option and directly streams output to the browser. 10 years ago
Ferry Boender dfe9cc2393 Simple example: rename htaccess to htpasswd. 10 years ago
Ferry Boender c0ecdd4371 Validate example. 10 years ago
Ferry Boender 2d0b33ce94 Added validation example. 10 years ago
Ferry Boender 7ce6bc8b12 Authentication passwords are now sha256 hashed. Use --generate-pw to generate the proper hashed password. 10 years ago
Ferry Boender 5eed3e1466 Example for the 'script_raw' functionality where a script can send output directly to the browser. 10 years ago
Ferry Boender 44e7d69444 Updates to the 'simple' example. 10 years ago
Ferry Boender 1351816935 Authentication example. 10 years ago
Ferry Boender 85a4f019c8 Simple example which shows how to use shell scripts as backends. 10 years ago
Ferry Boender d63d68fb49 Native example which show how to use Python functions as callbacks. 10 years ago
Ferry Boender ffda932161 Simple example. 10 years ago
Ferry Boender 78ad473e9c Initial commit 10 years ago