You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/09/04 08:39:29 UTC

svn commit: r1840017 - /directory/site/trunk/content/api/download/

Author: elecharny
Date: Tue Sep  4 08:39:28 2018
New Revision: 1840017

URL: http://svn.apache.org/viewvc?rev=1840017&view=rev
Log:
Updated the download pages

Added:
    directory/site/trunk/content/api/download/download-archive-1.cgi   (with props)
    directory/site/trunk/content/api/download/download-archive-1.mdtext
    directory/site/trunk/content/api/download/download-archive-2.cgi   (with props)
    directory/site/trunk/content/api/download/download-archive-2.mdtext
    directory/site/trunk/content/api/download/download-sources-1.cgi   (with props)
    directory/site/trunk/content/api/download/download-sources-1.mdtext
    directory/site/trunk/content/api/download/download-sources-2.cgi   (with props)
    directory/site/trunk/content/api/download/download-sources-2.mdtext
Removed:
    directory/site/trunk/content/api/download/download-archive.cgi
    directory/site/trunk/content/api/download/download-archive.mdtext
    directory/site/trunk/content/api/download/download-sources.cgi
    directory/site/trunk/content/api/download/download-sources.mdtext
Modified:
    directory/site/trunk/content/api/download/.htaccess

Modified: directory/site/trunk/content/api/download/.htaccess
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/.htaccess?rev=1840017&r1=1840016&r2=1840017&view=diff
==============================================================================
--- directory/site/trunk/content/api/download/.htaccess (original)
+++ directory/site/trunk/content/api/download/.htaccess Tue Sep  4 08:39:28 2018
@@ -2,5 +2,7 @@ RewriteEngine on
 
 RewriteBase /api/download/
 
-RewriteRule ^download-archive.html$ download-archive.cgi [L]
-RewriteRule ^download-sources.html$ download-sources.cgi [L]
\ No newline at end of file
+RewriteRule ^download-archive-1.html$ download-archive-1.cgi [L]
+RewriteRule ^download-sources-1.html$ download-sources-1.cgi [L]
+RewriteRule ^download-archive-2.html$ download-archive-2.cgi [L]
+RewriteRule ^download-sources-2.html$ download-sources-2.cgi [L]
\ No newline at end of file

Added: directory/site/trunk/content/api/download/download-archive-1.cgi
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-archive-1.cgi?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-archive-1.cgi (added)
+++ directory/site/trunk/content/api/download/download-archive-1.cgi Tue Sep  4 08:39:28 2018
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: directory/site/trunk/content/api/download/download-archive-1.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/site/trunk/content/api/download/download-archive-1.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-archive-1.mdtext?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-archive-1.mdtext (added)
+++ directory/site/trunk/content/api/download/download-archive-1.mdtext Tue Sep  4 08:39:28 2018
@@ -0,0 +1,17 @@
+Title: Downloads for Archive
+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.
\ No newline at end of file

Added: directory/site/trunk/content/api/download/download-archive-2.cgi
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-archive-2.cgi?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-archive-2.cgi (added)
+++ directory/site/trunk/content/api/download/download-archive-2.cgi Tue Sep  4 08:39:28 2018
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: directory/site/trunk/content/api/download/download-archive-2.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/site/trunk/content/api/download/download-archive-2.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-archive-2.mdtext?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-archive-2.mdtext (added)
+++ directory/site/trunk/content/api/download/download-archive-2.mdtext Tue Sep  4 08:39:28 2018
@@ -0,0 +1,17 @@
+Title: Downloads for Archive
+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.
\ No newline at end of file

Added: directory/site/trunk/content/api/download/download-sources-1.cgi
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-sources-1.cgi?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-sources-1.cgi (added)
+++ directory/site/trunk/content/api/download/download-sources-1.cgi Tue Sep  4 08:39:28 2018
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: directory/site/trunk/content/api/download/download-sources-1.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/site/trunk/content/api/download/download-sources-1.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-sources-1.mdtext?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-sources-1.mdtext (added)
+++ directory/site/trunk/content/api/download/download-sources-1.mdtext Tue Sep  4 08:39:28 2018
@@ -0,0 +1,17 @@
+Title: Downloads for Sources
+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.
\ No newline at end of file

Added: directory/site/trunk/content/api/download/download-sources-2.cgi
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-sources-2.cgi?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-sources-2.cgi (added)
+++ directory/site/trunk/content/api/download/download-sources-2.cgi Tue Sep  4 08:39:28 2018
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: directory/site/trunk/content/api/download/download-sources-2.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/site/trunk/content/api/download/download-sources-2.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download/download-sources-2.mdtext?rev=1840017&view=auto
==============================================================================
--- directory/site/trunk/content/api/download/download-sources-2.mdtext (added)
+++ directory/site/trunk/content/api/download/download-sources-2.mdtext Tue Sep  4 08:39:28 2018
@@ -0,0 +1,17 @@
+Title: Downloads for Sources
+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.
\ No newline at end of file