You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2012/06/27 13:12:48 UTC

svn commit: r1354422 - in /trafficserver/site/trunk: content/acknowledgements.mdtext content/users.mdtext lib/path.pm templates/docs_page.html templates/full_page.html

Author: humbedooh
Date: Wed Jun 27 11:12:47 2012
New Revision: 1354422

URL: http://svn.apache.org/viewvc?rev=1354422&view=rev
Log:
Updates:
- Add header information for the user page
- Add a page for acknowledgements
- Add acknowlegdement page to templates

Added:
    trafficserver/site/trunk/content/acknowledgements.mdtext
Modified:
    trafficserver/site/trunk/content/users.mdtext
    trafficserver/site/trunk/lib/path.pm
    trafficserver/site/trunk/templates/docs_page.html
    trafficserver/site/trunk/templates/full_page.html

Added: trafficserver/site/trunk/content/acknowledgements.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/acknowledgements.mdtext?rev=1354422&view=auto
==============================================================================
--- trafficserver/site/trunk/content/acknowledgements.mdtext (added)
+++ trafficserver/site/trunk/content/acknowledgements.mdtext Wed Jun 27 11:12:47 2012
@@ -0,0 +1,26 @@
+Title: Apache Traffic Server - Acknowledgements
+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
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+		
+
+# Acknowledgements #
+
+The Apache Traffic Server team would like to acknowledge the support and 
+contributions of the following companies, organizations and individuals:
+
+* [The Measurement Factory](http://www.measurement-factory.com/) for letting us run their Co-Advisor test suite against Apache Traffic Server.
+

Modified: trafficserver/site/trunk/content/users.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/users.mdtext?rev=1354422&r1=1354421&r2=1354422&view=diff
==============================================================================
--- trafficserver/site/trunk/content/users.mdtext (original)
+++ trafficserver/site/trunk/content/users.mdtext Wed Jun 27 11:12:47 2012
@@ -1,3 +1,22 @@
+Title: Companies using Apache Traffic Server
+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
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+		
+
 # Companies using Apache Traffic Server #
 Apache Traffic Server is used world-wide by companies of many sizes, ranging from the 
 small entrepeneurial starter companies to the large Internet conglomerates like Yahoo, 

Modified: trafficserver/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/lib/path.pm?rev=1354422&r1=1354421&r2=1354422&view=diff
==============================================================================
--- trafficserver/site/trunk/lib/path.pm (original)
+++ trafficserver/site/trunk/lib/path.pm Wed Jun 27 11:12:47 2012
@@ -7,7 +7,7 @@ our @patterns = (
 
 #   [qr!^/(index|downloads|docs/search)\...\.mdtext$!, single_narrative => { template => "front_page.html" }],
 
-    [qr!^/(users|downloads\...)\.mdtext$!, standalone_page => { template => "full_page.html" }],
+    [qr!^/(users|acknowledgements|downloads\...)\.mdtext$!, standalone_page => { template => "full_page.html" }],
     [qr!^/((docs|dev)/)?.*\.mdtext$!, single_narrative => { template => "docs_page.html" }],
 
 );

Modified: trafficserver/site/trunk/templates/docs_page.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/docs_page.html?rev=1354422&r1=1354421&r2=1354422&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/docs_page.html (original)
+++ trafficserver/site/trunk/templates/docs_page.html Wed Jun 27 11:12:47 2012
@@ -67,6 +67,7 @@
         <a href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server">Wiki</a>
         <a href="https://issues.apache.org/jira/browse/TS">Issues</a>
         <a href="/users.html">Customers</a>
+        <a href="/acknowledgements.html">Acknowledgements</a>
       </div>
       <div class="fourcol last right">
         <a href="http://apache.org/security/">Security</a>

Modified: trafficserver/site/trunk/templates/full_page.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/full_page.html?rev=1354422&r1=1354421&r2=1354422&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/full_page.html (original)
+++ trafficserver/site/trunk/templates/full_page.html Wed Jun 27 11:12:47 2012
@@ -67,6 +67,7 @@
         <a href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server">Wiki</a>
         <a href="https://issues.apache.org/jira/browse/TS">Issues</a>
         <a href="/users.html">Customers</a>
+        <a href="/acknowledgements.html">Acknowledgements</a>
       </div>
       <div class="fourcol last right">
         <a href="http://apache.org/security/">Security</a>