From f3e06436b5a6081e71c6308ca136e9ff1fa1ebef Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 13 Sep 2009 03:48:24 +0530 Subject: doc: Move templates to data/templates/ directory --- doc/Makefile.am | 9 ++------ doc/debug.html | 56 --------------------------------------------- doc/default.html | 23 ------------------- doc/stats.html | 69 -------------------------------------------------------- 4 files changed, 2 insertions(+), 155 deletions(-) delete mode 100644 doc/debug.html delete mode 100644 doc/default.html delete mode 100644 doc/stats.html (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 6cbe3cc..ade0939 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,15 +1,10 @@ SUBDIRS = \ man8 -TEMPLATES = \ - debug.html \ - default.html \ - stats.html - EXTRA_DIST = \ tinyproxy.conf \ HTML_VARIABLES \ HTTP_ERROR_CODES \ RFC_INFO \ - filter-howto.txt \ - $(TEMPLATES) + filter-howto.txt + diff --git a/doc/debug.html b/doc/debug.html deleted file mode 100644 index 6ee3367..0000000 --- a/doc/debug.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - -{errno} {cause} - - - - - -

{cause}

- -

{detail}

- -

Here are the error variables:

- -
- -
request
-
{request}
- -
cause
-
{cause}
- -
clientip
-
{clientip}
- -
clienthost
-
{clienthost}
- -
version
-
{version}
- -
package
-
{package}
- -
date
-
{date}
- -
detail
-
{detail}
- -
url
-
{url}
- -
- -
- -

Generated by {package} version {version}.

- - - - diff --git a/doc/default.html b/doc/default.html deleted file mode 100644 index 67354b7..0000000 --- a/doc/default.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -{errno} {cause} - - - - - -

{cause}

- -

{detail}

- -
- -

Generated by {package} version {version}.

- - - - diff --git a/doc/stats.html b/doc/stats.html deleted file mode 100644 index 7179859..0000000 --- a/doc/stats.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - -{package} version {version} run-time statistics - - - - - - - - -

{package} version {version} run-time statistics

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameValue
Number of open connections{opens}
Number of requests{reqs}
Number of bad connections{badconns}
Number of denied connections{deniedconns}
Number of refused connections due to high load{refusedconns}
- -
- -

Generated by {package} version {version}.

- - - - -- cgit v1.2.3