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 2012/03/22 18:43:39 UTC

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

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/bridge.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/bridge.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/bridge.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -94,7 +94,7 @@ is functional.</p>
 <p>The green arrows are packets originating from the client and the red arrows 
 are packets originating from the origin server. All traffic not directed to 
 the local address will pass through the bridge. We need to break into some 
-of the traffic and subject it to routing so that it can be routed to ATS. This 
+of the traffic and subject it to routing so that it can be routed to <abbr title="Apache Traffic Server">ATS</abbr>. This 
 requires <code>ebtables</code>. The flows we want to intercept are green 1 (from client 
 to bridge) and red 1 (origin server to bridge).</p>
 <p>In this example we will intercept port 80 (HTTP) traffic. We will use the <code>BROUTING</code> 
@@ -175,7 +175,7 @@ incoming HTTP. You can clear all filters
 <p>That is a bit drastic and should only be used for testing / debugging. A live 
 system will likely need some filters in place but that is beyond the scope 
 of this document. If this fixes the problem, then your filter set is too restrictive. </p>
-<p>Note that this problem will prevent the basic bridge (without ATS) from allowing 
+<p>Note that this problem will prevent the basic bridge (without <abbr title="Apache Traffic Server">ATS</abbr>) from allowing 
 HTTP traffic through.</p>
 <p>• Verify that IP packet forwarding is enabled. You can check this with</p>
 <div class="codehilite"><pre><span class="n">cat</span> <span class="sr">/proc/s</span><span class="n">ys</span><span class="sr">/net/i</span><span class="n">pv4</span><span class="o">/</span><span class="n">ip_forward</span>
@@ -195,19 +195,15 @@ set it with</p>
 
 <!-- Footnotes -->
 
-<p>need to use <code>--physdev</code> instead of just <code>-i</code>. The actual packet processing 
-is identical.</p>
 <!-- Abbr. -->
-*[ATS]: Apache Traffic Server
-
-
 
 <div class="footnote">
 <hr />
 <ol>
 <li id="fn:1">
 <p>The <code>--redirect-target</code> can be omitted, but then the <code>iptables</code> rules would 
-&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
+need to use <code>--physdev</code> instead of just <code>-i</code>. The actual packet processing 
+is identical.&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
 </li>
 </ol>
 </div>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/build.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/build.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/build.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -79,16 +79,15 @@ This should be present in the base insta
  but some reason do not have the appropriate system header file.
 </em> <em>number</em> Do not check for TPROXY support, use <em>number</em> as the <code>IP_TRANSPARENT</code> value. 
  There are, at present, no known standard distributions of Linux that support 
- TPROXY but use a value different from the built in ATS default. However, a 
+ TPROXY but use a value different from the built in <abbr title="Apache Traffic Server">ATS</abbr> default. However, a 
  custom built kernel may do so and in that case the specific value can be specified. </dd>
 </dl>
-<p>In the default case, ATS configuration will automatically check for TPROXY 
+<p>In the default case, <abbr title="Apache Traffic Server">ATS</abbr> configuration will automatically check for TPROXY 
 support via the presence of the <code>linux/in.h</code> header file and compile in TPROXY 
 support if it is available. If that fails, you may be able to recover by using 
 one of the options above. Note that transparency may be built in by default 
-but it is not active unless explicitly enabled in the ATS configuration files. </p>
+but it is not active unless explicitly enabled in the <abbr title="Apache Traffic Server">ATS</abbr> configuration files. </p>
 <!-- abbr. -->
-*[ATS]: Apache Traffic Server
         </div>
       </div>
       <div class="fourcol last">

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,11 +21,11 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
-        <div id="header-main">Apache Traffic Server</div>
+        <div id="header-main">Adminstrator&#39;s Guide</div>
         
         <div id="header-sub">Transparent Proxying </div>
       </div>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/router-inline.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/router-inline.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/router-inline.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/wccp-configuration.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/wccp-configuration.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/transparent-proxy/wccp-configuration.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -57,19 +57,7 @@
     <div class="row content">
       <div class="eightcol">
         <div id="content">
