Author: mlibbey
Date: Mon Mar  1 18:05:39 2010
New Revision: 917621

URL: http://svn.apache.org/viewvc?rev=917621&view=rev
Log:
new folder structure, and using ssi for admin guide

Added:
    incubator/trafficserver/site/trunk/docs/admin/bottom.html   (with props)
    incubator/trafficserver/site/trunk/docs/admin/template.html
Modified:
    incubator/trafficserver/site/trunk/docs/admin/Glossary.htm
    incubator/trafficserver/site/trunk/docs/admin/cache.htm
    incubator/trafficserver/site/trunk/docs/admin/cli.htm
    incubator/trafficserver/site/trunk/docs/admin/configure.htm
    incubator/trafficserver/site/trunk/docs/admin/doc.css   (contents, props 
changed)
    incubator/trafficserver/site/trunk/docs/admin/errors.htm
    incubator/trafficserver/site/trunk/docs/admin/explicit.htm
    incubator/trafficserver/site/trunk/docs/admin/files.htm
    incubator/trafficserver/site/trunk/docs/admin/getstart.htm
    incubator/trafficserver/site/trunk/docs/admin/hier.htm
    incubator/trafficserver/site/trunk/docs/admin/http.htm
    incubator/trafficserver/site/trunk/docs/admin/intro.htm
    incubator/trafficserver/site/trunk/docs/admin/leftnav.html   (contents, 
props changed)
    incubator/trafficserver/site/trunk/docs/admin/log.htm
    incubator/trafficserver/site/trunk/docs/admin/logfmts.htm
    incubator/trafficserver/site/trunk/docs/admin/monitor.htm
    incubator/trafficserver/site/trunk/docs/admin/preface.htm
    incubator/trafficserver/site/trunk/docs/admin/reverse.htm
    incubator/trafficserver/site/trunk/docs/admin/secure.htm
    incubator/trafficserver/site/trunk/docs/admin/top.html   (contents, props 
changed)
    incubator/trafficserver/site/trunk/docs/admin/trouble.htm

Modified: incubator/trafficserver/site/trunk/docs/admin/Glossary.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/Glossary.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/Glossary.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/Glossary.htm Mon Mar  1 
18:05:39 2010
@@ -1,16 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Glossary</title>
-<style type="text/css">
-<!--
-body {
-       font-family: Verdana, Geneva, sans-serif;
-}
--->
-</style>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
-  <body>
+<title>Traffic Server Administrator's Guide Glossary</title>
+
+<!--#include file="top.html" -->
+
   <h1>
  <a name="561">Glossary</a>      </h1>
 <dl>
@@ -232,5 +226,5 @@
   </dt>
      <dd>Web Proxy Auto-Discovery. A protocol that allows clients to 
automatically locate a web proxy, providing the benefits of a proxy without the 
need for explicit client configuration.  </dd>
 </dl>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Added: incubator/trafficserver/site/trunk/docs/admin/bottom.html
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/bottom.html?rev=917621&view=auto
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/bottom.html (added)
+++ incubator/trafficserver/site/trunk/docs/admin/bottom.html Mon Mar  1 
18:05:39 2010
@@ -0,0 +1,36 @@
+            </div>
+         </div>
+          </div>
+          <div role="navigation" class="yui-b">
+
+         <ul class="leftnav">
+           <li><a href="index.htm">Preface</a></li>
+           <li><a href="intro.htm">Overview</a></li>
+           <li><a href="getstart.htm">Getting Started</a></li>
+           <li><a href="http.htm">HTTP Proxy Caching </a></li>
+           <li><a href="explicit.htm">Explicit Proxy Caching</a></li>
+           <li><a href="reverse.htm">Reverse Proxy and HTTP Redirects</a></li>
+           <li><a href="hier.htm">Hierarchical Caching</a></li>
+           <li><a href="cache.htm">Configuring the Cache</a></li>
+           <li><a href="monitor.htm">Monitoring Traffic</a></li>
+           <li><a href="configure.htm">Configuring Traffic Server</a></li>
+           <li><a href="secure.htm">Security Options</a></li>
+           <li><a href="log.htm">Working with Log Files</a></li>
+           <li><a href="cli.htm">Traffic Line Commands</a></li>
+           <li><a href="logfmts.htm">Event Logging Formats</a></li>
+           <li><a href="files.htm">Configuration Files</a> </li>
+           <li><a href="errors.htm">Traffic Server Error Messages</a></li>
+           <li><a href="trouble.htm">FAQ and Troubleshooting Tips</a></li>
+         </ul>    
+          
+          </div>
+       
+       </div>
+   <div id="ft" role="contentinfo">
+
+<span id="incu_logo"> <a href="http://incubator.apache.org/";><img 
src="http://incubator.apache.org/images/apache-incubator-logo.png"; alt="Apache 
Incubator" width="229" height="57" /></a> </span> Copyright &copy; 2010 <a 
href="http://www.apache.org/licenses/";>The Apache Software Foundation</a>. 
Licensed under the Apache License, Version 2.0. Apache and the Apache feather 
logo are trademarks of The Apache Software Foundation. 
+
+   </div>
+</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/trafficserver/site/trunk/docs/admin/bottom.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/admin/cache.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/cache.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/cache.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/cache.htm Mon Mar  1 18:05:39 
2010
@@ -1,12 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" />
-</head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Configuring the Cache</h1>
 <p>The Traffic Server cache consists of a high-speed object database called 
