branch: elpa-admin
commit 7db4e2d07b3db631eb3c6ab78b54ccd89b255ca6
Author: Eric Schulte <[email protected]>
Commit: Eric Schulte <[email protected]>
small updates to README and NOTES
---
README | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 5c47109..cf081c0 100644
--- a/README
+++ b/README
@@ -7,19 +7,22 @@ REQUIREMENTS
Emacs 24.3 or later.
STATUS
- This is a new project without much testing or active use. That
- said it handles both GET and POST requests and should be usable.
+ This is a new project without much extended use so there are
+ likely bugs and potentially security issues. That said it
+ consists of little more than HTTP header parsing logic perched
+ atop Emacs' existing network process primitives, so it should be
+ fairly robust.
EXAMPLES
See the examples/ directory in this repository. The Emacs Web
Server is also used to run a paste server [1] and serve editable
Org-mode pages [2].
+ [1] https://github.com/eschulte/el-sprunge
+ [2] https://github.com/eschulte/org-ehtml/tree/emacs-web-server
+
DOCUMENTATION
Run `make doc' to build the texinfo documentation, also available
online [3].
-FOOTNOTES
- [1] https://github.com/eschulte/el-sprunge
- [2] https://github.com/eschulte/org-ehtml/tree/emacs-web-server
[3] http://eschulte.github.io/emacs-web-server