We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391731 commit 51d88d3Copy full SHA for 51d88d3
README.md
@@ -0,0 +1,17 @@
1
+Python (flask) implementation of our REST-API.
2
+
3
+Overview
4
+========
5
6
+* room status (for SpaceAPI etc.)
7
+* extended information about our hackspace
8
+* audio announcement system via long polling
9
+* LED ticker via long polling (still to come)
10
+* Mate-O-Meter (still to come)
11
+* MUC (xmpp) status
12
+* Wiki status (just redirects)
13
14
+Notes
15
+=====
16
+* Enable WSGIPassAuthorization to pass through authorisation headers:
17
+http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization
0 commit comments