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 2012/03/22 19:35:55 UTC

svn commit: r1303962 - in /trafficserver/site/trunk/content/docs/trunk/admin/plugins: ./ gzip/ mysql_remap/ regex_remap/ stale_while_revalidate/ stats_over_http/

Author: igalic
Date: Thu Mar 22 18:35:55 2012
New Revision: 1303962

URL: http://svn.apache.org/viewvc?rev=1303962&view=rev
Log:
Fix navigation. I blame amc.

Modified:
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/broken_index_file
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/index.en.mdtext
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/mysql_remap/index.en.mdtext
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/order.txt
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.mdtext
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/stale_while_revalidate/index.en.mdtext
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/stats_over_http/index.en.mdtext

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/broken_index_file
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/broken_index_file?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/broken_index_file (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/gzip/broken_index_file Thu Mar 22 18:35:55 2012
@@ -1,5 +1,5 @@
 Doc: Apache Traffic Server Plugins
-Title: gzip // deflate plugin
+Title: gzip / deflate plugin
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -17,7 +17,6 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 Navigation: [*](*)
-            [SDK](../sdk/index.en.html)
 
 this plugin performs real time compression on textual content streaming in from origin servers
 usage is simple:

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/index.en.mdtext?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/index.en.mdtext Thu Mar 22 18:35:55 2012
@@ -33,15 +33,14 @@ to touch the core.
 
 # Download # {#dl}
 
-Apache Traffic Server Plugins are released separately as a [bundle](/downloads),
-but they can also each be obtained via Subversion:
+Apache Traffic Server Plugins considered stable are released together
+with the server. See [bundle](/downloads).
 
-    http://svn.apache.org/repos/asf/trafficserver/plugins/trunk/
+Those which haven't received enough production testing from our developers
+or feedback from our users to be consiered stable can still be optained
+seperately via git:
 
-Or Git:
-
-    git://git.apache.org/trafficserver-plugins.git/
-    https://github.com/apache/trafficserver-plugins/
+    https://git-wip-us.apache.org/repos/asf/trafficserver-plugins.git/
 
 
 # Build # {#build}

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/mysql_remap/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/mysql_remap/index.en.mdtext?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/mysql_remap/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/mysql_remap/index.en.mdtext Thu Mar 22 18:35:55 2012
@@ -17,7 +17,6 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 Navigation: [*](*)
-            [SDK](../sdk/index.en.html)
 
 
 This is a basic plugin for doing dynamic "remaps" from a database. It essentially

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/order.txt
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/order.txt?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/order.txt (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/order.txt Thu Mar 22 18:35:55 2012
@@ -10,3 +10,4 @@ mysql_remap
 regex_remap
 stale_while_revalidate
 stats_over_http
+gzip

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.mdtext?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/regex_remap/index.en.mdtext Thu Mar 22 18:35:55 2012
@@ -17,7 +17,6 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 Navigation: [*](*)
-            [SDK](../sdk/index.en.html)
 
 This allows you to configure mapping rules based on regular expressions. This is similar to
 what you can accomplish using mod_rewrite in Apache httpd, but obviously not

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/stale_while_revalidate/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/stale_while_revalidate/index.en.mdtext?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/stale_while_revalidate/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/stale_while_revalidate/index.en.mdtext Thu Mar 22 18:35:55 2012
@@ -17,7 +17,6 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 Navigation: [*](*)
-            [SDK](../sdk/index.en.html)
 
 refresh content asynchronously while serving stale data
 

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/stats_over_http/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/stats_over_http/index.en.mdtext?rev=1303962&r1=1303961&r2=1303962&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/stats_over_http/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/stats_over_http/index.en.mdtext Thu Mar 22 18:35:55 2012
@@ -17,7 +17,6 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 Navigation: [*](*)
-            [SDK](../sdk/index.en.html)
 
 
 Statistics are available via direct HTTP access to Traffic Server.