You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/08/25 13:03:51 UTC

svn commit: r794903 [2/8] - in /websites/staging/trafficserver/trunk/content: ./ docs/ docs/trunk/admin/ docs/trunk/admin/cluster-howto/ docs/trunk/admin/configuration-files/ docs/trunk/admin/configuring-cache/ docs/trunk/admin/configuring-traffic-serv...

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files - remap.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+      </div>
+      <div class="eightcol last" style="margin-top: 15px;">
         
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
         
-        <span class="title">Configuration Files - remap.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+        <h2>Configuration Files - remap.config </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <div class="toc">
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <div class="toc">
 <ul>
 <li><a href="#remap.config">remap.config</a></li>
 <li><a href="#Format">Format</a></li>
@@ -351,21 +362,24 @@ returns 0, then the "chain" is broken).<
 
 <p>will pass "1" and "2" to plugin1.so and "3" to plugin2.so.</p>
 <p>This will pass "1" and "2" to plugin1.so and "3" to plugin2.so</p>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/splitdns.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/splitdns.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/splitdns.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files - splitdns.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuration Files - splitdns.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuration Files - splitdns.config </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="splitdns.config">splitdns.config</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="splitdns.config">splitdns.config</h1>
 <p>The <code>splitdns.config</code> file enables you to specify the DNS server
 that Traffic Server should use for resolving hosts under specific
 conditions. For more information, refer to
@@ -132,21 +143,24 @@ and <code>company1.com</code> as the set
 selects DNS server <code>255.255.255.253</code>. Because no <code>def_domain</code> or
 <code>search_list</code> was supplied, Traffic Server retrieves this
 information from <code>/etc/resolv.conf</code></p>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/ssl_multicert.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/ssl_multicert.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/ssl_multicert.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files  - ssl_multicert.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuration Files  - ssl_multicert.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuration Files  - ssl_multicert.config </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="ssl_multicert.config">ssl_multicert.config</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="ssl_multicert.config">ssl_multicert.config</h1>
 <p>The <code>ssl_multicert.config</code> file lets you configure Traffic Server
 to use multiple SSL server certificates with the SSL termination
 option. If you have a Traffic Server system with more than one IP
@@ -77,21 +88,24 @@ for all requests to the IP address 11.1.
 <div class="codehilite"><pre> <span class="n">dest_ip</span><span class="o">=</span><span class="mf">111.11.11.1</span> <span class="n">ssl_cert_name</span><span class="o">=</span><span class="n">server</span><span class="o">.</span><span class="n">pem</span> <span class="n">ssl_key_name</span><span class="o">=</span><span class="n">serverKey</span><span class="o">.</span><span class="n">pem</span>
  <span class="n">dest_ip</span><span class="o">=</span><span class="mf">11.1.1.1</span> <span class="n">ssl_cert_name</span><span class="o">=</span><span class="n">server1</span><span class="o">.</span><span class="n">pem</span> <span class="n">ssl_key_name</span><span class="o">=</span><span class="n">serverKey1</span><span class="o">.</span><span class="n">pem</span>
 </pre></div>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/storage.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files - storage.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuration Files - storage.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuration Files - storage.config </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="storage.config">storage.config</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="storage.config">storage.config</h1>
 <p>The <code>storage.config</code> file lists all the files, directories, and/or
 hard disk partitions that make up the Traffic Server cache. After
 you modify the <code>storage.config</code> file, you must restart Traffic
@@ -99,21 +110,24 @@ targeted for an Ubuntu system, and store
 # make the assignment final, no later changes allowed to the group!
 SUBSYSTEM==&quot;block&quot;, KERNEL==&quot;sd[ef]&quot;, GROUP:=&quot;www&quot;
 </pre></div>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files - update.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuration Files - update.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuration Files - update.config </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="update.config">update.config</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="update.config">update.config</h1>
 <p>The <code>update.config</code> file controls how Traffic Server performs a
 scheduled update of specific local cache content. The file contains
 a list of URLs specifying objects that you want to schedule for
@@ -179,21 +190,24 @@ stop when reached. The value <code>n</co
 <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>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/volume.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/volume.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/volume.config.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuration Files - volume.config</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuration Files - volume.config</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../event-logging-formats/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuration Files - volume.config </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <div class="toc">
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./index.en.html">Next</a>
+        
+        <a href="../event-logging-formats/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <div class="toc">
 <ul>
 <li><a href="#parition.config">volume.config</a></li>
 <li><a href="#Format">Format</a></li>
@@ -87,21 +98,24 @@ HTTPS requests:</p>
 <div class="codehilite"><pre>volume=1 scheme=http size=50%
 volume=2 scheme=https size=50%
 </pre></div>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-cache/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-cache/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-cache/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuring the cache</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+      </div>
+      <div class="eightcol last" style="margin-top: 15px;">
         
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
         
