branch: new-master
commit 8b717688d22fe1b168c7a4ab575e28d9a6567118
Author: Eric Schulte <[email protected]>
Commit: Eric Schulte <[email protected]>
seems to be generally usable, added a README
---
README | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/README b/README
new file mode 100644
index 0000000..6f7ccd7
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+ Emacs Web Server
+
+DESCRIPTION
+ A web server in Emacs running handlers written in Emacs Lisp.
+
+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.
+
+EXAMPLES
+ See the examples/ directory in this repository. The Emacs Web
+ Server is also used to run https://github.com/eschulte/el-sprunge.