You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2010/03/07 16:29:24 UTC

svn commit: r920018 [3/14] - in /incubator/trafficserver/site/trunk/docs/v2: admin/ sdk/ sdk/css/

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_IOBufferInterface.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_IOBufferInterface.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_IOBufferInterface.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_IOBufferInterface.html Sun Mar  7 15:29:19 2010
@@ -2,54 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>IO Buffer Interface</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="OtherDeprecatedFunctions.html" title="Other Deprecated Functions" />
-<link rel="prev" href="OtherDeprecatedFunctions.html" title="Other Deprecated Functions" />
-<link rel="next" href="Dep_MutexFunctions.html" title="Mutex Function" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="subsection" href="Dep_IOBufferInterface.html#INKIOBufferAppend" title="INKIOBufferAppend" />
-<link rel="subsection" href="Dep_IOBufferInterface.html#INKIOBufferBlockCreate" title="INKIOBufferBlockCreate" />
-<link rel="subsection" href="Dep_IOBufferInterface.html#INKIOBufferDataCreate" title="INKIOBufferDataCreate" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="OtherDeprecatedFunctions.html">Prev</a> — Other Deprecated Functions</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_IOBufferInterface.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_MutexFunctions.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_MutexFunctions.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_MutexFunctions.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_MutexFunctions.html Sun Mar  7 15:29:19 2010
@@ -2,52 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Mutex Function</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="OtherDeprecatedFunctions.html" title="Other Deprecated Functions" />
-<link rel="prev" href="Dep_IOBufferInterface.html" title="IO Buffer Interface" />
-<link rel="next" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="subsection" href="Dep_MutexFunctions.html#InkMutexTryLock" title="InkMutexTryLock" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="Dep_IOBufferInterface.html">Prev</a> — IO Buffer Interface</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/Dep_MutexFunctions.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/DeprecatedMarshBufFuncs.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/DeprecatedMarshBufFuncs.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/DeprecatedMarshBufFuncs.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/DeprecatedMarshBufFuncs.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Deprecated Functions</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="GuideTSHTTPHdrSyst.html" title="Guide to Traffic Server HTTP Header System" />
-<link rel="prev" href="RlsMarshalBufHandles.html" title="Release Marshal Buffer Handles" />
-<link rel="next" href="MarshalBuffers.html" title="Marshal Buffers" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="RlsMarshalBufHandles.html">Prev</a> — Release Marshal Buffer Handles</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/DeprecatedMarshBufFuncs.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheRemove.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheRemove.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheRemove.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheRemove.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>How to Do a Cache Remove</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="CacheAPI.html" title="Guide to the Cache API" />
-<link rel="prev" href="DoACacheWrite.html" title="How to Do a Cache Write" />
-<link rel="next" href="Errors_Cache.html" title="Errors" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="DoACacheWrite.html">Prev</a> — How to Do a Cache Write</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheRemove.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>How to Do a Cache Write</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="CacheAPI.html" title="Guide to the Cache API" />
-<link rel="prev" href="CacheAPI.html" title="Guide to the Cache API" />
-<link rel="next" href="DoACacheRemove.html" title="How to Do a Cache Remove" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="CacheAPI.html">Prev</a> — Guide to the Cache API</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/DuplicateMIMEFlds.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/DuplicateMIMEFlds.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/DuplicateMIMEFlds.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/DuplicateMIMEFlds.html Sun Mar  7 15:29:19 2010
@@ -2,52 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Duplicate MIME Fields Are Not Coalesced</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="GuideTSHTTPHdrSyst.html" title="Guide to Traffic Server HTTP Header System" />
-<link rel="prev" href="GuideTSHTTPHdrSyst.html" title="Guide to Traffic Server HTTP Header System" />
-<link rel="next" href="MIMEFldsBelongAssocMIMEHdr.html" title="MIME Fields Always Belong to an Associated MIME
-        Header" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="GuideTSHTTPHdrSyst.html">Prev</a> — Guide to Traffic Server HTTP Header System</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/DuplicateMIMEFlds.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/Errors_Cache.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/Errors_Cache.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/Errors_Cache.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/Errors_Cache.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Errors</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="CacheAPI.html" title="Guide to the Cache API" />
-<link rel="prev" href="DoACacheRemove.html" title="How to Do a Cache Remove" />
-<link rel="next" href="CacheAPI_Example.html" title="Example" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="DoACacheRemove.html">Prev</a> — How to Do a Cache Remove</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/Errors_Cache.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionIndex.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionIndex.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionIndex.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionIndex.html Sun Mar  7 15:29:19 2010
@@ -2,55 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Appendix D. Function Index</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="prev" href="Trouble_DebugMemLeaks.html" title="Debugging Memory Leaks" />
-<link rel="next" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script src="http://yui.yahooapis.com/combo?2.2.2/build/yahoo/yahoo-min.js&2.2.2/build/event/event-min.js&2.2.2/build/treeview/treeview-min.js"></script>
-<script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-  <style>
-  div.leftcol{float:left;width:320px;}
-  </style>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="Trouble_DebugMemLeaks.html">Prev</a> — Debugging Memory Leaks</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionIndex.html
------------------------------------------------------------------------------
    svn:executable = *

