- only effects view when online, default is as before.
#
# Adrian Chadd <adrian@squid-cache.org>
#
-# $Id: build-cfg-help.pl,v 1.4 2007/08/02 22:44:39 amosjeffries Exp $
+# $Id: build-cfg-help.pl,v 1.5 2007/08/22 22:28:34 amosjeffries Exp $
#
# The template file is reasonably simple to parse. There's a number of
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Squid $version configuration file</title>
<meta name="keywords" content="squid squid.conf config configure" />
<meta name="description" content="Squid $version" />
+ <link rel="stylesheet" type="text/csc" href="http://www.squid-cache.org/default.css" />
+ <link rel="stylesheet" type="text/csc" href="http://www.squid-cache.org/cfgman.css" />
</head>
<body>
EOF
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Squid $version configuration file</title>
<meta name="keywords" content="squid squid.conf config configure" />
<meta name="description" content="Squid $version" />
+ <link rel="stylesheet" type="text/csc" href="http://www.squid-cache.org/default.css" />
+ <link rel="stylesheet" type="text/csc" href="http://www.squid-cache.org/cfgman.css" />
</head>
<body>
<div id="header">
<title>Squid %version% Configuration File: %title%</title>
<meta name="keywords" content="squid squid.conf config configure %name%" />
<meta name="description" content="Squid %version% %name% " />
+ <link rel="stylesheet" type="text/css" href="http://www.squid-cache.org/default.css" />
+ <link rel="stylesheet" type="text/css" href="http://www.squid-cache.org/cfgman.css" />
</head>
<body>
- <p>
+ <p class="cfglinks">
| <a href="%toc_link%">Index</a>
| <a href="%alpha_link%">Alphabetical Index</a> |
</p>
- <table summary="%name%">
+ <table class="summary" summary="%name%">
<tr>
- <th>Option Name:</th><td><a name="%name%">%name%</a></td>
+ <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
</tr>
<tr>
- <th>Also Known As:</th><td>%aliaslist%</td>
+ <th>Also Known As:</th><td id="alias">%aliaslist%</td>
</tr>
<tr>
- <th>Requires:</th><td>%ifdef%</td>
+ <th>Requires:</th><td id="requires">%ifdef%</td>
</tr>
<tr>
- <th>Default Value:</th><td>%default%</td>
+ <th>Default Value:</th><td id="default">%default%</td>
</tr>
<tr>
<th>Suggested Config:</th>
- <td>
+ <td id="config">
<pre>
%config%
</pre>
</td>
</tr>
<tr>
- <td colspan="2">
+ <td id="detail" colspan="2">
<pre>
%ldoc%
</pre>
<tr class="spacer"><td> </td></tr>
</table>
- <p>
+ <p class="cfglinks">
| <a href="%toc_link%">Index</a>
| <a href="%alpha_link%">Alphabetical Index</a> |
</p>
<h2>Option: <a href="%toc_link%" name="%name%">%name%</a></h2>
- <table summary="%name%">
+ <table class="summary" summary="%name%">
<tr>
- <th>Option Name:</th><td><a name="%name%">%name%</a></td>
+ <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
</tr>
<tr>
- <th>Also Known As:</th><td>%aliaslist%</td>
+ <th>Also Known As:</th><td id="alias">%aliaslist%</td>
</tr>
<tr>
- <th>Compile Requires:</th><td>%ifdef%</td>
+ <th>Compile Requires:</th><td id="requires">%ifdef%</td>
</tr>
<tr>
- <th>Default Value:</th><td>%default%</td>
+ <th>Default Value:</th><td id="default">%default%</td>
</tr>
<tr>
<th>Suggested Config:</th>
- <td>
+ <td id="config">
<pre>
%config%
</pre>
</td>
</tr>
<tr>
- <td colspan="2">
+ <td id="detail" colspan="2">
<pre>
%ldoc%
</pre>