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 [4/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/continuations/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/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="./how-to-activate-continuations.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../mutex-guide/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="Continuations">Continuations</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./how-to-activate-continuations.en.html">Next</a>
+        
+        <a href="../mutex-guide/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="Continuations">Continuations</h2>
 <p><strong>Table of Contents</strong></p>
 <p><a href="#MutexesData">Mutexes and Data</a>
 <a href="how-to-activate-continuations">How to Activate Continuations</a>
@@ -141,21 +152,24 @@ them anyway. An example of such a contin
 every time an HTTP request is read, and then determines from the request alone 
 if the request should go through or be rejected. An HTTP transaction gives 
 its continuation data to the <code>contp</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/continuations/writing-handler-functions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.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="../plugin-configurations/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./how-to-activate-continuations.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="WritingHandlerFunctions">Writing Handler Functions</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../plugin-configurations/index.en.html">Next</a>
+        
+        <a href="./how-to-activate-continuations.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="WritingHandlerFunctions">Writing Handler Functions</h2>
 <p>The handler function is the key component of a continuation. It is supposed 
 to examine the event and event data, and then do something appropriate. The 
 probable action might be to schedule another event for the continuation to 
@@ -273,21 +284,24 @@ passed to handler functions:</p>
 <p><code>TSContSchedule</code></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/getting-started/a-simple-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/a-simple-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/a-simple-plugin.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="./plugin-registration-and-version-checking.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="SimplePlugin">A Simple Plugin</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./plugin-registration-and-version-checking.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="SimplePlugin">A Simple Plugin</h2>
 <p>This section describes how to write, compile, configure, and run a simple Traffic
 Server plugin. You'll follow the steps below:</p>
 <ol>
@@ -118,21 +129,24 @@ displayed after you've created and loade
 by specifying <code>E</code> for <code>proxy.config.diags.output.note</code> in <code>records.config</code>.
 The second note shows Traffic Server attempting to load the <code>hello-world</code> plugin.
 The third line of Traffic Server output is from your plugin.</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/getting-started/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/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>
+    <!-- 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="./a-simple-plugin.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../preface/typographical-conventions.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="GettingStarted">Getting Started</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./a-simple-plugin.en.html">Next</a>
+        
+        <a href="../preface/typographical-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="GettingStarted">Getting Started</h2>
 <p>The Traffic Server API enables you to create plugins, using the C programming
 language, that customize the behavior of your Traffic Server installation.
 This chapter contains the following sections:</p>
@@ -238,21 +249,24 @@ in the <code>plugin.config</code> file f
 </ul>
 <p>See <a href="InitializationFunctions.html#TSPluginInit">TSPluginInit</a> for details
 about <code>TSPluginInit</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/getting-started/naming-conventions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/naming-conventions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/naming-conventions.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="../how-to-create-trafficserver-plugins/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./plugin-registration-and-version-checking.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="NamingConventions">Naming Conventions</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../how-to-create-trafficserver-plugins/index.en.html">Next</a>
+        
+        <a href="./plugin-registration-and-version-checking.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="NamingConventions">Naming Conventions</h2>
 <p>The Traffic Server API adheres to the following naming conventions:</p>
 <ul>
 <li>
@@ -71,21 +82,24 @@ subject) is <code>TSUrlPasswordGet</code
 <code>Insert</code>, <code>Remove</code>, and <code>Delete</code> are used only when appropriate.</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/getting-started/plugin-registration-and-version-checking.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/plugin-registration-and-version-checking.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/plugin-registration-and-version-checking.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="./naming-conventions.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./a-simple-plugin.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="PluginRegistrationVersionCheck">Plugin Registration and Version Checking</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./naming-conventions.en.html">Next</a>
+        
+        <a href="./a-simple-plugin.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="PluginRegistrationVersionCheck">Plugin Registration and Version Checking</h2>
 <p>Make sure that the functions in your plugin are supported in your version of
 Traffic Server.</p>
 <p>Use the following interfaces:</p>
