Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | site: add headers for survey POST request | stuebinm | 2021-04-05 | 1 | -2/+8 |
| | |||||
* | load survey from (and submit result to) path given as fragment | stuebinm | 2021-04-05 | 1 | -18/+30 |
| | | | | | | | syntax: http(s)://domain.tld/path/to/file/index.html#[upload url] The upload url may be relative to the site's position, or absolute. Survey results will be POSTed to [upload path]/upload. | ||||
* | simple forms with simple encryption | stuebinm | 2021-04-04 | 1 | -0/+238 |
this depends on age stuffed into web assembly, which is not yet part of this repository. The idea is to have a web app (which is a static html page + js / wasm) and a set of (optionally encrypted) json files which describe surveys, which the main site can download on demand. |