aboutsummaryrefslogtreecommitdiff
path: root/docs/cgi
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-20 11:30:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-20 11:30:28 +0000
commitc86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 (patch)
tree90608280101218f60c7d9181b913e92ba895799d /docs/cgi
parente84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff)
downloadbusybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz
busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.bz2
busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.zip
fix accumulated whitespace and indentation damage
Diffstat (limited to 'docs/cgi')
-rw-r--r--docs/cgi/env.html10
-rw-r--r--docs/cgi/interface.html2
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/cgi/env.html b/docs/cgi/env.html
index 961671aaa..924026b3e 100644
--- a/docs/cgi/env.html
+++ b/docs/cgi/env.html
@@ -16,7 +16,7 @@ The following environment variables are not request-specific and are
16set for all requests: </p><p> 16set for all requests: </p><p>
17 17
18</p><ul> 18</p><ul>
19<li> <code>SERVER_SOFTWARE</code> <p> 19<li> <code>SERVER_SOFTWARE</code> <p>
20 20
21 The name and version of the information server software answering 21 The name and version of the information server software answering
22 the request (and running the gateway). Format: name/version </p><p> 22 the request (and running the gateway). Format: name/version </p><p>
@@ -25,7 +25,7 @@ set for all requests: </p><p>
25 The server's hostname, DNS alias, or IP address as it would appear 25 The server's hostname, DNS alias, or IP address as it would appear
26 in self-referencing URLs. </p><p> 26 in self-referencing URLs. </p><p>
27 27
28</p></li><li> <code>GATEWAY_INTERFACE</code> <p> 28</p></li><li> <code>GATEWAY_INTERFACE</code> <p>
29 The revision of the CGI specification to which this server 29 The revision of the CGI specification to which this server
30 complies. Format: CGI/revision</p><p> 30 complies. Format: CGI/revision</p><p>
31 31
@@ -48,7 +48,7 @@ fulfilled by the gateway program: <p>
48 The method with which the request was made. For HTTP, this is 48 The method with which the request was made. For HTTP, this is
49 "GET", "HEAD", "POST", etc. </p><p> 49 "GET", "HEAD", "POST", etc. </p><p>
50 50
51</p></li><li> <code>PATH_INFO</code> <p> 51</p></li><li> <code>PATH_INFO</code> <p>
52 The extra path information, as given by the client. In other 52 The extra path information, as given by the client. In other
53 words, scripts can be accessed by their virtual pathname, followed 53 words, scripts can be accessed by their virtual pathname, followed
54 by extra information at the end of this path. The extra 54 by extra information at the end of this path. The extra
@@ -64,7 +64,7 @@ fulfilled by the gateway program: <p>
64 A virtual path to the script being executed, used for 64 A virtual path to the script being executed, used for
65 self-referencing URLs. </p><p> 65 self-referencing URLs. </p><p>
66 66
67</p></li><li> <a name="query"><code>QUERY_STRING</code></a> <p> 67</p></li><li> <a name="query"><code>QUERY_STRING</code></a> <p>
68 The information which follows the ? in the <a href="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">URL</a> 68 The information which follows the ? in the <a href="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">URL</a>
69 which referenced this script. This is the query information. It 69 which referenced this script. This is the query information. It
70 should not be decoded in any fashion. This variable should always 70 should not be decoded in any fashion. This variable should always
@@ -82,7 +82,7 @@ fulfilled by the gateway program: <p>
82 protects, this is the protocol-specific authentication method used 82 protects, this is the protocol-specific authentication method used
83 to validate the user. </p><p> 83 to validate the user. </p><p>
84 84
85</p></li><li> <code>REMOTE_USER</code> <p> 85</p></li><li> <code>REMOTE_USER</code> <p>
86 If the server supports user authentication, and the script is 86 If the server supports user authentication, and the script is
87 protected, this is the username they have authenticated as. </p><p> 87 protected, this is the username they have authenticated as. </p><p>
88</p></li><li> <code>REMOTE_IDENT</code> <p> 88</p></li><li> <code>REMOTE_IDENT</code> <p>
diff --git a/docs/cgi/interface.html b/docs/cgi/interface.html
index 33f02881b..ea73ce3a2 100644
--- a/docs/cgi/interface.html
+++ b/docs/cgi/interface.html
@@ -12,7 +12,7 @@ The server and the CGI script communicate in four major ways. Each of
12the following is a hotlink to graphic detail.</p><p> 12the following is a hotlink to graphic detail.</p><p>
13 13
14</p><ul> 14</p><ul>
15<li> <a href="env.html">Environment variables</a> 15<li> <a href="env.html">Environment variables</a>
16</li><li> <a href="cl.html">The command line</a> 16</li><li> <a href="cl.html">The command line</a>
17</li><li> <a href="in.html">Standard input</a> 17</li><li> <a href="in.html">Standard input</a>
18</li><li> <a href="out.html">Standard output</a> 18</li><li> <a href="out.html">Standard output</a>