diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:59:03 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:59:03 +0530 |
commit | 4cbc6b0359dcac8d3c6165433db8f220c70097bf (patch) | |
tree | 381366febe2121af7d99134ca5a67a8451922d15 /doc/HTML_VARIABLES | |
parent | 13ccc059d05ab047b0ea0f32d202b0327bf40b08 (diff) | |
download | tinyproxy-4cbc6b0359dcac8d3c6165433db8f220c70097bf.tar.gz tinyproxy-4cbc6b0359dcac8d3c6165433db8f220c70097bf.zip |
doc: Move doc/HTML_VARIABLES content to the manpage
Diffstat (limited to 'doc/HTML_VARIABLES')
-rw-r--r-- | doc/HTML_VARIABLES | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/HTML_VARIABLES b/doc/HTML_VARIABLES deleted file mode 100644 index 2bdf3ad..0000000 --- a/doc/HTML_VARIABLES +++ /dev/null @@ -1,15 +0,0 @@ -There are several standard HTML variables that are available in every .html -file: - - request - The full HTTP request line. - cause - The abbreviated cause of the error condition. - clientip - The IP address of the client making the request. - clienthost - The hostname of the client making the request. - version - The version of tinyproxy. - package - Presently, resolves to 'tinyproxy'. - date - The current date/time in HTTP format. - -In addition, almost all pages support: - - detail - A detailed, plain English explanation of the error and possible - causes. You might consider this the Microsoftian error message. |