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/03/07 05:09:12 UTC

svn commit: r786603 [2/3] - in /websites/staging/trafficserver/trunk/content: docs/trunk/admin/ docs/trunk/admin/configuration-files/ docs/trunk/admin/configuring-cache/ docs/trunk/admin/configuring-traffic-server/ docs/trunk/admin/event-logging-format...

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../preface/typographical-conventions">Prev</a> - Typographical Conventions</p>
 <p>A Simple Plugin - <a href="a-simple-plugin">Next</a></p>
 <h2 id="getting_started">Getting Started</h2>
@@ -224,7 +226,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="plugin-registration-and-version-checking">Prev</a> - Plugin Registration and Version Checking</p>
 <p>How to Create Traffic Server Plugins - <a href="../how-to-create-trafficserver-plugins">Next</a></p>
 <h2 id="naming_conventions">Naming Conventions</h2>
@@ -57,7 +59,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="a-simple-plugin">Prev</a> - A simple Plugin</p>
 <p>Naming Conventions - <a href="naming-conventions">Next</a></p>
 <h2 id="plugin_registration_and_version_checking">Plugin Registration and Version Checking</h2>
@@ -85,7 +87,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../basic-authorization-plugin">Prev</a> - The Basic Authorization Plugin</p>
 <p>Working With HTTP Headers - <a href="working-with-http-headers">Next</a></p>
 <h3 id="ImplementingHandlerGettingaHandleTransaction">Implementing the Handler and Getting a Handle to the Transaction</h3>
@@ -45,7 +47,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../blacklist-plugin/working-with-http-header-functions">Prev</a> - Working with HTTP Header Functions</p>
 <p>Implementing the Handler and Getting a Handle to the Transaction - <a href="implementing-the-handler-and-getting-a-handle-to-the-transaction">Next</a></p>
 <h2 id="BasicAuthorizationPlugin">The Basic Authorization Plugin</h2>
@@ -34,7 +36,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="working-with-http-headers">Prev</a> - Working With HTTP Headers</p>
 <p>HTTP Transformation Plugins - <a href="../../http-transformation-plugin">Next</a></p>
 <h3 id="SettingaTransactionHook">Setting a Transaction Hook</h3>
@@ -52,7 +54,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="implementing-the-handler-and-getting-a-handle-to-the-transaction">Prev</a> - Implementing the Handler and Getting a Handle to the Transaction</p>
 <p>Setting a Transaction Hook - <a href="setting-a-transaction-hook">Next</a></p>
 <h3 id="WorkingWithHTTPHeaders">Working With HTTP Headers</h3>
@@ -95,7 +97,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="setting-a-global-hook">Prev</a> - Setting a Global Hook</p>
 <p>Setting Up a Transaction Hook - <a href="setting-up-a-transaction-hook">Next</a></p>
 <h3 id="AccessingTransactionBeingProcessed">Accessing the Transaction Being Processed</h3>
@@ -57,7 +59,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../">Prev</a> - Header-Based Plugin Examples</p>
 <p>Setting a Global Hook - <a href="setting-a-global-hook">Next</a></p>
 <h2 id="BlacklistPlugin">The Blacklist Plugin</h2>
@@ -87,7 +89,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../blacklist-plugin">Prev</a> - The Blacklist Plugin</p>
 <p>Accessing the Transaction Being Processes - <a href="accessing-the-transaction-being-processed">Next</a></p>
 <h3 id="SettingaGlobalHook">Setting a Global Hook</h3>
@@ -37,7 +39,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="accessing-the-transaction-being-processed">Prev</a> - Accessing the Transaction Being Processed</p>
 <p>Working with HTTP Header Functions - <a href="working-with-http-header-functions">Next</a></p>
 <h3 id="SettingUpaTransactionHook">Setting Up a Transaction Hook</h3>
@@ -80,7 +82,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="setting-up-a-transaction-hook">Prev</a> - Setting Up a Transaction Hook</p>
 <p>The Basic Authorization Plugin - <a href="../basic-authorization-plugin">Next</a></p>
 <h3 id="WorkingwithHTTPHeaderFunctions">Working with HTTP Header Functions</h3>
@@ -63,7 +65,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../remap-plugin/example-query-remap">Prev</a> - Example: Query Remap</p>
 <p>The Blacklist Plugin - <a href="blacklist-plugin">Next</a></p>
 <h2 id="Header-BasedPluginExamples">Header-Based Plugin Examples</h2>
