]> code.delx.au - gnu-emacs-elpa/blob - README
update README
[gnu-emacs-elpa] / README
1 Emacs Web Server
2
3 DESCRIPTION
4 A web server in Emacs running handlers written in Emacs Lisp.
5
6 REQUIREMENTS
7 Emacs 24.3 or later.
8
9 STATUS
10 This is a new project without much testing or active use. That
11 said it handles both GET and POST requests and should be usable.
12
13 EXAMPLES
14 See the examples/ directory in this repository. The Emacs Web
15 Server is also used to run a paste server [1] and serve editable
16 Org-mode pages [2].
17
18 DOCUMENTATION
19 Run `make doc' to build the texinfo documentation, also available
20 online [3].
21
22 FOOTNOTES
23 [1] https://github.com/eschulte/el-sprunge
24 [2] https://github.com/eschulte/org-ehtml/tree/emacs-web-server
25 [3] http://eschulte.github.io/emacs-web-server