summaryrefslogtreecommitdiff
path: root/server/Readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'server/Readme.org')
-rw-r--r--server/Readme.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/server/Readme.org b/server/Readme.org
deleted file mode 100644
index 1242159..0000000
--- a/server/Readme.org
+++ /dev/null
@@ -1,14 +0,0 @@
-#+TITLE: Simple Server that accepts survey answers
-
-Run with:
-#+BEGIN_SRC
-guile server.scm
-#+END_SRC
-
-Will listen to localhost:8080, and accept files sent via POST with
-mimetypes of either ~text/plain~ (which will be appended to a single
-file in the working directory) or ~text/age~ (which will be kept as a
-single file).
-
-Expects a custom header ~X-Survey~ in these requests to know which survey
-the answer belongs to.