You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/12/08 15:31:09 UTC

svn commit: r799945 - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/index.en.html

Author: buildbot
Date: Thu Dec  8 14:31:09 2011
New Revision: 799945

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/index.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/plugins/index.en.html Thu Dec  8 14:31:09 2011
@@ -60,6 +60,35 @@
       <div class="eightcol">
         <div id="content">
           <h1 id="overview">Overview</h1>
+<p>One of the key features of Apache Traffic Server is modularity.
+Features that aren't needed in the core simply aren't there.
+This is a good thing, because it guarantees that our core can
+remain fast by concentrating on the things that we always provide:
+Caching and proxying.</p>
+<p>All other things can be moved into plugins, by opening up a consitent
+C API, everyone can implement their own functionality, without having
+to touch the core.</p>
+<h1 id="download">Download</h1>
+<p>Apache Traffic Server Plugins are released separately as a <a href="/downloads">bundle</a>,
+but they can also each be obtained via Subversion:</p>
+<div class="codehilite"><pre><span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/trafficserver/</span><span class="n">plugins</span><span class="sr">/trunk/</span>
+</pre></div>
+
+
+<p>Or Git:</p>
+<div class="codehilite"><pre><span class="n">git:</span><span class="sr">//gi</span><span class="n">t</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/trafficserver-plugins.git/</span>
+<span class="n">https:</span><span class="sr">//gi</span><span class="n">thub</span><span class="o">.</span><span class="n">com</span><span class="sr">/apache/</span><span class="n">trafficserver</span><span class="o">-</span><span class="n">plugins</span><span class="o">/</span>
+</pre></div>
+
+
+<h1 id="build">Build</h1>
+<p>Most plugins can be build by simply issueing</p>
+<div class="codehilite"><pre><span class="n">make</span>
+</pre></div>
+
+
+<p>in their source tree. Note that this requires you to have <code>tsxs</code> in your <code>PATH</code></p>
+<h1 id="plugins">Plugins</h1>
 <!-- Give a one line description of what the plugin does for us -->
 
 <ul>