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 [5/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/sdk/header-based-plugin-examples/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="blacklist-plugin/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../remap-plugin/example-query-remap.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="Header-BasedPluginExamples">Header-Based Plugin Examples</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="blacklist-plugin/index.en.html">Next</a>
+        
+        <a href="../remap-plugin/example-query-remap.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">
+          <h2 id="Header-BasedPluginExamples">Header-Based Plugin Examples</h2>
 <p><strong>Table of Contents</strong></p>
 <ul>
 <li><a href="blacklist-plugin">The Blacklist Plugin</a><ul>
@@ -104,21 +115,24 @@ information.</p>
 </ul>
 <p>This chapter demonstrates how these components are implemented in SDK sample
 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/sdk/how-to-create-trafficserver-plugins/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./roadmap-for-creating-plugins.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../getting-started/naming-conventions.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="HowtoCreateTSPlugins">How to Create Traffic Server Plugins</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./roadmap-for-creating-plugins.en.html">Next</a>
+        
+        <a href="../getting-started/naming-conventions.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">
+          <h2 id="HowtoCreateTSPlugins">How to Create Traffic Server Plugins</h2>
 <div class="toc">
 <ul>
 <li><a href="#HowtoCreateTSPlugins">How to Create Traffic Server Plugins</a><ul>
@@ -203,21 +214,24 @@ on, then the plugin adds itself to a tra
 require a <strong>global hook </strong>to check all transactions for transformability followed
 by a <strong>transform hook</strong>, which is a type of transaction hook used specifically
 for transforms.</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/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../remap-plugin/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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="RoadmapforCreatingPlugins">Roadmap for Creating Plugins</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../remap-plugin/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">
+          <h2 id="RoadmapforCreatingPlugins">Roadmap for Creating Plugins</h2>
 <p>This chapter has provided an overview of Traffic Server's HTTP processing,
 API hooks, and the asynchronous event model. Next, you must understand the
 capabilities of Traffic Server API functions. These are quite broad:</p>
@@ -106,21 +117,24 @@ SDKTest. You can also customize SDKTest 
 plugin; for more information see the <em><strong>Traffic Server SDKTest User's Guide</strong></em>.</p>
 </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/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./mime-fields-always-belong-to-an-associated-mime-header.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h3 id="DuplicateMIMEFieldsAreNotCoalesced">Duplicate MIME Fields Are Not Coalesced</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./mime-fields-always-belong-to-an-associated-mime-header.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">
+          <h3 id="DuplicateMIMEFieldsAreNotCoalesced">Duplicate MIME Fields Are Not Coalesced</h3>
 <p>MIME headers can contain more than one MIME field with the same name. Earlier 
 versions of Traffic Server joined multiple fields with the same name into one 
 field with composite values. This behavior came at a performance cost and caused 
@@ -45,21 +56,24 @@ interoperability problems with older cli
 of Traffic Server does not coalesce duplicate fields.</p>
 <p>Properly-behaving plugins should check for the presence of duplicate fields 
 and then iterate over the duplicate fields via <a href="link/to/doxygen"><code>TSMimeHdrFieldNextDup</code></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/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./duplicate-mime-fields-are-not-coalesced.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="GuideTSHTTPHeaderSystem">Guide to Traffic Server HTTP Header System</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./duplicate-mime-fields-are-not-coalesced.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">
+          <h2 id="GuideTSHTTPHeaderSystem">Guide to Traffic Server HTTP Header System</h2>
 <h3 id="NoNull-TerminatedStrings">No Null-Terminated Strings</h3>
 <p>It's not safe to assume that string data contained in marshal buffers (such 
 as URLs and MIME fields) is stored in null-terminated string copies. Therefore, 
@@ -63,21 +74,24 @@ or object requested does not exist.</p>
 
 
 <p>See the sample plugins for additional examples.</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/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./release-marshal-buffer-handles.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./duplicate-mime-fields-are-not-coalesced.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h3 id="MIMEFieldsAlwaysBelonganAssociatedMIMEHeader">MIME Fields Always Belong to an Associated MIME Header</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./release-marshal-buffer-handles.en.html">Next</a>