the <b>object store </b>that indexes objects according to URLs and their 
associated headers.</p>
 <p>This chapter discusses the following topics: </p>
@@ -185,5 +183,5 @@
 </ul>
 <p><strong>Note:</strong> Only one administrator should delete and invalidate 
cache entries from the Cache page at any point in time. Changes made by 
multiple administrators at the same time can lead to unpredictable results.</p>
 
-</body>  
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/cli.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/cli.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/cli.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/cli.htm Mon Mar  1 18:05:39 
2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
-  <head>
-    <title>Traffic Line Commands</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<head>
+<title>Traffic Line Commands</title>
+
+<!--#include file="top.html" -->
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" />
-</head>
-  <body>
   <h1><a name="1053643">Appendix C - Traffic Line Commands</a>
     
   </h1>
@@ -407,5 +406,4 @@
        </tr>
      </table>
 
-</body>
-</html>
\ No newline at end of file
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/configure.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/configure.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/configure.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/configure.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Configuring Traffic Server</h1>
 <p>Traffic Server provides several options for configuring the system.</p>
 <p>This chapter discusses the following topics: </p>
@@ -32,7 +31,5 @@
   <p><em><b>Sample records.config file </b></em></p>
 </blockquote>
 <p>In addition to the <code>records.config</code> file, Traffic Server 
provides other configuration files that are used to configure specific 
features. All  configuration files   you can  manually edit are described in <a 
href="files.htm">Configuration Files</a>. </p>
-<h2 id="SavingRestoringTrafficEdgeConfigs">&nbsp;</h2>
-<p>&nbsp;</p>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/doc.css
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/doc.css?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/doc.css (original)
+++ incubator/trafficserver/site/trunk/docs/admin/doc.css Mon Mar  1 18:05:39 
2010
@@ -2,10 +2,27 @@
        font-family:Tahoma, Geneva, sans-serif;
        width:95%;
 }