-          <div class="toc">
-<ul>
-<li><a href="#Configurationoverview">Configuration overview</a><ul>
-<li><a href="#Sharedinterfaceissues">Shared interface issues</a></li>
-<li><a href="#Frequentlyencounteredproblems">Frequently encountered problems</a><ul>
-<li><a href="#MTUfragmentation">MTU and fragmentation</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li><a href="#References">References</a></li>
-</ul>
-</div>
+          <p><a href="#toc">TOC</a></p>
 <p><a href="http://cio.cisco.com/en/US/docs/ios/12_0t/12_0t3/feature/guide/wccp.html">WCCP</a> 
 is de-facto semi-standard used by routers to redirect network traffic to caches. 
 It is available on most Cisco™ routers although it does not appear to be 
@@ -148,12 +136,6 @@ the tunnel interface uses that to comput
 </ul>
 <!-- Footnotes -->
 
-<p>In its absense, however, origin servers may see the source address of connections 
-suddenly change from the Traffic Server address to client addresses, which 
-could cause problems. Further, the primary reason for not having server side 
-transparency is to hide client addresses which is defeated if the Traffic Server 
-host fails.</p>
-<p>to correctly route packets. Further testing should be done.</p>
 <!-- abbr. -->
 
 <div class="footnote">
@@ -161,19 +143,21 @@ host fails.</p>
 <ol>
 <li id="fn:1">
 <p>Server side transparency should also be used, but it is not as significant. 
-&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
+In its absense, however, origin servers may see the source address of connections 
+suddenly change from the Traffic Server address to client addresses, which 
+could cause problems. Further, the primary reason for not having server side 
+transparency is to hide client addresses which is defeated if the Traffic Server 
+host fails.&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p>
 </li>
 <li id="fn:2">
-<p>If your router has only one interface, it's hardly a <em>router</em>.
-&#160;<a href="#fnref:2" rev="footnote" title="Jump back to footnote 2 in the text">&#8617;</a></p>
+<p>If your router has only one interface, it's hardly a <em>router</em>.&#160;<a href="#fnref:2" rev="footnote" title="Jump back to footnote 2 in the text">&#8617;</a></p>
 </li>
 <li id="fn:3">
-<p>This is not fundamentally impossible, as the packets are distinct in layer 
-&#160;<a href="#fnref:3" rev="footnote" title="Jump back to footnote 3 in the text">&#8617;</a></p>
+<p>This is not fundamentally impossible, as the packets are distinct in layer &#160;<a href="#fnref:3" rev="footnote" title="Jump back to footnote 3 in the text">&#8617;</a></p>
 </li>
 <li id="fn:4">
 <p>However, the WCCP implementation does not seem to be able to use this information 
-&#160;<a href="#fnref:4" rev="footnote" title="Jump back to footnote 4 in the text">&#8617;</a></p>
+to correctly route packets. Further testing should be done.&#160;<a href="#fnref:4" rev="footnote" title="Jump back to footnote 4 in the text">&#8617;</a></p>
 </li>
 </ol>
 </div>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,11 +21,11 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
-        <div id="header-main">Apache Traffic Server</div>
+        <div id="header-main">Adminstrator&#39;s Guide</div>
         
         <div id="header-sub">Working with Log Files </div>
       </div>
@@ -60,48 +60,7 @@
           <p>Traffic Server generates log files that contain information about every request 
 it receives and every error it detects.</p>
 <p>This chapter discusses the following topics: </p>