@@ -99,21 +110,24 @@ running with a compatible version of Tra
       <span class="n">TSDebug</span> <span class="p">(</span><span class="s">&quot;debug-hello&quot;</span><span class="p">,</span> <span class="s">&quot;Hello World!</span><span class="se">\n</span><span class="s">&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/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.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="./working-with-http-headers.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="ImplementingHandlerGettingaHandleTransaction">Implementing the Handler and Getting a Handle to the Transaction</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./working-with-http-headers.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="ImplementingHandlerGettingaHandleTransaction">Implementing the Handler and Getting a Handle to the Transaction</h3>
 <p>The handler function for the plugin's parent continuation is implemented as
 follows:</p>
 <div class="codehilite"><pre><span class="k">static</span> <span class="kt">int</span>
@@ -59,21 +70,24 @@ follows:</p>
      <span class="k">return</span> <span class="mi">0</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/sdk/header-based-plugin-examples/basic-authorization-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/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="./implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html">Next</a></span>
-      
-        <span class="nav"><a href="../blacklist-plugin/working-with-http-header-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="BasicAuthorizationPlugin">The Basic Authorization Plugin</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html">Next</a>
+        
+        <a href="../blacklist-plugin/working-with-http-header-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="BasicAuthorizationPlugin">The Basic Authorization Plugin</h2>
 <p>The sample basic authorization plugin, <code>basic-auth.c</code>, checks for basic HTTP 
 proxy authorization. In HTTP basic proxy authorization, client user names and 
 passwords are contained in the <code>Proxy-Authorization</code> header. The password is 
@@ -48,21 +59,24 @@ transaction) and adds a transaction hook
 <h3 id="CreatingPluginsParentContinuationGlobalHook">Creating the Plugin's Parent Continuation and Global Hook</h3>
 <p>The parent continuation and global hook are created as follows:</p>
 <p><code>TSHttpHookAdd (TS_HTTP_OS_DNS_HOOK, TSContCreate (auth_plugin, NULL));</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/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.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-transformation-plugin/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./working-with-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">
-      <h3 id="SettingaTransactionHook">Setting a Transaction Hook</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../../http-transformation-plugin/index.en.html">Next</a>
+        
+        <a href="./working-with-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">
+          <h3 id="SettingaTransactionHook">Setting a Transaction Hook</h3>
 <p>If the request does not have the <code>Proxy-Authorization</code> field set to Basic
 authorization or a valid username/password, then the plugin sends the
 407 Proxy authorization <code>required</code> status code back to the client. The
@@ -66,21 +77,24 @@ client a <code>407</code> status code. W
 <code>handle_dns</code> also calls <code>authorized</code> to validate the username and password.
 In this plugin, sample NT code is provided for password validation.
 UNIX programmers can supply their own validation mechanism.</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/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-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="./setting-a-transaction-hook.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./implementing-the-handler-and-getting-a-handle-to-the-transaction.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="WorkingWithHTTPHeaders">Working With HTTP Headers</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./setting-a-transaction-hook.en.html">Next</a>
+        
+        <a href="./implementing-the-handler-and-getting-a-handle-to-the-transaction.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="WorkingWithHTTPHeaders">Working With HTTP Headers</h3>
 <p>The plugin checks all client request headers for the Proxy-Authorization MIME
 field, which should contain the user name and password. The plugin's continuation
 handler, <code>auth-plugin</code>, calls <code>handle_dns</code> to check the <code>Proxy-Authorization</code>
@@ -109,21 +120,24 @@ and valid:</p>
 <span class="n">TSHttpTxnReenable</span> <span class="p">(</span><span class="n">txnp</span><span class="p">,</span> <span class="n">TS_EVENT_HTTP_CONTINUE</span><span class="p">);</span>
 <span class="k">return</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/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.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="./setting-up-a-transaction-hook.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./setting-a-global-hook.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="AccessingTransactionBeingProcessed">Accessing the Transaction Being Processed</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./setting-up-a-transaction-hook.en.html">Next</a>
+        
+        <a href="./setting-a-global-hook.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="AccessingTransactionBeingProcessed">Accessing the Transaction Being Processed</h3>
 <p>A continuation's handler function is of type <code>TSEventFunc</code>; the prototype
 is as follows:</p>
 <p><code>static int function_name (TSCont contp, TSEvent event, void *edata)</code></p>
