<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slightly-better-surveys/server, branch main</title>
<subtitle>slightly better web-based surveys than elsewhere (even encrypted!)
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/'/>
<entry>
<title>server: fix binary file output</title>
<updated>2021-04-04T23:56:54+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-04T23:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=8e35eaecbb2baaf9a4043263fc5e054f21aa24c6'/>
<id>8e35eaecbb2baaf9a4043263fc5e054f21aa24c6</id>
<content type='text'>
(previously, it tried to use ascii encoding and would fail)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(previously, it tried to use ascii encoding and would fail)
</pre>
</div>
</content>
</entry>
<entry>
<title>add simple server which takes POST requests</title>
<updated>2021-04-04T22:53:23+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-04-04T22:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/slightly-better-surveys/commit/?id=0f8b78c0b7e2aca94a14b36af020d0f7d8301cc5'/>
<id>0f8b78c0b7e2aca94a14b36af020d0f7d8301cc5</id>
<content type='text'>
The idea is that it can accept surveys sent to it. Note that in an actual
deployment it should have at least some rate-limiting, since actual validation
of input is impossible if they are encrypted – i.e. this is bascially a pastbin.

It may, however, be possible to require signing answers for survey with access
restrictions, or do a challange/response type thing before allowing submission.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea is that it can accept surveys sent to it. Note that in an actual
deployment it should have at least some rate-limiting, since actual validation
of input is impossible if they are encrypted – i.e. this is bascially a pastbin.

It may, however, be possible to require signing answers for survey with access
restrictions, or do a challange/response type thing before allowing submission.
</pre>
</div>
</content>
</entry>
</feed>