-<div class="toc">
-<ul>
-<li><a href="#UnderstandingTSLogFiles">Understanding Traffic Server Log Files</a></li>
-<li><a href="#UnderstandingEventLogFiles">Understanding Event Log Files</a><ul>
-<li><a href="#ManagingEventLogFiles">Managing Event Log Files</a></li>
-<li><a href="#ChoosingLoggingDirectory">Choosing the Logging Directory</a></li>
-<li><a href="#ControllingLoggingSpace">Controlling Logging Space</a></li>
-<li><a href="#SettingLogFileManagementOptions">Setting Log File Management Options</a></li>
-<li><a href="#ChoosingEventLogFileFormats">Choosing Event Log File Formats</a><ul>
-<li><a href="#UsingStandardFormats">Using Standard Formats</a></li>
-<li><a href="#UsingCustomFormat">Using the Custom Format</a></li>
-<li><a href="#CreatingSummaryLogFiles">Creating Summary Log Files</a></li>
-<li><a href="#ChoosingBinaryASCII">Choosing Binary or ASCII</a></li>
-<li><a href="#UsinglogcatConvertBinaryLogsASCII">Using logcat to Convert Binary Logs to ASCII</a></li>
-</ul>
-</li>
-<li><a href="#RollingEventLogFiles">Rolling Event Log Files</a><ul>
-<li><a href="#RolledLogFilenameFormat">Rolled Log Filename Format</a></li>
-<li><a href="#RollingIntervals">Rolling Intervals</a></li>
-<li><a href="#SettingLogFileRollingOptions">Setting Log File Rolling Options</a></li>
-</ul>
-</li>
-<li><a href="#SplittingEventLogFiles">Splitting Event Log Files</a><ul>
-<li><a href="#ICPLogSplitting">ICP Log Splitting</a></li>
-<li><a href="#HTTPHostLogSplitting">HTTP Host Log Splitting</a></li>
-<li><a href="#SettingLogSplittingOptions">Setting Log Splitting Options</a></li>
-<li><a href="#Editingloghosts.configFile">Editing the log_hosts.config File</a></li>
-</ul>
-</li>
-<li><a href="#CollatingEventLogFiles">Collating Event Log Files</a><ul>
-<li><a href="#ConfiguringTSBeaCollationServer">Configuring Traffic Server to Be a Collation Server</a></li>
-<li><a href="#UsingaStandaloneCollator">Using a Standalone Collator</a></li>
-<li><a href="#ConfiguringTSBeaCollationClient">Configuring Traffic Server to Be a Collation Client</a></li>
-<li><a href="#CollatingCustomEventLogFiles">Collating Custom Event Log Files</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li><a href="#ViewingLoggingStatistics">Viewing Logging Statistics</a></li>
-<li><a href="#ViewingLogFiles">Viewing Log Files</a></li>
-</ul>
-</div>
+<p><a href="#toc">TOC</a></p>
 <h1 id="UnderstandingTSLogFiles">Understanding Traffic Server Log Files</h1>
 <p>Traffic Server records information about every transaction (or request) it 
 processes and every error it detects in log files. Traffic Server keeps three 

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-common-format.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-common-format.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-common-format.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended-format.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended-format.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended-format.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended2-format.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended2-format.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/netscape-extended2-format.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/squid-format.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/squid-format.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/working-log-files/squid-format.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/hosts-lookup-api.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/hosts-lookup-api.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/hosts-lookup-api.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/actions-guide/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/coupled-statistics.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/coupled-statistics.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/coupled-statistics.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/adding-statistics/viewing-statistics-using-traffic-line.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/how-to-activate-continuations.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/how-to-activate-continuations.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/how-to-activate-continuations.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -129,20 +129,20 @@ passed to handler functions:</p>
 <dd><code>TS_HTTP_SSN_CLOSE_HOOK</code></dd>
 <dd><code>TSHttpSsn</code></dd>
 <dt><code>TS_EVENT_NONE</code></dt>
-<dd><code /></dd>
-<dd><code /></dd>
+<dd><code></code></dd>
+<dd><code></code></dd>
 <dt><code>TS_EVENT_CACHE_LOOKUP_COMPLETE</code></dt>
 <dd><code>TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK</code></dd>
 <dd><code>TSHttpTxn</code></dd>
 <dt><code>TS_EVENT_IMMEDIATE</code></dt>
 <dd><code>TSVConnClose, TSVIOReenable, TSContSchedule</code></dd>