@@ -71,21 +82,24 @@ Here's how it looks in the code for the 
 
 <p>For example: when the origin server DNS lookup event is sent, <code>blacklist_plugin</code>
 can call <code>handle_dns</code>and pass <code>txnp</code> as an argument.</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/header-based-plugin-examples/blacklist-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/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="./setting-a-global-hook.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="BlacklistPlugin">The Blacklist Plugin</h2>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./setting-a-global-hook.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="BlacklistPlugin">The Blacklist Plugin</h2>
 <p>The sample blacklisting plugin included in the Traffic Server SDK is <code>blacklist-1.c</code>.
 This plugin checks every incoming HTTP client request against a list of blacklisted
 web sites. If the client requests a blacklisted site, then the plugin returns
@@ -101,21 +112,24 @@ be sent to the handler by hooks or by ot
 <code>TS_EVENT_HTTP_SEND_RESPONSE_HDR</code> is sent because the plugin contains a transaction
 hook (see <a href="setting-a-transaction-hook">Setting Up a Transaction Hook</a>). 
 It is good practice to have a default case in your switch statements.</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/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.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="./accessing-the-transaction-being-processed.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="SettingaGlobalHook">Setting a Global Hook</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./accessing-the-transaction-being-processed.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="SettingaGlobalHook">Setting a Global Hook</h3>
 <p>Global hooks are always added in <code>TSPluginInit</code> using <code>TSHttpHookAdd</code>. The
 two arguments of <code>TSHttpHookAdd</code> are the hook ID and the continuation to call
 when processing the event corresponding to the hook. In <code>blacklist-1.c</code>, the
@@ -51,21 +62,24 @@ and <code>contp</code> is the parent con
 <p>This means that the Blacklist plugin is called at every origin server DNS lookup.
 When it is called, the handler functio <code>blacklist_plugin</code> receives <code>TS_EVENT_HTTP_OS_DNS</code>
 and calls <code>handle_dns</code> to see if the request is forbidden.</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/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.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="./working-with-http-header-functions.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./accessing-the-transaction-being-processed.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="SettingUpaTransactionHook">Setting Up a Transaction Hook</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="./working-with-http-header-functions.en.html">Next</a>
+        
+        <a href="./accessing-the-transaction-being-processed.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="SettingUpaTransactionHook">Setting Up a Transaction Hook</h3>
 <p>The Blacklist plugin sends "access forbidden" messages to clients if their
 requests are directed to blacklisted hosts. Therefore, the plugin needs a transaction
 hook so it will be called back when Traffic Server's HTTP state machine reaches
@@ -94,21 +105,24 @@ handler function handles a transaction e
 when it is finished. Similarly, after your plugin handles session events (<code>TS_EVENT_HTTP_SSN_START</code>
 and <code>TS_EVENT_HTTP_SSN_CLOSE</code>), it must reenable the session with <code>TSHttpSsnReenable</code>.
 Reenabling the transaction twice in the same plugin routine is a bad error.</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/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.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="../basic-authorization-plugin/index.en.html">Next</a></span>
-      
-        <span class="nav"><a href="./setting-up-a-transaction-hook.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="WorkingwithHTTPHeaderFunctions">Working with HTTP Header Functions</h3>
+    <!-- Navigation (next, previous, up, languages) -->
+    <div class="row nav">
+      <div class="eightcol">
+        
+        <a href="../basic-authorization-plugin/index.en.html">Next</a>
+        
+        <a href="./setting-up-a-transaction-hook.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="WorkingwithHTTPHeaderFunctions">Working with HTTP Header Functions</h3>
 <p>The Blacklist plugin examines the host header in every client transaction.
 This is done in the <code>handle_dns</code> routine, using <code>TSHttpTxnClientIPGet</code>, <code>TSHttpHdrUrlGet</code>,
 and <code>TSUrlHostGet</code>.</p>
@@ -77,21 +88,24 @@ and <code>TSUrlHostGet</code>.</p>
 the URL portion, and then obtain the host header. See <a href="../../http-headers">HTTP Headers</a>
 for more information about these calls. See <a href="../../http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles">Release Marshal Buffer Handles</a>
 for guidelines on using <code>TSHandleMLocRelease</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>