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 2016/03/25 15:18:31 UTC

svn commit: r1736572 - in /directory/site/trunk: content/fortress/download-old-versions.mdtext templates/fortress/page.html

Author: elecharny
Date: Fri Mar 25 14:18:30 2016
New Revision: 1736572

URL: http://svn.apache.org/viewvc?rev=1736572&view=rev
Log:
Added a page for old downloads

Added:
    directory/site/trunk/content/fortress/download-old-versions.mdtext
Modified:
    directory/site/trunk/templates/fortress/page.html

Added: directory/site/trunk/content/fortress/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/download-old-versions.mdtext?rev=1736572&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/download-old-versions.mdtext (added)
+++ directory/site/trunk/content/fortress/download-old-versions.mdtext Fri Mar 25 14:18:30 2016
@@ -0,0 +1,55 @@
+Title: Download Old Versions
+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.
+
+# Download Old Versions
+
+<CENTER>
+
+| Version| Download Link | Javadoc & XRef | Date |
+|:-:|:-:|:-:|:-:|
+| Apache Fortress 1.0-RC40| [Download](http://archive.apache.org/dist/directory/kerby/dist/1.0-RC40)
+
+</CENTER>
+
+<DIV class="note" markdown="1">
+We encourage you to verify the integrity of the downloaded file using:
+
+* the ASC file (OpenPGP compatible signature) with the [KEYS](http://www.apache.org/dist/directory/KEYS) file (code signing keys used to sign the product)
+* the MD5 file (checksum).
+</DIV>
+
+## Verify the integrity of the file
+
+The PGP signatures can be verified using PGP or GPG. First download the [keys](http://www.apache.org/dist/directory/KEYS) file as well as the asc signature file for the relevant distribution. Then verify the signatures using:
+
+	$ pgpk -a KEYS
+	$ pgpv apache_1.3.24.tar.gz.asc
+
+or
+
+	$ pgp -ka KEYS
+	$ pgp apache_1.3.24.tar.gz.asc
+
+or
+
+	$ gpg --import KEYS
+	$ gpg --verify apache_1.3.24.tar.gz.asc
+
+ 
+
+Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of [GNU Textutils](http://www.gnu.org/software/textutils/textutils.html). Windows users can get binary md5 programs from [here](http://www.fourmilab.ch/md5/), [here](http://www.pc-tools.net/win32/freeware/console/], or [here|http://www.slavasoft.com/fsum/).

Modified: directory/site/trunk/templates/fortress/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/fortress/page.html?rev=1736572&r1=1736571&r2=1736572&view=diff
==============================================================================
--- directory/site/trunk/templates/fortress/page.html (original)
+++ directory/site/trunk/templates/fortress/page.html Fri Mar 25 14:18:30 2016
@@ -27,8 +27,8 @@
 	    <li><a href="{{base}}fortress/downloads.html">Core {{version_fortress}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <!--li><a href="{{base}}fortress/downloads.html">EnMasse {{version_fortress}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="{{base}}fortress/downloads.html">Commander {{version_fortress}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="{{base}}fortress/downloads.html">Realm {{version_fortress}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="{{base}}fortress/download-old-versions.html">Older versions</a></li-->
+        <li><a href="{{base}}fortress/downloads.html">Realm {{version_fortress}}</a>&nbsp;&nbsp;<IMG src="{{base}}images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li-->
+        <li><a href="{{base}}fortress/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
     <ul>