summaryrefslogtreecommitdiff
path: root/site (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-05load survey from (and submit result to) path given as fragmentstuebinm1-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.
2021-04-04simple python server for testing purposesstuebinm1-0/+15
web assembly needs its own mimetype set to work in the browser, which most other development tools don't support — so this python script can be used instead.