]> code.delx.au - gnu-emacs-elpa/commitdiff
doc tweaks
authorEric Schulte <schulte.eric@gmail.com>
Wed, 1 Jan 2014 02:45:48 +0000 (19:45 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 1 Jan 2014 02:45:48 +0000 (19:45 -0700)
NOTES
doc/dir [new file with mode: 0644]
doc/web-server.texi

diff --git a/NOTES b/NOTES
index 4339d30acef8ce7b6ef87a216f8430c861c08548..2d1a8a232760539b016545be2fd5c2c9dbb268ae 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -1,7 +1,10 @@
                                                            -*- org -*-
 
 * Notes
-* Tasks [8/9]
+* Tasks [8/10]
+** TODO documentation for running in a chroot jail
+see https://wiki.archlinux.org/index.php/nginx#Installation_in_a_chroot
+
 ** incremental handler calls
 not sure if the extra performance is worth the added complexity
 
diff --git a/doc/dir b/doc/dir
new file mode 100644 (file)
index 0000000..ce0846f
--- /dev/null
+++ b/doc/dir
@@ -0,0 +1,18 @@
+This is the file .../info/dir, which contains the
+topmost node of the Info hierarchy, called (dir)Top.
+The first time you invoke Info you start off looking at this node.
+\1f
+File: dir,     Node: Top       This is the top of the INFO tree
+
+  This (the Directory node) gives a menu of major topics.
+  Typing "q" exits, "?" lists all Info commands, "d" returns here,
+  "h" gives a primer for first-timers,
+  "mEmacs<Return>" visits the Emacs manual, etc.
+
+  In Emacs, you can click mouse button 2 on a menu item or cross reference
+  to select it.
+
+* Menu:
+
+Emacs
+* Web Server: (web-server).   Web server running Emacs Lisp handlers
index ca67211aa842f12b45d1fe1d1203a543f1574542..82ea63b38f91505e3d7cb197878245cb992cfe67 100644 (file)
@@ -69,7 +69,7 @@ The Emacs Web Server is a Web server implemented entirely in Emacs
 Lisp.  HTTP requests are matched to handlers (@pxref{Handlers}) which
 are Emacs Lisp functions.  Handlers receive as their only argument a
 request object (@pxref{Requests}) which holds information about the
-request and the process holding HTTP network connection.  Handlers
+request and a process holding the HTTP network connection.  Handlers
 write their responses directly to the network process.
 
 A number of examples (@pxref{Usage Examples}) demonstrate usage of the
@@ -208,7 +208,7 @@ response.
 
 This example demonstrates access of URL-encoded parameters in a
 @code{GET} request.  For example the following URL
-@url{http://localhost:9005/example?foo=bar&baz=qux} will render as an
+@url{http://localhost:9005/example?foo=bar&baz=qux} will render as
 the following HTML table.
 
 @multitable @columnfractions .5 .5