Copied: incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html (from r919669, incubator/trafficserver/site/trunk/docs/sdk/FunctionReference.html)
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html?p2=incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html&p1=incubator/trafficserver/site/trunk/docs/sdk/FunctionReference.html&r1=919669&r2=920018&rev=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/sdk/FunctionReference.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html Sun Mar  7 15:29:19 2010
@@ -2,75 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Chapter 18. Function Reference</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="prev" href="ViewStatsUsingTrafLine.html" title="Viewing Statistics Using Traffic Line" />
-<link rel="next" href="InitializationFunctions.html" title="Initialization Functions" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="section" href="FunctionReference.html#ListOfFunctionGroups" title="List of Function Groups" />
-<link rel="section" href="InitializationFunctions.html" title="Initialization Functions" />
-<link rel="section" href="DebuggingFunctions.html" title="Debugging Functions" />
-<link rel="section" href="INKfopenFamilyFunctions.html" title="The INKfopen Family" />
-<link rel="section" href="MemoryAllocationFunctions.html" title="Memory Allocation" />
-<link rel="section" href="ThreadFunctions.html" title="Thread Functions" />
-<link rel="section" href="HTTPFunctions.html" title="HTTP Functions" />
-<link rel="section" href="InitiateConnectionFunctions.html" title="Initiate Connection" />
-<link rel="section" href="InterceptingHTTPTransactionFuncs.html" title="Intercepting HTTP Transaction Functions" />
-<link rel="section" href="MarshallBuffersFunctions.html" title="Marshal Buffers" />
-<link rel="section" href="MutexFunctions.html" title="Mutex Functions" />
-<link rel="section" href="ContinuationFunctions.html" title="Continuation Functions" />
-<link rel="section" href="PluginConfigurationFunctions.html" title="Plugin Configuration Functions" />
-<link rel="section" href="ActionFunctions.html" title="Action Functions" />
-<link rel="section" href="HostLookupFunctions.html" title="Host Lookup Functions" />
-<link rel="section" href="VconnectionFunctions.html" title="Vconnection Functions" />
-<link rel="section" href="NetvconnectionFunctions.html" title="Netvconnection Functions" />
-<link rel="section" href="CacheInterfaceFunctions.html" title="Cache Interface Functions" />
-<link rel="section" href="TransformationFunctions.html" title="Transformation Functions" />
-<link rel="section" href="VIOFunctions.html" title="VIO Functions" />
-<link rel="section" href="IOBufferInterfaceFunctions.html" title="IO Buffer Interface" />
-<link rel="section" href="ManagementInterfaceFunctions.html" title="Management Interface Functions" />
-<link rel="section" href="TEConfigReadFunctions.html" title="Traffic Server Configuration Read Functions" />
-<link rel="section" href="CustInstallLicenseFunctions.html" title="Customer Installation and Licensing Functions" />
-<link rel="section" href="StatisticsFunctions.html" title="Statistics Functions" />
-<link rel="section" href="LoggingFunctions.html" title="Logging Functions" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="ViewStatsUsingTrafLine.html">Prev</a> — Viewing Statistics Using Traffic Line</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/FunctionReference.html
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/GenerateLicenseKey.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/GenerateLicenseKey.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/GenerateLicenseKey.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/GenerateLicenseKey.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Generating a License Key</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="prev" href="SetUpLicensing.html" title="Setting Up Licensing" />
-<link rel="next" href="LoggingAPI.html" title="Guide to the Logging API" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="SetUpLicensing.html">Prev</a> — Setting Up Licensing</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/GenerateLicenseKey.html
------------------------------------------------------------------------------
    svn:executable = *