@@ -90,7 +92,8 @@ information.</p>
 </ul>
 <p>This chapter demonstrates how these components are implemented in SDK sample
 code.</p>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../getting-started/naming-conventions">Prev</a> - Naming Conventions</p>
 <p>Roadmap for Creating Plugins - <a href="roadmap-for-creating-plugins">Next</a></p>
 <h2 id="HowtoCreateTSPlugins">How to Create Traffic Server Plugins</h2>
@@ -189,7 +191,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../how-to-create-trafficserver-plugins">Prev</a> - How to Create Traffic Server Plugins</p>
 <p>Remap Plugin - <a href="../remap-plugin">Next</a></p>
 <h2 id="RoadmapforCreatingPlugins">Roadmap for Creating Plugins</h2>
@@ -92,7 +94,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../guide-to-trafficserver-http-header-system">Prev</a> - Guide to Traffic Server HTTP Header System</p>
 <p>MIME Fields Always Belong to an Associated MIME Header - <a href="mime-fields-always-belong-to-an-associated-mime-header">Next</a></p>
 <h3 id="DuplicateMIMEFieldsAreNotCoalesced">Duplicate MIME Fields Are Not Coalesced</h3>
@@ -31,7 +33,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="..">Prev</a> - HTTP Headers</p>
 <p>Duplicate MIME Fields Are Not Coalesced - <a href="duplicate-mime-fields-are-not-coalesced">Next</a></p>
 <h2 id="GuideTSHTTPHeaderSystem">Guide to Traffic Server HTTP Header System</h2>
@@ -49,7 +51,8 @@ or object requested does not exist.</p>
 
 
 <p>See the sample plugins for additional examples.</p>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="duplicate-mime-fields-are-not-coalesced">Prev</a> - Duplicate MIME Fields Are Not Coalesced</p>
 <p>Release Marshal Buffer Handles - <a href="release-marshal-buffer-handles">Next</a></p>
 <h3 id="MIMEFieldsAlwaysBelonganAssociatedMIMEHeader">MIME Fields Always Belong to an Associated MIME Header</h3>
@@ -63,7 +65,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="mime-fields-always-belong-to-an-associated-mime-header">Prev</a> - MIME Fields Always Belong to an Associated MIME Header</p>
 <p>Marshall Buffers - <a href="../marshal-buffers">Next</a></p>
 <h3 id="ReleaseMarshalBufferHandles">Release Marshal Buffer Handles</h3>
@@ -73,7 +75,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="marshal-buffers">Prev</a> - Marshal Buffers</p>
 <p>URLs - <a href="urls">Next</a></p>
 <h2 id="HTTPHeaders">HTTP Headers</h2>
@@ -141,7 +143,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../misc-interface-guide/thread-functions">Prev</a> - Thread Functions</p>
 <p>Guide to Traffic Server HTTP Header System - <a href="guide-to-trafficserver-http-header-system">Next</a></p>
 <h2 id="HTTPHeaders">HTTP Headers</h2>
@@ -127,7 +129,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <title></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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title"></span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="/index.html"><img alt="" src="images/docbook/ts75.png" /></a>™</p>
 <h1 id="apache_traffic_server+_software_developers_kit__apachets+softwaredeveloperskit">Apache Traffic Server™ Software Developers Kit # {#ApacheTS™SoftwareDevelopersKit}</h1>
 <p><a href="guide-to-trafficserver-http-header-system/release-marshal-buffer-handles">Prev</a> - Release Marshal Buffers</p>
@@ -55,7 +57,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="urls">Prev</a> - URLs</p>
 <p>Chapter 11. Mutex Guide - <a href="../mutex-guide">Next</a></p>
 <h2 id="MIMEHeaders">MIME Headers</h2>
@@ -354,7 +356,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="http-headers">Prev</a> - HTTP Headers</p>
 <p>MIME Headers - <a href="mime-headers">Next</a></p>
 <h2 id="URLs">URLs</h2>
@@ -117,7 +119,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../http-hooks-and-transactions">Prev</a> - HTTP Hooks and Transactions</p>
 <p>HTTP Sessions - <a href="http-sessions">Next</a></p>
 <h2 id="AddingHooks">Adding Hooks</h2>
@@ -127,7 +129,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="initiate-http-connection">Prev</a> - Initiate HTTP Connection</p>
 <p>Miscellaneous Interface Guide - <a href="../misc-interface-guide">Next</a></p>
 <h2 id="HTTPAlternateSelection">HTTP Alternate Selection</h2>
@@ -194,7 +196,8 @@ for the alternate.</p>
 <p><a href="link/to/doxygen">TSHttpAltInfoQualitySet</a></p>
 </li>
 </ul>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

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 Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="adding-hooks">Prev</a> - Adding Hooks</p>
 <p>HTTP Transactions - <a href="http-transactions">Next</a></p>
 <h2 id="HTTPSessions">HTTP Sessions</h2>
