]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit 'aecfbcbc10cf03ec94062ac3e590f8118e5a0434'
authorEric Schulte <schulte.eric@gmail.com>
Wed, 7 May 2014 03:09:51 +0000 (23:09 -0400)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 7 May 2014 03:09:51 +0000 (23:09 -0400)
  Bumping version of the web-server to 0.1.1.

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

Simple merge
index a888063911e389ff5a450be054a15ae450b39d5a,0000000000000000000000000000000000000000..0d570f99ddf0515a88be647f80111329f011dc40
mode 100644,000000..100644
--- /dev/null
@@@ -1,43 -1,0 +1,43 @@@
-     Emacs 24.3 or later.
 +                           Emacs Web Server
 +
 +DESCRIPTION
 +    A web server in Emacs running handlers written in Emacs Lisp.
 +
 +REQUIREMENTS
++    Emacs 24.4 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