]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '469cd3bc117bfb8da0c03a2a2fb185e80c81d068'
authorEric Schulte <schulte.eric@gmail.com>
Sat, 6 Sep 2014 00:09:12 +0000 (20:09 -0400)
committerEric Schulte <schulte.eric@gmail.com>
Sat, 6 Sep 2014 00:10:06 +0000 (20:10 -0400)
  Merged in the latest version of web-server to account for the actual
  dependency on 24.3 (not 24.4).

1  2 
packages/web-server/README
packages/web-server/web-server.el

index 0d570f99ddf0515a88be647f80111329f011dc40,0000000000000000000000000000000000000000..a888063911e389ff5a450be054a15ae450b39d5a
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
-     Emacs 24.4 or later.
 +                           Emacs Web Server
 +
 +DESCRIPTION
 +    A web server in Emacs running handlers written in Emacs Lisp.
 +
 +REQUIREMENTS
++    Emacs 24.3 or later.
 +
 +STATUS
 +    Supports HTTP GET and POST requests including URL-encoded
 +    parameters, multipart/form data and file uploads.  Supports web
 +    sockets.  Reasonably performant, faster than Elnode [1].  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.
 +
 +    [1]  http://eschulte.github.io/emacs-web-server/benchmark/
 +
 +USAGE
 +    See the examples/ directory in this repository for examples
 +    demonstrating usage.  The Emacs web-server is also used to run a
 +    paste server [2], serve editable Org-mode pages [3] and serve
 +    files for Cask [4].
 +
 +    [2]  https://github.com/eschulte/el-sprunge
 +    [3]  https://github.com/eschulte/org-ehtml
 +    [4]  https://github.com/cask/cask
 +
 +    Available from the GNU ELPA [5].  The tutorials page [6] walks
 +    through usage scenarios including installing the Emacs web-server
 +    and running it behind a proxy.
 +
 +    [5]  http://elpa.gnu.org/
 +    [6]  http://eschulte.github.io/emacs-web-server/tutorials/
 +
 +    Run `make check' to run the included test suite.
 +
 +DOCUMENTATION
 +    Run `make doc' to build the texinfo documentation, also available
 +    online [6].
 +
 +    [6]  http://eschulte.github.io/emacs-web-server
Simple merge