-<dd><code /></dd>
+<dd><code></code></dd>
 <dt><code>TS_EVENT_IMMEDIATE</code></dt>
 <dd><code>TS_HTTP_REQUEST_TRANSFORM_HOOK</code></dd>
-<dd><code /></dd>
+<dd><code></code></dd>
 <dt><code>TS_EVENT_IMMEDIATE</code></dt>
 <dd><code>TS_HTTP_RESPONSE_TRANSFORM_HOOK</code></dd>
-<dd><code /></dd>
+<dd><code></code></dd>
 <dt><code>TS_EVENT_CACHE_OPEN_READ</code></dt>
 <dd><code>TSCacheRead</code></dd>
 <dd>Cache VC</dd>
@@ -186,14 +186,14 @@ passed to handler functions:</p>
 <p><code>TSContSchedule</code></p>
 </dd>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dt><code>TS_EVENT_ERROR</code></dt>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dt><code>TS_EVENT_VCONN_READ_READY</code></dt>
 <dd>
@@ -246,17 +246,17 @@ passed to handler functions:</p>
 </dd>
 <dt><code>TS_EVENT_HTTP_CONTINUE</code></dt>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dt><code>TS_EVENT_HTTP_ERROR</code></dt>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dd>
-<p><code /></p>
+<p><code></code></p>
 </dd>
 <dt><code>TS_EVENT_MGMT_UPDATE</code></dt>
 <dd>

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -75,7 +75,7 @@ initialization function.</p>
 <p>Restart Traffic Server.</p>
 </li>
 </ol>
-<h3 id="compile_your_plugin">Compile Your Plugin</h3>
+<h3 id="compile-your-plugin">Compile Your Plugin</h3>
 <p>The process for compiling a shared library varies with the platform used, so
 the Traffic Server API provides the tsxs tool which you can use to create
 shared libraries on all the supported Traffic Server platforms.</p>
@@ -92,7 +92,7 @@ use the following commands to build a sh
 
 
 <p>or the equivalent to <code>sudo</code> on your platform.</p>
-<h3 id="update_the_pluginconfig_file">Update the <code>plugin.config</code> File</h3>
+<h3 id="update-the-pluginconfig-file">Update the <code>plugin.config</code> File</h3>
 <p>Your next step is to tell Traffic Server about the plugin by adding the following
 line to the <code>plugin.config</code> file. Since our simple plugin does not require
 any arguments, the following <code>plugin.config</code> will work:</p>
@@ -104,7 +104,7 @@ any arguments, the following <code>plugi
 <p>Traffic Server can accommodate multiple plugins. If several plugin functions
 are triggered by the same event, then Traffic Server invokes each plugin's
 function in the order each was defined in the <code>plugin.config</code> file.</p>
-<h3 id="specify_the_plugins_location">Specify the Plugin's Location</h3>
+<h3 id="specify-the-plugins-location">Specify the Plugin's Location</h3>
 <p>All plugins must be located in the directory specified by the configuration
 variable <code>proxy.config.plugin.plugin_dir</code>, which is located in the <code>records.config</code>
 file. The directory can be specified as an absolute or relative path.</p>
@@ -114,7 +114,7 @@ value is <code>config/plugins</code>, wh
 plugins located in the same configuration directory as <code>records.config</code>. It
 is common to use the default directory. Be sure to place the shared library
 <code>hello-world.so</code> inside the directory you've configured.</p>
-<h3 id="restart_traffic_server">Restart Traffic Server</h3>
+<h3 id="restart-traffic-server">Restart Traffic Server</h3>
 <p>The last step is to start/restart Traffic Server. Shown below is the output
 displayed after you've created and loaded your <code>hello-world</code> plugin.</p>
 <div class="codehilite"><pre><span class="c1"># grep proxy.config.plugin.plugin_dir config/records.config</span>

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -91,7 +91,7 @@ as follows:</p>
 </pre></div>
 
 