@@ -55,7 +57,8 @@ 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><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="http-sessions.html">Prev</a> - HTTP Sessions</p>
 <p>Intercepting HTTP Transactions - <a href="intercepting-http-transactions">Next</a></p>
 <h2 id="HTTPTransactions">HTTP Transactions</h2>
@@ -219,7 +221,8 @@ use this call to retrieve the HTTP heade
 <p><a href="link/to/doxygen">TSHttpTxnUntransformedRespCache</a></p>
 </li>
 </ul>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../cache-plugin/cache-events">Prev</a> - Cache Events</p>
 <p>Adding Hooks - <a href="adding-hooks.en">Next</a></p>
 <h2 id="HTTPHooksTransactions">HTTP Hooks and Transactions</h2>
@@ -62,7 +64,8 @@ The session starts when the client conne
 closes.</p>
 <p id="HHTTPTxStateDiag"><strong>HTTP Transaction State Diagram (<em>not yet updated</em>)</strong></p>
 <p><img alt="HTTP Transaction State Diagram" src="/images/sdk/http_state2.jpg" /></p>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <title></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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title"></span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p>Title: Apache Traffic Server™ Software Developers Kit</p>
 <p><a href="intercepting-http-transactions">Prev</a> - Intercepting HTTP Transactions</p>
 <p>HTTP Alternate Selection - <a href="http-alternate-selection">Next</a></p>
@@ -30,7 +32,8 @@ connection function is:</p>
 <ul>
 <li><a href="link/to/doxygen">TSHttpConnect</a></li>
 </ul>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="http-transactions.html">Prev</a> - HTTP Transactions</p>
 <p>Initiate HTTP Connection - <a href="initiate-http-connection">Next</a></p>
 <h2 id="InterceptingHTTPTransactions">Intercepting HTTP Transactions</h2>
@@ -33,7 +35,8 @@ HTTP transaction functions are:</p>
 <ul>
 <li><a href="link/to/doxygen">TSHttpTxnIntercept</a></li>
 </ul>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="sample-null-transformation-plugin">Prev</a> - The Sample Null Transform Plugin</p>
 <p>The Sample Buffered Null Transform Plugin - <a href="sample-buffered-null-transformation-plugin">Next</a></p>
 <h2 id="Append-TransformPlugin">The Append-Transform Plugin</h2>
@@ -151,7 +153,8 @@ reads HTTP response headers.</p>
 </ul>
 </li>
 </ul>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="../header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook">Prev</a> - Setting a Transaction Hook</p>
 <p>The Sample Null Transform Plugin - <a href="sample-null-transformation-plugin">Next</a></p>
 <h2 id="HTTPTransformationPlugins">HTTP Transformation Plugins</h2>
@@ -130,7 +132,8 @@ In order for the readers to have no know
 IO buffers through the<code>TSIOBufferReader</code> data structure. Since only a single
 writer is allowed, there is no corresponding <code>TSIOBufferWriter</code> data structure.
 The writer simply modifies the IO buffer directly.</p>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html Mon Mar  7 04:09:09 2011
@@ -6,9 +6,9 @@
     
     <link rel="stylesheet" href="/styles/pygments_style.css" />
     <link rel="stylesheet" href="/styles/ts.css" />
-    <!-- Needed for amc debugging.
+    <!-- Needed for amc debugging. -->
       <link rel="stylesheet" href="../../../../styles/ts.css" />
-    -->
+    <!-- -->
     
     <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. -->
@@ -19,8 +19,10 @@
       <a href="http://trafficserver.apache.org/"><img class="logo" alt="Apache Traffic Server" src="http://trafficserver.apache.org/images/trans_logo_350x69.png" /></a>
       <span class="title">Apache Traffic Server™ Software Developers Kit</span>
     </div>
+    
 
-  <div id="content">
+  <div class="main">
+    <div id="content">
       <p><a href="append-transform-plugin">Prev</a> - The Append-Transform Plugin</p>
 <p>New Protocol Plugins - <a href="../new-protocol-plugins">Next</a></p>
 <h2 id="SampleBufferedNullTransformPlugin">The Sample Buffered Null Transform Plugin</h2>
@@ -192,7 +194,8 @@ calls <code>handle_output</code>.</p>
 <p><img alt="Writing the Buffered Data to the Output Vconnection" src="/images/sdk/vconn_buf_output.jpg" /></p>
 </li>
 </ol>
-  </div>
+    </div>
+  </div><!-- main -->
 
   <div id="footer">
 	  Copyright  &copy; 2010