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/12 02:30:47 UTC

svn commit: r922108 - /incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html

Author: mlibbey
Date: Fri Mar 12 01:30:46 2010
New Revision: 922108

URL: http://svn.apache.org/viewvc?rev=922108&view=rev
Log:
add content mistakenly removed in ssi transform

Modified:
    incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html?rev=922108&r1=922107&r2=922108&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/Preface.html Fri Mar 12 01:30:46 2010
@@ -2,3 +2,44 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Preface</title>
+<!--#include file="top.html" -->
+<div class="navheader">
+<div class="navprev">
+<a accesskey="p" href="index.html">Prev</a> — Traffic Server Software Developers Kit</div>
+<div class="navnext">How to Use This Book — <a accesskey="n" href="pr01s02.html">Next</a>
+</div>
+</div>
+<div id="toc"></div>
+<div class="preface" lang="en">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="Preface"></a>Preface</h2></div></div></div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl>
+<dt><span class="section"><a href="Preface.html#Audience"></a></span></dt>
+<dt><span class="section"><a href="pr01s02.html">How to Use This Book</a></span></dt>
+<dt><span class="section"><a href="Conventions.html">Typographical Conventions</a></span></dt>
+</dl>
+</div>
+<p>The <span class="emphasis"><em>Traffic Server Software Developer's Kit</em></span> is a
+    reference for creating plugins. <b>Plugins</b> are programs that add services
+    (such as filtering or content transformation) or entire features (such as
+    new protocol support) to Traffic Server. If you are new to writing Traffic
+    Server plugins, then read the first two chapters, <a href="GetingStarted.html#GettingStarted">Getting Started</a>  and <a href="CreatingTSPlugins.html" title="Chapter 2. How to Create Traffic Server Plugins">Creating Traffic Server Plugins</a>, and
+    use the remaining chapters as needed. <a href="HeaderBasedPluginEx.html" title="Chapter 4. Header-Based Plugin Examples">Header-Based Plugin Examples</a> provides
+    details about plugins that work on HTTP headers, while <a href="HTTPTransformationPlugins.html" title="Chapter 5. HTTP Transformation Plugins">HTTP Transformation Plugins</a>
+    explains how to write a plugin that transforms or scans the body of an
+    HTTP response. If you want to support your own protocol on Traffic Server,
+    then reference <a href="NewProtocolPlugins.html" title="Chapter 6. New Protocol Plugins">New Protocol Plugins</a>.</p>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="Audience"></a>Audience</h2></div></div></div>
+<p>This manual is intended for programmers who want to write plugin
+      programs that add services or features to Traffic Server. It assumes a
+      cursory knowledge of the C programming language, Hyper-Text Transfer
+      Protocol (HTTP), and Multipurpose Internet Mail Extensions
+      (MIME).</p>
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file