-<h3 id="the_role_of_plugins">The Role of Plugins</h3>
+<h3 id="the-role-of-plugins">The Role of Plugins</h3>
 <p>You compile your plugin source code to create a shared library that Traffic
 Server loads when it is started. Your plugin contains callback functions that
 are registered for specific Traffic Server events. When Traffic Server needs
@@ -105,7 +105,7 @@ pointer, can cause Traffic Server proces
 in unpredictable behavior.</p>
 <p id="PluginProcess"><strong>Plugin Process</strong></p>
 <p><img alt="Plugin Process" src="/images/sdk/plugin_process.jpg" /></p>
-<h3 id="possible_uses_for_plugins">Possible Uses for Plugins</h3>
+<h3 id="possible-uses-for-plugins">Possible Uses for Plugins</h3>
 <p>Possible uses for plugins include the following:</p>
 <ul>
 <li>
@@ -174,7 +174,7 @@ client access to these servers. This plu
 <a href="../header-based-plugin-examples/blacklist-plugin">The Blacklist Plugin</a>.</p>
 </li>
 </ul>
-<h3 id="plugin_loading">Plugin Loading</h3>
+<h3 id="plugin-loading">Plugin Loading</h3>
 <p>When Traffic Server is first started, it consults the <code>plugin.config</code> file 
 to determine the names of all shared plugin libraries that need to be loaded. 
 The <code>plugin.config</code> file also defines arguments that are to be passed to each 
@@ -183,9 +183,9 @@ defines the path to each plugin shared l
 Plugin's Location</a>.</p>
 <p><img alt="[Note]" src="/images/docbook/note.png" />
 <strong>Note</strong></p>
-<p>The path for each of these files is <em><code><root_dir></code></em><code>/config/</code>, where <em><code><root_dir></code></em>
+<p>The path for each of these files is <em><code>&lt;root_dir&gt;</code></em><code>/config/</code>, where <em><code>&lt;root_dir&gt;</code></em>
 is where you installed Traffic Server.</p>
-<h3 id="plugin_configuration">Plugin Configuration</h3>
+<h3 id="plugin-configuration">Plugin Configuration</h3>
 <p>The sample <code>plugin.config</code> file below contains a comment line, a blank line, 
 and two plugin configurations:</p>
 <div class="codehilite"><pre><span class="c1"># This is a comment line.</span>
@@ -224,7 +224,7 @@ same plugin. For example:</p>
 </pre></div>
 
 
-<h3 id="configuration_file_rules">Configuration File Rules</h3>
+<h3 id="configuration-file-rules">Configuration File Rules</h3>
 <ul>
 <li>
 <p>Comment lines begin with <strong>#</strong> and continue to the end of the line.</p>
@@ -237,7 +237,7 @@ same plugin. For example:</p>
 in the <code>plugin.config</code> file.</p>
 </li>
 </ul>
-<h3 id="plugin_initialization">Plugin Initialization</h3>
+<h3 id="plugin-initialization">Plugin Initialization</h3>
 <p>Each plugin must define an initialization function named <code>TSPluginInit</code> that
 Traffic Server invokes when the plugin is loaded. The <code>TSPluginInit</code> function
 is commonly used to read configuration information and register hooks for event

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -59,15 +59,13 @@
 <ul>
 <li><a href="#TheAsynchronousEventModel">The Asynchronous Event Model</a><ul>
 <li><a href="#TSHTTPStateMachine">Traffic Server HTTP State Machine</a><ul>
-<li><a href="#HTTPTransaction">HTTP Transaction</a><ul>
+<li><a href="#HTTPTransaction">HTTP Transaction</a></li>
 <li><a href="#TypesofHooks">Types of Hooks</a></li>
 </ul>
 </li>
 </ul>
 </li>
 </ul>
-</li>
-</ul>
 </div>
 <p>This chapter provides a foundation for designing and writing plugins. Reading
 this chapter will help you to understand:</p>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -70,7 +70,7 @@ appear in the source code. Below each en
 does:</p>
 <ul>
 <li>
