emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 54/119: doc tweaks


From: Eric Schulte
Subject: [elpa] 54/119: doc tweaks
Date: Mon, 10 Mar 2014 16:57:23 +0000

eschulte pushed a commit to branch master
in repository elpa.

commit 4db04b582cf515a82f6a6463bb168c5d60dd6929
Author: Eric Schulte <address@hidden>
Date:   Tue Dec 31 19:45:48 2013 -0700

    doc tweaks
---
 NOTES               |    5 ++++-
 doc/dir             |   18 ++++++++++++++++++
 doc/web-server.texi |    4 ++--
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/NOTES b/NOTES
index 4339d30..2d1a8a2 100644
--- 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
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.
+
+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
diff --git a/doc/web-server.texi b/doc/web-server.texi
index ca67211..82ea63b 100644
--- a/doc/web-server.texi
+++ b/doc/web-server.texi
@@ -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
address@hidden://localhost:9005/example?foo=bar&baz=qux} will render as an
address@hidden://localhost:9005/example?foo=bar&baz=qux} will render as
 the following HTML table.
 
 @multitable @columnfractions .5 .5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]