Copied: incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html (from r919669, incubator/trafficserver/site/trunk/docs/sdk/GetingStarted.html)
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html?p2=incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html&p1=incubator/trafficserver/site/trunk/docs/sdk/GetingStarted.html&r1=919669&r2=920018&rev=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/sdk/GetingStarted.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html Sun Mar  7 15:29:19 2010
@@ -2,53 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Chapter 1. Getting Started</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="prev" href="Conventions.html" title="Typographical Conventions" />
-<link rel="next" href="ASimplePlugin.html" title="A Simple Plugin" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="section" href="GetingStarted.html#UnderstandingTSPlugins" title="Understanding Traffic Server Plugins" />
-<link rel="section" href="ASimplePlugin.html" title="A Simple Plugin" />
-<link rel="section" href="PlusingRegisAndVersionCkg.html" title="Plugin Registration and Version Checking" />
-<link rel="section" href="NamingConventions.html" title="Naming Conventions" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="Conventions.html">Prev</a> — Typographical Conventions</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/GetingStarted.html
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/GuideTSHTTPHdrSyst.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/GuideTSHTTPHdrSyst.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/GuideTSHTTPHdrSyst.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/GuideTSHTTPHdrSyst.html Sun Mar  7 15:29:19 2010
@@ -2,57 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Guide to Traffic Server HTTP Header System</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="prev" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="next" href="DuplicateMIMEFlds.html" title="Duplicate MIME Fields Are Not Coalesced" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="subsection" href="GuideTSHTTPHdrSyst.html#NoNullTerminatedStrings" title="No Null-Terminated Strings" />
-<link rel="subsection" href="DuplicateMIMEFlds.html" title="Duplicate MIME Fields Are Not Coalesced" />
-<link rel="subsection" href="MIMEFldsBelongAssocMIMEHdr.html" title="MIME Fields Always Belong to an Associated MIME
-        Header" />
-<link rel="subsection" href="RlsMarshalBufHandles.html" title="Release Marshal Buffer Handles" />
-<link rel="subsection" href="DeprecatedMarshBufFuncs.html" title="Deprecated Functions" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="HTTPHeaders.html">Prev</a> — Chapter 10. HTTP Headers</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/GuideTSHTTPHdrSyst.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPAlternateSelection.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPAlternateSelection.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPAlternateSelection.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPAlternateSelection.html Sun Mar  7 15:29:19 2010
@@ -2,51 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>HTTP Alternate Selection</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="prev" href="InitiateHTTPConnection.html" title="Initiate HTTP Connection" />
-<link rel="next" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="InitiateHTTPConnection.html">Prev</a> — Initiate HTTP Connection</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPAlternateSelection.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPFunctions.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPFunctions.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPFunctions.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPFunctions.html Sun Mar  7 15:29:19 2010
@@ -2,54 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>HTTP Functions</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="prev" href="INKThreadSelf.html" title="INKThreadSelf" />
-<link rel="next" href="HTTPSessionFunctions.html" title="Session Functions" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="subsection" href="HTTPFunctions.html#HTTPHookFunctions" title="Hook Functions" />
-<link rel="subsection" href="HTTPSessionFunctions.html" title="Session Functions" />
-<link rel="subsection" href="HTTPTransactionFunctions.html" title="HTTP Transaction Functions" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKThreadSelf.html">Prev</a> — INKThreadSelf</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPFunctions.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaderFunctions.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaderFunctions.html?rev=920018&r1=919660&r2=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaderFunctions.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaderFunctions.html Sun Mar  7 15:29:19 2010
@@ -2,75 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>HTTP Header Functions</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="MarshallBuffersFunctions.html" title="Marshal Buffers" />
-<link rel="prev" href="INKMBufferDestroy.html" title="INKMBufferDestroy" />
-<link rel="next" href="URLFunctions.html" title="URL Functions" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrClone" title="INKHttpHdrClone" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrCopy" title="INKHttpHdrCopy" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrCreate" title="INKHttpHdrCreate" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrDestroy" title="INKHttpHdrDestroy" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrLengthGet" title="INKHttpHdrLengthGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrMethodGet" title="INKHttpHdrMethodGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrMethodSet" title="INKHttpHdrMethodSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrPrint" title="INKHttpHdrPrint" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrReasonGet" title="INKHttpHdrReasonGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrReasonLookup" title="INKHttpHdrReasonLookup" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrReasonSet" title="INKHttpHdrReasonSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrStatusGet" title="INKHttpHdrStatusGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrStatusSet" title="INKHttpHdrStatusSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrTypeGet" title="INKHttpHdrTypeGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrTypeSet" title="INKHttpHdrTypeSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrUrlGet" title="INKHttpHdrUrlGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrUrlSet" title="INKHttpHdrUrlSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrVersionGet" title="INKHttpHdrVersionGet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrVersionSet" title="INKHttpHdrVersionSet" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpParserClear" title="INKHttpParserClear" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpParserCreate" title="INKHttpParserCreate" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpParserDestroy" title="INKHttpParserDestroy" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrParseReq" title="INKHttpHdrParseReq" />
-<link rel="subsection" href="HTTPHeaderFunctions.html#INKHttpHdrParseResp" title="INKHttpHdrParseResp" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script><script type="text/javascript">
-    document.write("<style> div.toc {display: none} </style>"); 
-  </script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKMBufferDestroy.html">Prev</a> — INKMBufferDestroy</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaderFunctions.html
------------------------------------------------------------------------------
    svn:executable = *