-        <span class="title">Configuring the cache</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../monitoring-traffic/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../hierachical-caching/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+        <h2>Configuring the cache </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="ConfiguringCache">Configuring the Cache</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../monitoring-traffic/index.en.html">Next</a>
+        
+        <a href="../hierachical-caching/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="ConfiguringCache">Configuring the Cache</h1>
 <p>The Traffic Server cache consists of a high-speed object database called the 
 <strong>object store</strong> that indexes objects according to URLs and their associated 
 headers.</p>
@@ -284,21 +295,24 @@ the contents of your cache: </p>
 <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>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Configuring Traffic Server</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Configuring Traffic Server</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../cluster-howto/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../monitoring-traffic/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Configuring Traffic Server </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="ConfiguringTS">Configuring Traffic Server</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../cluster-howto/index.en.html">Next</a>
+        
+        <a href="../monitoring-traffic/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="ConfiguringTS">Configuring Traffic Server</h1>
 <p>Traffic Server provides several options for configuring the system.</p>
 <p>This chapter discusses the following topics: </p>
 <div class="toc">
@@ -85,21 +96,24 @@ You may need to restart Traffic Server t
 <p>In addition to the <a href="../configuration-files/records.config"><code>records.config</code></a> file,
 Traffic Server provides other configuration  files that are used to configure specific features.
 You can manually edit all configuration files as described in <a href="../configuration-files">Configuration Files</a>. </p>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/event-logging-formats/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Event Logging Formats</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+      </div>
+      <div class="eightcol last" style="margin-top: 15px;">
         
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
         
-        <span class="title">Event Logging Formats</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../configuration-files/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../traffic-line-commands/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+        <h2>Event Logging Formats </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="EventLoggingFormats">Event Logging Formats</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../configuration-files/index.en.html">Next</a>
+        
+        <a href="../traffic-line-commands/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="EventLoggingFormats">Event Logging Formats</h1>
 <ul>
 <li><a href="#CustomLoggingFields">Custom Logging Fields</a> provides descriptions of logging fields.</li>
 <li><a href="#LoggingFormatCrossReference">Logging Format Cross-Reference</a> provides cross-references between Trafic Server logging fields and Netscape &amp; Squid logging fields (including Netscape Extended and Extended-2 fields).</li>
@@ -518,21 +529,24 @@ Traffic Server logging field symbols.</p
 </tr>
 </tbody>
 </table>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/explicit-proxy-caching/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/explicit-proxy-caching/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/explicit-proxy-caching/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Explicit Proxy Caching</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Explicit Proxy Caching</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../hierachical-caching/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../reverse-proxy-http-redirects/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Explicit Proxy Caching </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <div class="toc">
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../hierachical-caching/index.en.html">Next</a>
+        
+        <a href="../reverse-proxy-http-redirects/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <div class="toc">
 <ul>
 <li><a href="#ExplicitProxyCaching">Explicit Proxy Caching</a><ul>
 <li><a href="#ConfiguringBrowsersManually">Configuring Browsers Manually</a></li>
@@ -98,21 +109,24 @@ All other requests go to the Traffic Ser
     <span class="k">return</span> <span class="s2">&quot;PROXY myproxy.company.com:8080; DIRECT&quot;</span><span class="p">;</span>
 <span class="p">}</span>
 </pre></div>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/faqs/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/faqs/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/faqs/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,63 +1,77 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>FAQ and Troubleshooting Tips</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">FAQ and Troubleshooting Tips</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../plugins/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../traffic-server-error-messages/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>FAQ and Troubleshooting Tips </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <p>This document is a place holder. As soon as there actually <em>are</em> Frequently
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../plugins/index.en.html">Next</a>
+        
+        <a href="../traffic-server-error-messages/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <p>This document is a place holder. As soon as there actually <em>are</em> Frequently
 asked Questions, they shold be put here, and reference back to our documentation.</p>
 <p>A need for a FAQs is a signal for bad documentation. Lets make sure we don't
 fall into that category.</p>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/getting-started/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/getting-started/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/getting-started/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Gettting Started</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Gettting Started</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../http-proxy-caching/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Gettting Started </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="GettingStarted">Getting Started</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../http-proxy-caching/index.en.html">Next</a>
+        
+        <a href="../index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="GettingStarted">Getting Started</h1>
 <p>If your distribution does not come with a prepackaged Traffic Server, please
 refer to our <a href="https://cwiki.apache.org/confluence/display/TS">wiki</a>
 for <a href="https://cwiki.apache.org/confluence/display/TS/Building">build instructions</a></p>
@@ -99,21 +110,24 @@ the attribute <code>stop</code>. This co
 can lead to unpredictable results.</p>
 <div class="codehilite"><pre><span class="o">./</span><span class="n">trafficserver</span> <span class="n">stop</span>
 </pre></div>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/hierachical-caching/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/hierachical-caching/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/hierachical-caching/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Hierarchical Caching</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
