branch: elpa-admin commit 9f93862d6a09f91ba97e2abf573149ba3be13741 Author: Eric Schulte <schulte.e...@gmail.com> Commit: Eric Schulte <schulte.e...@gmail.com>
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.