summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLieblingswelt <lieblingswelt@posteo.de>2014-08-25 17:40:44 +0200
committerLieblingswelt <lieblingswelt@posteo.de>2014-08-25 18:07:42 +0200
commit8ea644065f15167a29e5cb30db5c98de9de086f5 (patch)
tree727d8252f3b81f0b9339980da4abcb5841617c5e
parent52e3d36e7f63d8bbd40bb883ab499d810f345f2b (diff)
adds development state disclaimer to README.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f131f41..9eacf7a2 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,12 @@ Pixelated User Agent
This contains the Pixelated User Agent, which is composed of a web UI written as a JavaScript single page app, and a service that provides a REST-ful interface that the UI can use for all User Agent actions. For now, all of these actions are mail-related but this might evolve later. The default service is written to talk to a Pixelated or LEAP provider.
+**The pixelated User Agent is still in early development state!**
+
+ Some things may not yet work the way you expect it to.
+
+ Especially setting up the service (as opposed to the fake service or inbox-app) is still rather troublesome and so far it only serves limited functionality.
+
# Running it
The User Agent is composed of 2 components:
- The Web Ui, which is the the HTML, CSS and JS files served to the browser; and