Copied: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html (from r919669, incubator/trafficserver/site/trunk/docs/sdk/HTTPHeaders.html)
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html?p2=incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html&p1=incubator/trafficserver/site/trunk/docs/sdk/HTTPHeaders.html&r1=919669&r2=920018&rev=920018&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/sdk/HTTPHeaders.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html Sun Mar  7 15:29:19 2010
@@ -2,55 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Chapter 10. HTTP Headers</title>
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/fonts/fonts-min.css" type="text/css" />
-<link rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/treeview/assets/tree.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc.css" type="text/css" />
-<link rel="stylesheet" href="css/ydoc-chunk.css" type="text/css" />
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
-<link rel="start" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="up" href="index.html" title="Traffic Server Software Developers Kit" />
-<link rel="prev" href="Interface_ThreadFunctions.html" title="Thread Functions" />
-<link rel="next" href="GuideTSHTTPHdrSyst.html" title="Guide to Traffic Server HTTP Header System" />
-<link rel="preface" href="Preface.html" title="Preface" />
-<link rel="chapter" href="GetingStarted.html" title="Chapter 1. Getting Started" />
-<link rel="chapter" href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins" />
-<link rel="index" href="CreatingTSPlugins.html#id372630" title="Index" />
-<link rel="chapter" href="ch03.html" title="Chapter 3. Remap Plugin" />
-<link rel="chapter" href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples" />
-<link rel="chapter" href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins" />
-<link rel="chapter" href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins" />
-<link rel="chapter" href="ch07.html" title="Chapter 7. Cache Plugin" />
-<link rel="chapter" href="HTTPHooksAndTransactions.html" title="Chapter 8. HTTP Hooks and Transactions" />
-<link rel="chapter" href="MiscellaneousInterfaceGuide.html" title="Chapter 9. Miscellaneous Interface Guide" />
-<link rel="chapter" href="HTTPHeaders.html" title="Chapter 10. HTTP Headers" />
-<link rel="chapter" href="MutexGuide.html" title="Chapter 11. Mutex Guide" />
-<link rel="chapter" href="Continuations.html" title="Chapter 12. Continuations" />
-<link rel="chapter" href="PluginConfigurations.html" title="Chapter 13. Plugin Configurations" />
-<link rel="chapter" href="ActionsGuide.html" title="Chapter 14. Actions Guide" />
-<link rel="chapter" href="IOGuide.html" title="Chapter 15. IO Guide" />
-<link rel="chapter" href="PluginManagement.html" title="Chapter 16. Plugin Management" />
-<link rel="chapter" href="AddingStatistics.html" title="Chapter 17. Adding Statistics" />
-<link rel="chapter" href="FunctionReference.html" title="Chapter 18. Function Reference" />
-<link rel="appendix" href="App_SampleSourceCode.html" title="Appendix A. Sample Source Code" />
-<link rel="appendix" href="App_DeprecatedFunctions.html" title="Appendix B. Deprecated Functions" />
-<link rel="appendix" href="App_Troubleshooting.html" title="Appendix C. Troubleshooting Tips" />
-<link rel="appendix" href="FunctionIndex.html" title="Appendix D. Function Index" />
-<link rel="appendix" href="TypeIndex.html" title="Appendix E. Type Index" />
-<link rel="index" href="ConceptIndex.html" title="Index" />
-<link rel="section" href="HTTPHeaders.html#AboutHTTPHeaders" title="About HTTP Headers" />
-<link rel="section" href="GuideTSHTTPHdrSyst.html" title="Guide to Traffic Server HTTP Header System" />
-<link rel="section" href="MarshalBuffers.html" title="Marshal Buffers" />
-<link rel="section" href="HTTPHeaders2.html" title="HTTP Headers" />
-<link rel="section" href="URLs.html" title="URLs" />
-<link rel="section" href="MIMEHeaders.html" title="MIME Headers" />
-<script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/yahoo/yahoo-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/event/event-min.js"></script><script type="text/javascript" src="http://yui.yahooapis.com/2.2.2/build/treeview/treeview-min.js"></script><script type="text/javascript" src="js/tocnodes.js"></script><script type="text/javascript" src="js/toc.js"></script>
-</head>
-<body>
-<div class="doctitle">
-<a href="index.html">Home</a>
-<img src="images/docbook/ts75.png" /><h1 class="doctitle">Traffic Server Software Developers Kit</h1>
-</div>
+<!--#include file="top.html" -->
 <div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="Interface_ThreadFunctions.html">Prev</a> — Thread Functions</div>

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/trafficserver/site/trunk/docs/v2/sdk/HTTPHeaders.html
------------------------------------------------------------------------------
    svn:keywords = Id