-h1{font-family:Arial;}
+h1{
+       font-family:Arial;
+}
 h2{border-style: solid none none; border-color: grey; border-width: 3px 0px 
0px;font-family:Arial;}
 h3{font-family:Arial;}
 h5{font-family:Arial; padding: 5px 5px 5px 15px; 
background:url(http://us.i1.yimg.com/us.yimg.com/i/us/pim/bn/downbr1.gif) 
no-repeat left center;}
 code{padding:15px 0px;}
 table{border:thin solid;border-collapse:collapse;}
 td{border:thin solid grey;  border-top-style:solid;}
+h1.doctitle{
+       position:relative;
+       top:-8px;
+       display:inline;
+       margin-left:10px;
+}
+ul.leftnav{
+       margin-left:0px;
+       padding-left:15px;
+       font-family: Tahoma, Geneva, sans-serif;
+       width:170px;
+}
+#ft #incu_logo{float:right;}
+#cse-search-box{display:inline; float:right;margin:15px 5px 0 5px;}
+img{border:0;}
\ No newline at end of file

Propchange: incubator/trafficserver/site/trunk/docs/admin/doc.css
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/admin/errors.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/errors.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/errors.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/errors.htm Mon Mar  1 
18:05:39 2010
@@ -1,9 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
-  <head>
-    <title>Traffic Edge Error Messages</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
-<body>
+<head>
+<title>Traffic Server Error Messages</title>
+
+<!--#include file="top.html" -->
 
   <h1><a name="48024">Appendix F - Traffic Server Error Messages</a>
   </h1>
@@ -405,5 +405,5 @@
         <td><p> Gateway Timeout</p></td>
       </tr>
     </table>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/explicit.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/explicit.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/explicit.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/explicit.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Explicit Proxy Caching</h1>
 <p>If you want to use Traffic Server as an explicit proxy cache, you must 
configure client software (i.e., browsers) to send requests directly to Traffic 
Server.</p>
 <h2 id="ExplicitProxyCachingHTTP">Explicit Proxy Caching for HTTP</h2>
@@ -54,5 +53,5 @@
 <pre>function FindProxyForURL(url, host) <br />{<br />                 if 
(isPlainHostName(host)) ||<br />             (localHostOrDomainIs(host, 
&quot;.company.com&quot;)) {<br />            return &quot;DIRECT&quot;;<br />  
             }<br />                 else<br />              return &quot;PROXY 
myproxy.company.com:8080;&quot; +<br />                              
&quot;DIRECT&quot;; <br />} </pre>
 <h3 id="UsingWPAD">&nbsp;</h3>
 <p>&nbsp;</p>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/files.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/files.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/files.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/files.htm Mon Mar  1 18:05:39 
2010
@@ -1,10 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
-  <head>
-    <title>Configuration Files</title>
-  <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<head>
+<title>Traffic Server Configuration Files</title>
+
+<!--#include file="top.html" -->
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
-  <body>
 <h1>Appendix E - Configuration Files</h1> 
   <p>
 This appendix describes the Traffic Server configuration files that you can 
edit.    </p>
@@ -2966,6 +2966,6 @@
        </tr>
   </table>
      <p>You can specify<code> dest_domain=mydomain.com </code>to match any 
host in<code> mydomain.com</code>. Likewise, you can specify 
<code>dest_domain=. </code>to match any request. </p>
-     <p>&nbsp;</p>
-</body>
-</html>
+
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/getstart.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/getstart.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/getstart.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/getstart.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Getting Started</h1>
 <p>After you have installed Traffic Server on your system, you can do any of 
the following:</p>
 <ul>
@@ -55,5 +54,4 @@
   <li>Log on to the node as the Traffic Server administrator and navigate to 
the Traffic Server <code>bin</code> directory.</li>
   <li>Enter the following command: <br /> <code>./trafficserver 
stop</code></li>
 </ol>
-</body>
-</html>
\ No newline at end of file
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/hier.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/hier.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/hier.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/hier.htm Mon Mar  1 18:05:39 
2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Hierarchical Caching</h1>
 <p>Traffic Server can participate in cache hierarchies. Requests not fulfilled 
in one cache are routed to other regional caches, thereby leveraging the 
contents and proximity of nearby caches. </p>
 <p>This chapter discusses the following topics: </p>
@@ -119,5 +118,5 @@
   <li>Navigate to the Traffic Server <code>bin</code> directory.  </li>
   <li>Run the command <code>traffic_line -x</code> to apply the configuration 
changes.</li>
 </ol>
-</body>  
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/http.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/http.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/http.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/http.htm Mon Mar  1 18:05:39 
2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Edge Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>HTTP Proxy Caching </h1>
 <p>Web proxy caching enables you to store copies of frequently-accessed web 
objects (such as documents, images, and articles) and then serve this 
information to users on demand. It improves performance and frees up Internet 
bandwidth for other tasks.  </p>
 <p>This chapter discusses the following topics: </p>
@@ -572,6 +571,5 @@
     <li>Navigate to the Traffic Server <code>bin</code> directory. </li>
     <li>Run the command <code>traffic_line -x</code> to apply the 
configuration changes. </li>
 </ol>
-  <h2 id="CachingFTPObjects">&nbsp;</h2>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/intro.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/intro.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/intro.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/intro.htm Mon Mar  1 18:05:39 
2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Server Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Overview</h1>
 <p>Traffic Server speeds Internet access, enhances website performance, and 
delivers unprecedented web hosting capabilities.  </p>
 <p>This chapter discusses the following topics: </p>
@@ -88,5 +87,4 @@
 </ul>
 <p>Traffic Server security options are described in more detail in <a 
href="secure.htm">Security Options</a>.</p>
 
-</body>
-</html>
\ No newline at end of file
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/leftnav.html
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/leftnav.html?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/leftnav.html (original)
+++ incubator/trafficserver/site/trunk/docs/admin/leftnav.html Mon Mar  1 
18:05:39 2010
@@ -1,37 +1,19 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" />
-<title>Traffic Server Administrator’s Guide</title>
-<style type="text/css">
-ul{
-       margin-left:0px;
-       padding-left:15px;
-       font-family: Tahoma, Geneva, sans-serif;
-       width:170px;
-}
-</style>
-</head>
-
-<body><ul>
-<li><a href="preface.htm" target="mainFrame">Preface</a></li>
-<li><a href="intro.htm" target="mainFrame">Overview</a></li>
-<li><a href="getstart.htm" target="mainFrame">Getting Started</a></li>
-<li><a href="http.htm" target="mainFrame">HTTP Proxy Caching </a></li>
-<li><a href="explicit.htm" target="mainFrame">Explicit Proxy Caching</a></li>
-<li><a href="reverse.htm" target="mainFrame">Reverse Proxy and HTTP 
Redirects</a></li>
-<li><a href="hier.htm" target="mainFrame">Hierarchical Caching</a></li>
-<li><a href="cache.htm" target="mainFrame">Configuring the Cache</a></li>
-<li><a href="monitor.htm" target="mainFrame">Monitoring Traffic</a></li>
-<li><a href="configure.htm" target="mainFrame">Configuring Traffic 
Server</a></li>
-<li><a href="secure.htm" target="mainFrame">Security Options</a></li>
-<li><a href="log.htm" target="mainFrame">Working with Log Files</a></li>
+<ul class="leftnav">
+<li><a href="index.htm">Preface</a></li>
+<li><a href="intro.htm">Overview</a></li>
+<li><a href="getstart.htm">Getting Started</a></li>
+<li><a href="http.htm">HTTP Proxy Caching </a></li>
+<li><a href="explicit.htm">Explicit Proxy Caching</a></li>
+<li><a href="reverse.htm">Reverse Proxy and HTTP Redirects</a></li>
+<li><a href="hier.htm">Hierarchical Caching</a></li>
+<li><a href="cache.htm">Configuring the Cache</a></li>
+<li><a href="monitor.htm">Monitoring Traffic</a></li>
+<li><a href="configure.htm">Configuring Traffic Server</a></li>
+<li><a href="secure.htm">Security Options</a></li>
+<li><a href="log.htm">Working with Log Files</a></li>
 <li><a href="cli.htm">Traffic Line Commands</a></li>
-<li><a href="logfmts.htm" target="mainFrame">Event Logging Formats</a></li>
-<li><a href="files.htm" target="mainFrame">Configuration Files</a> </li>
-<li><a href="errors.htm" target="mainFrame">Traffic Server Error 
Messages</a></li>
-<li><a href="trouble.htm" target="mainFrame">FAQ and Troubleshooting 
Tips</a></li>
-</ul>
-</body>
-</html>
+<li><a href="logfmts.htm">Event Logging Formats</a></li>
+<li><a href="files.htm">Configuration Files</a> </li>
+<li><a href="errors.htm">Traffic Server Error Messages</a></li>
+<li><a href="trouble.htm">FAQ and Troubleshooting Tips</a></li>
+</ul>
\ No newline at end of file

Propchange: incubator/trafficserver/site/trunk/docs/admin/leftnav.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/admin/log.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/log.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/log.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/log.htm Mon Mar  1 18:05:39 
2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Server Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Working with Log Files</h1>
 <p>Traffic Server generates log files that contain information about every 
request it receives and every error it detects.</p>
 <p>This chapter discusses the following topics: </p>
@@ -986,6 +985,6 @@
 <p>The following example converts the file <code>logs.config</code> and sends 
the results to <code>stdout</code>: <br />
 <code>cust_log_fmt_cnvrt logs.config</code> <br /> <br />
 The following example converts a <code>logs.config</code> file into a 
<code>logs_xml.config</code> file and annotates the output file 
(<code>logs_xml.config</code>) with comments about the success or failure of 
the translation process. If a file named <code>logs_xml.config</code> already 
exists, then the format converter overwrites it. <br /><code>cust_log_fmt_cnvrt 
-o logs_xml.config -n -w logs.config</code><br /> <br />The following example 
converts the files <code>x.config</code>, <code>y.config</code>, and 
<code>z.config</code> into three separate output files called 
<code>x_xml.config</code>, <code>y_xml.config</code>, and 
<code>z_xml.config</code>: <br /><code>cust_log_fmt_cnvrt -a x.config y.config 
z.config </code> <br /> 
-</p><h2 id="UnderstandingAntivirusExtensionLogFiles">&nbsp;</h2>
-</body>
-</html>
\ No newline at end of file
+</p>
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/logfmts.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/logfmts.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/logfmts.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/logfmts.htm Mon Mar  1 
18:05:39 2010
@@ -1,9 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
-  <head>
-    <title>Event Logging Formats</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
-  <body>
+<head>
+<title>Traffic Server Event Logging Formats</title>
+
+<!--#include file="top.html" -->
+
   <h1><a name="31386">Appendix D - Event Logging Formats</a>
   </h1>
 
@@ -455,6 +456,5 @@
       <td><p><code> crc</code></P></td>
     </tr>
   </table>
-  <p>&nbsp; </p>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/monitor.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/monitor.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/monitor.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/monitor.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Server Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Monitoring Traffic</h1>
 <p>Traffic Server provides several options for monitoring system performance 
and analyzing network traffic.</p>
 <p>This chapter discusses the following topics:</p>
@@ -49,5 +48,5 @@
  <br />
  If the Traffic Server <code>bin</code> directory is not in your path, then 
prepend the Traffic Line command with <code>./</code> (for example: 
<code>./traffic_line -r <em>variable</em></code>).</li>
 </ol>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/preface.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/preface.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/preface.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/preface.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Server Administrator’s Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1>Preface</h1>
 <p>This manual describes how to use and configure Traffic Server<sup><font 
size="-1"></font></sup>. For information about installing Traffic Server, refer 
to the <em>Traffic Server SDK Programmer's Guide</em>. For information about 
unsupported features and last-minute information not available in this manual, 
refer to the <em>Release Notes</em>.</p>
 <p> The <i>Traffic Server Administrator's Guide</i> covers the following 
topics: </p>
@@ -57,5 +56,4 @@
   </tr>
 </table>
 
-</body>
-</html>
\ No newline at end of file
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/reverse.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/reverse.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/reverse.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/reverse.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+<title>Traffic Server Administrator's Guide</title>
 
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
+<!--#include file="top.html" -->
 
-<body>
 <h1><a name="ReverseProxyHTTPRedirects"></a>Reverse Proxy and HTTP 
Redirects</h1>
 <p>As a reverse proxy cache, Traffic Server serves requests on behalf of 
origin servers. Traffic Server is configured in such a way that it appears to 
clients like a normal origin server.</p>
 <p>This chapter discusses the following topics: </p>
@@ -184,5 +183,5 @@
   <li>Navigate to the Traffic Server <code>bin</code> directory. </li>
   <li>Run the command <code>traffic_line -x</code> to apply the configuration 
changes.</li>
 </ol>
-</body>
-</html>
\ No newline at end of file
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/secure.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/secure.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/secure.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/secure.htm Mon Mar  1 
18:05:39 2010
@@ -1,11 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>Traffic Edge Administrator’s Guide</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" />
-</head>
+<title>Traffic Server Administrator's Guide</title>
+
+<!--#include file="top.html" -->
 
-<body>
 <h1>Security Options</h1>
 <p>Traffic Server provides a number of security features.</p>
 <p>This chapter discusses the following topics: </p>
@@ -291,5 +290,4 @@
 </ol>
 
 
-</body>
-</html>
\ No newline at end of file
+<!--#include file="bottom.html" -->
\ No newline at end of file

Added: incubator/trafficserver/site/trunk/docs/admin/template.html
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/template.html?rev=917621&view=auto
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/template.html (added)
+++ incubator/trafficserver/site/trunk/docs/admin/template.html Mon Mar  1 
18:05:39 2010
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+<html>
+<head>
+<title>Traffic Server Administrator's Guide</title>
+
+<!--#include file="top.html" -->
+
+<!-- replace with content -->
+
+<!--#include file="bottom.html" -->
\ No newline at end of file

Modified: incubator/trafficserver/site/trunk/docs/admin/top.html
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/top.html?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/top.html (original)
+++ incubator/trafficserver/site/trunk/docs/admin/top.html Mon Mar  1 18:05:39 
2010
@@ -1,27 +1,26 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>Untitled Document</title>
-<link href="../sdk/css/ydoc.css" rel="stylesheet" type="text/css" media="all" 
/>
+<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
+   <link rel="stylesheet" type="text/css" 
href="http://yui.yahooapis.com/2.8.0r4/build/grids/grids-min.css";>
+   <link rel="stylesheet" href="doc.css" type="text/css">
 </head>
+<body>
+<div id="doc3" class="yui-t2">
+   <div id="hd" role="banner">
 
+    <form action="../search.html" id="cse-search-box">
+      <input type="hidden" name="cx" value="014552695451971253177:hliljs75koi" 
/>
+      <input type="hidden" name="cof" value="FORID:10" />
+      <input type="hidden" name="ie" value="UTF-8" />
+      <input type="text" name="q" size="31" />
+      <input type="submit" name="sa" value="Search Documentation" />
+    </form>
+    <script type="text/javascript" 
src="http://www.google.com/cse/brand?form=cse-search-box&lang=en";></script>
+    <div class="doctitle"> <a href="preface.htm" target="mainFrame"><img 
width="249" height="56" src="../../../images/ts75.png" 
style="vertical-align:bottom;"/></a>
+      <h1 class="doctitle">Administrator's Guide</h1>
+    </div>
 
-<body> 
-<div>
-<form action="../search.html" id="cse-search-box" target="_top">
-  <div style="float:right;">
-    <input type="hidden" name="cx" value="014552695451971253177:hliljs75koi" />
-    <input type="hidden" name="cof" value="FORID:10" />
-    <input type="hidden" name="ie" value="UTF-8" />
-    <input type="text" name="q" size="31" />
-    <input type="submit" name="sa" value="Search Documentation" />
-  </div>
-</form>
-<script type="text/javascript" 
src="http://www.google.com/cse/brand?form=cse-search-box&lang=en";></script>
-<div class="doctitle">
-<a href="preface.htm" target="mainFrame"><img width="249" height="56" 
src="../sdk/images/docbook/ts75.png" style="vertical-align:bottom;"/></a>
-<h1 class="doctitle" style="position:relative; top:8px;">Administrator's 
Guide</h1>
-</div></div>
-</body>
-</html>
+
+   </div>
+   <div id="bd" role="main">
+      <div id="yui-main">
+         <div class="yui-b">
+            <div role="contentinfo" class="yui-g">

Propchange: incubator/trafficserver/site/trunk/docs/admin/top.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/admin/trouble.htm
URL: 
http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/admin/trouble.htm?rev=917621&r1=917620&r2=917621&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/admin/trouble.htm (original)
+++ incubator/trafficserver/site/trunk/docs/admin/trouble.htm Mon Mar  1 
18:05:39 2010
@@ -1,9 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>FAQs and Troubleshooting Tips</title>
-<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
-<link rel="stylesheet" href="doc.css" type="text/css" media="all" /></head>
-<body>
+<title>Traffic Server FAQs and Troubleshooting Tips</title>
+
+<!--#include file="top.html" -->
+
 <h1>
 <a name="48024">Appendix G - FAQs and Troubleshooting Tips</a></H1>
 <p>
@@ -820,5 +821,5 @@
     traffic_line -x </code>
   to apply the configuration changes.<em>  </em>  </li>
 </ol>
-</body>
-</html>
+
+<!--#include file="bottom.html" -->
\ No newline at end of file


Reply via email to