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

svn commit: r1211911 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext

Author: igalic
Date: Thu Dec  8 14:30:51 2011
New Revision: 1211911

URL: http://svn.apache.org/viewvc?rev=1211911&view=rev
Log:
Give a short intro what plugins are
How to get them and how to build them

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext?rev=1211911&r1=1211910&r2=1211911&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/plugins/index.en.mdtext Thu Dec  8 14:30:51 2011
@@ -21,6 +21,39 @@ Navigation: [*](*)
 
 # Overview # {#overview}
 
+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.
+
+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.
+
+# Download # {#download}
+
+Apache Traffic Server Plugins are released separately as a [bundle](/downloads),
+but they can also each be obtained via Subversion:
+
+    http://svn.apache.org/repos/asf/trafficserver/plugins/trunk/
+
+Or Git:
+
+    git://git.apache.org/trafficserver-plugins.git/
+    https://github.com/apache/trafficserver-plugins/
+
+
+# Build # {#build}
+
+Most plugins can be build by simply issueing
+
+    make
+
+in their source tree. Note that this requires you to have `tsxs` in your `PATH`
+
+
+# Plugins # {#plugins}
 <!-- Give a one line description of what the plugin does for us -->
 
 * [balancer](balancer) - Allows to configure mapping rules