-<p><strong><code>my_data_alloc</code></strong></p>
+<p><strong><code>my\_data\_alloc</code></strong></p>
 <p>Allocates and initializes a <code>MyData</code> structure. The plugin defines a struct,
 <code>MyData</code>, as follows:</p>
 <div class="codehilite"><pre><span class="k">typedef</span> <span class="k">struct</span> <span class="p">{</span>
@@ -87,18 +87,18 @@ needs. The transformation's data pointer
 <code>TSContDataSet</code> in the <code>handle_transform</code> routine.</p>
 </li>
 <li>
-<p><strong><code>my_data_destroy</code></strong></p>
+<p><strong><code>my\_data\_destroy</code></strong></p>
 <p>Destroys objects of type <code>MyData</code>. To deallocate the transform's data, the
 <code>append_transform</code> routine (see below) calls <code>my_data_destroy</code> when the transformation
 is complete.</p>
 </li>
 <li>
-<p><strong><code>handle_transform</code></strong></p>
+<p><strong><code>handle\_transform</code></strong></p>
 <p>This function does the actual data transformation. The transformation is created
 in <code>transform_add</code> (see below). <code>handle_transform</code> is called by <code>append_transform</code>.</p>
 </li>
 <li>
-<p><strong><code>append_transform</code></strong></p>
+<p><strong><code>append\_transform</code></strong></p>
 <p>This is the handler function for the transformation vconnection created in
 <code>transform_add</code>. It is the implementation of the vconnection.</p>
 <ul>
@@ -128,12 +128,12 @@ header. If the value of the MIME field i
 1; otherwise, it returns zero.</p>
 </li>
 <li>
-<p><strong><code>transform_add</code></strong></p>
+<p><strong><code>transform\_add</code></strong></p>
 <p>Creates the transformation for the current transaction and sets up a transformation
 hook. The handler function for the transformation is <code>append_transform</code>.</p>
 </li>
 <li>
-<p><strong><code>transform_plugin</code></strong></p>
+<p><strong><code>transform\_plugin</code></strong></p>
 <p>This is the handler function for the main continuation for the plugin. Traffic
 Server calls this function whenever it reads an HTTP response header. <code>transform_plugin</code>
 does the following:</p>

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

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 Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html Thu Mar 22 17:43:36 2012
@@ -21,7 +21,7 @@
     <!-- Header -->
     <div class="row" id="header">
       <div class="fourcol">
-        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_350x69.png" /></a>
+        <a href="/"><img class="logo" alt="Apache Traffic Server" src="/images/trans_logo_tm_380x69.png" /></a>
       </div>
       <div class="eightcol last" style="margin-top: 15px;">
         
@@ -57,22 +57,7 @@
         <div id="content">
           <p>Mutexes are used to lock shared data. This chapter explains how to use the 
 mutex interface.</p>
-<div class="toc">
-<ul>
-<li><a href="#Mutexes">Mutexes</a><ul>
-<li><a href="#LockingGlobalData">Locking Global Data</a><ul>
-<li><a href="#ProtectingaContinuationsData">Protecting a Continuation's Data</a></li>
-<li><a href="#HowAssociateaContinuationWithEveryHTTPTransaction">How to Associate a Continuation With Every HTTP Transaction</a></li>
-<li><a href="#HowAddNewContinuation">How to Add the New Continuation</a></li>
-<li><a href="#HowStoreDataSpecificEachHTTPTransaction">How to Store Data Specific to Each HTTP Transaction</a></li>
-<li><a href="#UsingLocks">Using Locks</a></li>
-<li><a href="#SpecialCaseContinuationsCreatedforHTTPTransactions">Special Case: Continuations Created for HTTP Transactions</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
+<p><a href="">TOC</a></p>
 <h2 id="Mutexes">Mutexes</h2>
 <p>A <strong>mutex</strong> is the basic synchronization method used within Traffic Server 
 to protect data from simultaneous access by multiple threads. A mutex acts