+        
+        <a href="./duplicate-mime-fields-are-not-coalesced.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">
+          <h3 id="MIMEFieldsAlwaysBelonganAssociatedMIMEHeader">MIME Fields Always Belong to an Associated MIME Header</h3>
 <p>When using Traffic Server, you cannot create a new MIME field without an associated 
 MIME header or HTTP header; MIME fields are always seen as part of a MIME header 
 or HTTP header.</p>
@@ -77,21 +88,24 @@ below.</p>
 <p>In the <code>TSMimeHdrField*</code> function prototypes, the <code>TSMLoc</code> field corresponds 
 to the <code>TSMLoc</code> offset used the deprecated <code>TSMimeField*</code> functions (see 
 the discussion of parent <code>TSMLoc</code> in the following section).</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/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../marshal-buffers.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./mime-fields-always-belong-to-an-associated-mime-header.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h3 id="ReleaseMarshalBufferHandles">Release Marshal Buffer Handles</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../marshal-buffers.en.html">Next</a>
+        
+        <a href="./mime-fields-always-belong-to-an-associated-mime-header.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">
+          <h3 id="ReleaseMarshalBufferHandles">Release Marshal Buffer Handles</h3>
 <p>When you fetch a component object or create a new object, you get back a
 handle to the object location. The handle is either an <code>TSMLoc</code> for an object
 location or <code>char *</code> for a string location. You can manipulate the object
@@ -87,21 +98,24 @@ by the <code>TSHttpTxn*Get</code> functi
 <p><strong>Tip</strong> </p>
 <p>You should release handles before reenabling the HTTP transaction. In other 
 words, call <code>TSHandleMLocRelease</code> before <code>TSHttpTxnReenable</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/sdk/http-headers/http-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./urls.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./marshal-buffers.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="HTTPHeaders">HTTP Headers</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./urls.en.html">Next</a>
+        
+        <a href="./marshal-buffers.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">
+          <h2 id="HTTPHeaders">HTTP Headers</h2>
 <p>The Traffic Server API HTTP header functions enable you to work with HTTP header 
 data stored in marshal buffers.</p>
 <p>The HTTP header data structure is a parsed version of the HTTP header defined 
@@ -155,21 +166,24 @@ known schemes, since this removes the po
 <li><a href="link/to/doxygen">TSHttpHdrParseReq</a></li>
 <li><a href="link/to/doxygen">TSHttpHdrParseResp</a></li>
 </ul>
+        </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/sdk/http-headers/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="guide-to-trafficserver-http-header-system/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../misc-interface-guide/thread-functions.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="HTTPHeaders">HTTP Headers</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="guide-to-trafficserver-http-header-system/index.en.html">Next</a>
+        
+        <a href="../misc-interface-guide/thread-functions.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">
+          <h2 id="HTTPHeaders">HTTP Headers</h2>
 <p>This chapter explains the functions used to manipulate HTTP headers.</p>
 <ul>
 <li><a href="#AboutHTTPHeaders">About HTTP Headers</a></li>
@@ -141,21 +152,24 @@ can pass either a MIME header location o
 functions . If you pass an HTTP header to a MIME header function, then the 
 system locates the associated MIME header and executes the MIME header function 
 on the MIME header location.</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/sdk/http-headers/marshal-buffers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./http-headers.en.html">Next</a></span>
-      
-        <span class="nav"><a href="guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="MarshalBuffers">Marshal Buffers</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./http-headers.en.html">Next</a>
+        
+        <a href="guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.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">
+          <h2 id="MarshalBuffers">Marshal Buffers</h2>
 <p>A <strong>marshal buffer</strong>, or <code>TSMBuffer</code>, is a heap data structure that stores 
 parsed URLs, MIME headers, and HTTP headers. You can allocate new objects out 
 of marshal buffers and change the values within a marshal buffer. Whenever 
@@ -67,21 +78,24 @@ in functions such as those below:</p>
 <li><code>[TSHttpTxnServerRespGet](link/to/doxygen)</code></li>
 <li><code>[TSHttpTxnTransformRespGet](link/to/doxyge)</code></li>
 </ul>