-        
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
-        
-        <span class="title">Hierarchical Caching</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../configuring-cache/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../explicit-proxy-caching/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
       </div>
-    
+      <div class="eightcol last" style="margin-top: 15px;">
+        
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
+        
+        <h2>Hierarchical Caching </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="HierarchicalCaching">Hierarchical Caching</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../configuring-cache/index.en.html">Next</a>
+        
+        <a href="../explicit-proxy-caching/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="HierarchicalCaching">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>
@@ -180,21 +191,24 @@ For each ICP peer you want to identify, 
 Run the command `traffic_line -x` to apply the configuration changes.
 
 -->
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/http-proxy-caching/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/http-proxy-caching/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/http-proxy-caching/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,45 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>HTTP Proxy Caching</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+      </div>
+      <div class="eightcol last" style="margin-top: 15px;">
         
-          <span class="doc-title">Adminstrator&#39;s Guide</span><br />
+        <h1><strong class="doc-title">Adminstrator&#39;s Guide</strong></h1>
         
-        <span class="title">HTTP Proxy Caching</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../reverse-proxy-http-redirects/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../getting-started/index.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+        <h2>HTTP Proxy Caching </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h1 id="HTTPProxyCaching">HTTP Proxy Caching</h1>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../reverse-proxy-http-redirects/index.en.html">Next</a>
+        
+        <a href="../getting-started/index.en.html">Back</a>
+        
+        <a href="../index.en.html">Top</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <h1 id="HTTPProxyCaching">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 
@@ -672,21 +683,24 @@ server later. </p>
 <li>if Traffic Server tracks the origin servers per IP address or per hostname </li>
 <li>Run the command <code>traffic_line -x</code> to apply the configuration changes. </li>
 </ol>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/index.en.html Thu Aug 25 11:03:48 2011
@@ -1,43 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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"
-	xml:lang="en" lang="en">
+  xml:lang="en" lang="en">
   <head>
     
+    <!-- The 1140px Grid - http://cssgrid.net/ -->
+    <link rel="stylesheet" type="text/css" href="/styles/1140.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="/styles/pygments_style.css" />
     <link rel="stylesheet" type="text/css" href="/styles/ts.css" />
     
+    <!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
+    <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
     
     <title>Administrators&#39;s Guide - Overview</title>
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <div id="header" class="header">
-      <table><tr>
-      <td><a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a></td>
-      <td>
+    <!-- Header -->
+    <div class="row" id="header">
+      <div class="fourcol">
+        <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+      </div>
+      <div class="eightcol last" style="margin-top: 15px;">
         
-          <span class="doc-title">Apache Traffic Server</span><br />
+        <h1><strong class="doc-title">Apache Traffic Server</strong></h1>
         
-        <span class="title">Administrators&#39;s Guide - Overview</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="getting-started/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../sdk/index.en.html">SDK</a></span>
-      
+        <h2>Administrators&#39;s Guide - Overview </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <!-- TODO: Remove all references of different protocols here, since we only support one.
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="getting-started/index.en.html">Next</a>
+        
+        <a href="../sdk/index.en.html">SDK</a>
+        
+      </div>
+      <div class="fourcol last right">
+        Languages: 
+        
+      </div>
+    </div>
+
+    <div class="row content">
+      <div class="eightcol">
+        <div id="content">
+          <!-- TODO: Remove all references of different protocols here, since we only support one.
            https is just a different scheme:// of the same protocol: HTTP -->
 
 <h1 id="overview">Overview</h1>
@@ -278,21 +289,24 @@ following:</p>
 </ul>
 <p>Traffic Server security options are described in more detail in
 <a href="security-options">Security Options</a>.</p>
+        </div>
+      </div>
+      <div class="fourcol last">
+      </div>
     </div>
-  </div><!-- main -->
 
-  <div id="footer">
-	  Copyright  &copy; 2010
-	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-	  Licensed under
-	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
-	  Version 2.0. Apache Traffic Server, Apache,
-	  the Apache Traffic Server logo, and the Apache feather logo are
-	  trademarks of The Apache Software Foundation.
-	  <span id="apache_logo">
-		  <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
-	  </span>
-  </div>
+    <div id="footer" class="row">
+      Copyright  &copy; 2010
+      <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      Licensed under
+      the <a href="http://www.apache.org/licenses/">Apache License</a>,
+      Version 2.0. Apache Traffic Server, Apache,
+      the Apache Traffic Server logo, and the Apache feather logo are
+      trademarks of The Apache Software Foundation.
+      <span id="apache_logo">
+        <a href="http://www.apache.org/"><img alt="The Apache Software Foundation" src="http://www.apache.org/images/feather-small.gif" /></a>
+      </span>
+    </div>
 
   </body>
 </html>