You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2013/10/28 06:07:28 UTC

svn commit: r884433 - in /websites/production/commons/content/proper/commons-configuration: download_configuration.cgi download_configuration.html

Author: henning
Date: Mon Oct 28 05:07:28 2013
New Revision: 884433

Log:
fix download page

Added:
    websites/production/commons/content/proper/commons-configuration/download_configuration.cgi   (with props)
Modified:
    websites/production/commons/content/proper/commons-configuration/download_configuration.html

Added: websites/production/commons/content/proper/commons-configuration/download_configuration.cgi
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/download_configuration.cgi (added)
+++ websites/production/commons/content/proper/commons-configuration/download_configuration.cgi Mon Oct 28 05:07:28 2013
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+# 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.
+
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: websites/production/commons/content/proper/commons-configuration/download_configuration.cgi
------------------------------------------------------------------------------
    svn:executable = *

Modified: websites/production/commons/content/proper/commons-configuration/download_configuration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/download_configuration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/download_configuration.html Mon Oct 28 05:07:28 2013
@@ -4,8 +4,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-    <title>Commons Configuration - 
-    Download Commons Configuration</title>
+    <title>Apache Commons Configuration - 
+    Download Apache Commons Configuration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -31,7 +31,7 @@
             </div><!-- id="bannerLeft" -->
               <div id="bannerRight">
                                                           <a href="index.html">
-                                                <img src="images/logo.png" alt="Commons Configuration"/>
+                                                <img src="images/logo.png" alt="Apache Commons Configuration"/>
                 </a>
             </div><!-- id="bannerRight" -->
         <div class="clear">
@@ -207,7 +207,7 @@ limitations under the License. --><!-- +
  +======================================================================+ -->
   
     <div class="section">
-<h2>Download Commons Configuration<a name="Download_Commons_Configuration"></a></h2>
+<h2>Download Apache Commons Configuration<a name="Download_Apache_Commons_Configuration"></a></h2>
     
 <div class="section">
 <h3>Using a Mirror<a name="Using_a_Mirror"></a></h3>
@@ -261,7 +261,7 @@ limitations under the License. --><!-- +
     </div>
     
 <div class="section">
-<h2>Commons Configuration 1.10 <a name="Commons_Configuration_1.10"></a></h2>
+<h2>Apache Commons Configuration 1.10 <a name="Apache_Commons_Configuration_1.10"></a></h2>
       
 <div class="section">
 <h3>Binaries<a name="Binaries"></a></h3>
@@ -342,11 +342,11 @@ limitations under the License. --><!-- +
                 
       </div>
                           
-<div class="center">Apache Commons, Apache Apache Commons Configuration, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
+<div class="center">Apache Commons, Apache Commons Configuration, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
                 <div class="clear">
         <hr/>
       </div>
     </div>
   </body>
-</html>
\ No newline at end of file
+</html>