+        </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/sdk/http-headers/mime-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../mutex-guide/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./urls.en.html">Back</a></span>
-      
-        <span class="nav"><a href="../index.en.html">Top</a></span>
-      
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
       </div>
-    
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="MIMEHeaders">MIME Headers</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../mutex-guide/index.en.html">Next</a>
+        
+        <a href="./urls.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">
+          <h2 id="MIMEHeaders">MIME Headers</h2>
 <p>The Traffic Server <strong>MIME header functions </strong> enable you to retrieve and modify 
 information about HTTP MIME fields.</p>
 <p>An HTTP request or response consists of a header, body, and trailer. The <strong>HTTP</strong> 
@@ -368,21 +379,24 @@ about an object in one of the MIME heade
 <li><a href="link/to/doxygen">TSMimeParserDestroy</a></li>
 <li><a href="link/to/doxygen">TSMimeHdrPrint</a></li>
 </ul>
+        </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/sdk/http-headers/urls.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./mime-headers.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./http-headers.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="URLs">URLs</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./mime-headers.en.html">Next</a>
+        
+        <a href="./http-headers.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">
+          <h2 id="URLs">URLs</h2>
 <p>API URL functions provide access to URL data stored in marshal buffers. The 
 URL functions can create, copy, retrieve or delete entire URLs; they can also 
 retrieve or modify parts of URLs, such as port or scheme information.</p>
@@ -131,21 +142,24 @@ known schemes, since doing so can preven
 <a href="link/to/doxygen">TSUrlStringGet</a>
 <a href="link/to/doxygen">TSUrlUserGet</a>
 <a href="link/to/doxygen">TSUrlUserSet</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/sdk/http-hooks-and-transactions/adding-hooks.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./http-sessions.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="AddingHooks">Adding Hooks</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./http-sessions.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">
+          <h2 id="AddingHooks">Adding Hooks</h2>
 <p>There are several ways to add hooks to your plugin.</p>
 <ul>
 <li>
@@ -141,21 +152,24 @@ or a previous client connection that was
 available.</dd>
 </dl>
 <p>The function you use to add a global HTTP hook is <a href="link/to/doxygen">TSHttpHookAdd</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/sdk/http-hooks-and-transactions/http-alternate-selection.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="../misc-interface-guide/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./initiate-http-connection.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="HTTPAlternateSelection">HTTP Alternate Selection</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../misc-interface-guide/index.en.html">Next</a>
+        
+        <a href="./initiate-http-connection.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">
+          <h2 id="HTTPAlternateSelection">HTTP Alternate Selection</h2>
 <p>The HTTP alternate selection functions provide a mechanism for hooking into
 Traffic Server's alternate selection mechanism and augmenting it with additional
 information. <strong>HTTP alternate selection</strong> refers to the process of choosing
@@ -208,21 +219,24 @@ for the alternate.</p>
 <p><a href="link/to/doxygen">TSHttpAltInfoQualitySet</a></p>
 </li>
 </ul>
+        </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/sdk/http-hooks-and-transactions/http-sessions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.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>Apache Traffic Server™ Software Developers Kit</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="title">Apache Traffic Server™ Software Developers Kit</span>
-      </td>
-      </tr></table>
-    </div><!-- header -->
-    
-      <div class="nav">
-      
-        <span class="nav"><a href="./http-transactions.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./adding-hooks.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;">
+        
+        <h2>Apache Traffic Server™ Software Developers Kit </h2>
+      </div>
+    </div>
 
-  <div class="main">
-    
-    <div id="content">
-      <h2 id="HTTPSessions">HTTP Sessions</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./http-transactions.en.html">Next</a>
+        
+        <a href="./adding-hooks.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">
+          <h2 id="HTTPSessions">HTTP Sessions</h2>
 <p>An <strong>HTTP session</strong> is an object that is defined for the lifetime of a client's
 TCP session. The Traffic Server API enables you to add a global hook to the
 start or end of an HTTP session, as well as add session hooks that call back
@@ -69,21 +80,24 @@ a session hook.</p>
 <li><a href="link/to/doxygen">TSHttpSsnHookAdd</a></li>
 <li><a href="link/to/doxygen">TSHttpSsnReenable</a></li>
 </ul>
+        </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>