You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/05/04 14:18:32 UTC

svn commit: r815753 [1/2] - in /websites/staging/directory/trunk/content: ./ apacheds/download/ apacheds/download/images/ api/download/ api/download/images/ images/ studio/download/

Author: buildbot
Date: Fri May  4 12:18:31 2012
New Revision: 815753

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/apacheds/download/
    websites/staging/directory/trunk/content/apacheds/download/.htaccess
    websites/staging/directory/trunk/content/apacheds/download/download-archive.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-archive.html
    websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.html
    websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.html
    websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.html
    websites/staging/directory/trunk/content/apacheds/download/download-macosx.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-macosx.html
    websites/staging/directory/trunk/content/apacheds/download/download-sources.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-sources.html
    websites/staging/directory/trunk/content/apacheds/download/download-windows.cgi   (with props)
    websites/staging/directory/trunk/content/apacheds/download/download-windows.html
    websites/staging/directory/trunk/content/apacheds/download/images/
    websites/staging/directory/trunk/content/apacheds/download/images/installation_archive_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_archive_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_bin_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_bin_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_deb_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_deb_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_deb_3.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_deb_4.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_deb_5.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_pkg_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_pkg_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_rpm_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_rpm_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_rpm_3.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_linux_rpm_4.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_macosx_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_macosx_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_macosx_3.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_macosx_4.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_windows_1.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_windows_2.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_windows_3.jpg   (with props)
    websites/staging/directory/trunk/content/apacheds/download/images/installation_windows_4.jpg   (with props)
    websites/staging/directory/trunk/content/api/download/images/
    websites/staging/directory/trunk/content/api/download/images/installation_archive_1.jpg   (with props)
    websites/staging/directory/trunk/content/api/download/images/installation_archive_2.jpg   (with props)
    websites/staging/directory/trunk/content/images/figure_5.gif   (with props)
Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/download/download-archive.html
    websites/staging/directory/trunk/content/api/download/download-sources.html
    websites/staging/directory/trunk/content/studio/download/download-linux.html
    websites/staging/directory/trunk/content/studio/download/download-macosx.html
    websites/staging/directory/trunk/content/studio/download/download-sources.html
    websites/staging/directory/trunk/content/studio/download/download-windows.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  4 12:18:31 2012
@@ -1 +1 @@
-1333404
+1333902

Added: websites/staging/directory/trunk/content/apacheds/download/.htaccess
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/.htaccess (added)
+++ websites/staging/directory/trunk/content/apacheds/download/.htaccess Fri May  4 12:18:31 2012
@@ -0,0 +1,11 @@
+RewriteEngine on
+
+RewriteBase /apacheds/download/
+
+RewriteRule ^download-archive.html$ download-archive.cgi [L]
+RewriteRule ^download-linux-bin.html$ download-linux-bin.cgi [L]
+RewriteRule ^download-linux-deb.html$ download-linux-deb.cgi [L]
+RewriteRule ^download-linux-rpm.html$ download-inux-rpm.cgi [L]
+RewriteRule ^download-macosx.html$ download-macosx.cgi [L]
+RewriteRule ^download-sources.html$ download-sources.cgi [L]
+RewriteRule ^download-windows.html$ download-windows.cgi [L]
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-archive.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-archive.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-archive.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-archive.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-archive.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-archive.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-archive.html Fri May  4 12:18:31 2012
@@ -0,0 +1,279 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Downloads for Archive</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>ZIP Archive</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.zip">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.zip">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6.zip
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.zip.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>TAR.GZ Archive</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.tar.gz">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.tar.gz">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6.tar.gz
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6.tar.gz.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Installation</h1>
+
+<p>
+    <table class="noBorder">
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_1.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_archive_1.jpg" width="225" height="130"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Click on the link above to download Apache Directory Server.<br />Your download appears in the download manager of your web browser.</td>
+        </tr>
+
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_2.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_archive_2.jpg" width="225" height="160"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Extract the downladed archive and place the extracted folder where you want Apache DS to be installed.</td>
+        </tr>
+    </table>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Requirements</h1>
+
+<p>
+    ApacheDS requires at least:
+    <ul>
+        <li>A recent Linux distribution, Mac OS X (10.4 - Tiger or later), Windows (XP or Vista).</li>
+        <li><a href="http://www.java.com/">a Java Runtime Environment</a> 6 or later.</li>
+    </ul>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-2.0.0-M6.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-2.0.0-M6.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-2.0.0-M6.zip.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-bin.html Fri May  4 12:18:31 2012
@@ -0,0 +1,281 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Downloads for Linux Binary Installer</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>Linux Binary Installer 64 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.bin">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.bin">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-64bit.bin
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.bin.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.bin.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>Linux Binary Installer 32 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.bin">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.bin">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-32bit.bin
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.bin.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.bin.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Installation</h1>
+                    
+<p>
+    <table class="noBorder">
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_1.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_bin_1.jpg" width="225" height="130"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Click on the link above to download Apache Directory Server for your Linux architecture.<br />Your download appears in the download manager of your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_2.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_bin_2.jpg" width="225" height="161"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Open a terminal.<br>
+                Change to your downloads folder.<br>
+                Give execution rights to the installer (<em>chmod a+x apacheds-2.0.0-M6-64bit.bin</em>).<br>
+                Run the installer (<em>./apacheds-2.0.0-M6-64bit.bin</em>).</td>
+        </tr>
+    </table>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Requirements</h1>
+
+<p>
+    ApacheDS requires at least:
+    <ul>
+        <li>A recent Linux distribution.</li>
+        <li><a href="http://www.java.com/">a Java Runtime Environment</a> 6 or later.</li>
+    </ul>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-2.0.0-M6-64bit.bin.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-2.0.0-M6-64bit.bin.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-2.0.0-M6-64bit.bin.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-deb.html Fri May  4 12:18:31 2012
@@ -0,0 +1,296 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Downloads for Linux Debian Package</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>Linux Debian Package 64 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-amd64.deb">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-amd64.deb">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-amd64.deb
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-amd64.deb.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-amd64.deb.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>Linux Debian Package 32 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.deb">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.deb">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-i386.deb
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.deb.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.deb.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Installation</h1>
+                    
+<p>
+    <table class="noBorder">
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_1.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_deb_1.jpg" width="225" height="130"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Click on the link above to download ApacheDS for your Linux architecture.<br />Your download appears in the download manager of your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_2.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_deb_2.jpg" width="225" height="159"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Double-click on the installer to open it.<br/>It may have already been opened by your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_3.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_deb_3.jpg" width="225" height="169"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>The installer displays some information about what's going to be installed.<br>Click the <em>Install Package</em> button to start the installation.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_4.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_deb_4.jpg" width="225" height="151"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>You might be prompted to enter your <em>root</em> password.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_5.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_deb_5.jpg" width="225" height="115"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>The installation starts.</td>
+        </tr>
+    </table>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Requirements</h1>
+
+<p>
+    ApacheDS requires at least:
+    <ul>
+        <li>A recent Linux distribution supporting the *.deb install packages.</li>
+        <li><a href="http://www.java.com/">a Java Runtime Environment</a> 6 or later.</li>
+    </ul>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-2.0.0-M6-amd64.deb.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-2.0.0-M6-amd64.deb.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-2.0.0-M6-amd64.deb.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-linux-rpm.html Fri May  4 12:18:31 2012
@@ -0,0 +1,290 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Linux RPM Package</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>Linux RPM Package 64 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-x86_64.rpm">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-x86_64.rpm">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-x86_64.rpm
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-x86_64.rpm.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-x86_64.rpm.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>Linux RPM Package 32 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.rpm">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.rpm">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-i386.rpm
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.rpm.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-i386.rpm.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Installation</h1>
+                    
+<p>
+    <table class="noBorder">
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_1.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_rpm_1.jpg" width="225" height="138"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Click on the link above to download Apache Directory Server for your Linux architecture.<br />Your download appears in the download manager of your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_2.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_rpm_2.jpg" width="225" height="176"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Double-click on the installer to open it.<br/>It may have already been opened by your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_3.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_rpm_3.jpg" width="225" height="143"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>You might be prompted to enter your <em>root</em> password.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_4.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_linux_rpm_4.jpg" width="225" height="127"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>The installation starts.</td>
+        </tr>
+    </table>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Requirements</h1>
+
+<p>
+    ApacheDS requires at least:
+    <ul>
+        <li>A recent Linux distribution supporting the *.rpm install packages.</li>
+        <li><a href="http://www.java.com/">a Java Runtime Environment</a> 6 or later.</li>
+    </ul>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-2.0.0-M6-x86_64.rpm.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-2.0.0-M6-x86_64.rpm.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-2.0.0-M6-x86_64.rpm.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-macosx.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-macosx.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-macosx.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-macosx.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-macosx.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-macosx.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-macosx.html Fri May  4 12:18:31 2012
@@ -0,0 +1,290 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Mac OS X Installer</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<h2>Mac OS X Installer 64 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.dmg">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-64bit.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-64bit.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h2>Mac OS X Installer 32 bit</h2>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.dmg">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-2.0.0-M6-32bit.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-2.0.0-M6-32bit.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Installation</h1>
+                    
+<p>
+    <table class="noBorder">
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_1.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_macosx_1.jpg" width="225" height="120"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Click on the link above to download ApacheDS for Mac OS X.<br />Your download appears in the download manager of your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_2.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_macosx_2.jpg" width="225" height="161"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Double-click on the disk image to open it.<br/>It may have already been opened by your web browser.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_3.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_macosx_3.jpg" width="225" height="194"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Double-click on the <em>Apache Directory Server Installer.pkg</em> file to open the installer.</td>
+        </tr>
+        <tr>
+            <td width="64" height="64"><img src="./../../images/figure_4.gif" width="64" height="64"/></td>
+            <td><img src="images/installation_macosx_4.jpg" width="225" height="164"/></td>
+            <td>&nbsp;&nbsp;</td>
+            <td>Follow the instructions of the installer to complete the installation.</td>
+        </tr>
+    </table>
+</p>
+
+<p>&nbsp;</p>
+
+<h1>Requirements</h1>
+
+<p>
+    ApacheDS requires at least:
+    <ul>
+        <li>Mac OS X version 10.4 (Tiger) or later.</li>
+        <li><a href="http://www.java.com/">a Java Runtime Environment</a> 6 or later.</li>
+    </ul>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-2.0.0-M6-64bit.dmg.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-2.0.0-M6-64bit.dmg.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-2.0.0-M6-64bit.dmg.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-sources.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-sources.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-sources.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-sources.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/apacheds/download/download-sources.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-sources.html (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-sources.html Fri May  4 12:18:31 2012
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<!--
+    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.
+-->
+<html>
+	<head>
+		<title>Download Archive &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+    	<link href="./../../css/green.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        <STRONG>ApacheDS</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        Apache Directory Studio
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+    <h5>ApacheDS 1.5</h5>
+    <ul>
+        <li><a href="./../../apacheds/">Home</a></li>
+        <li><a href="./../../apacheds/features.html">Features</a></li>
+    </ul>
+    <h5>Downloads</h5>
+    <ul>
+        <li><a href="./../../apacheds/downloads.html">ApacheDS 1.5.7</a><!--&nbsp;&nbsp;<img src="./../../images/new_badge.gif" alt="" style="margin- bottom:- 3px;" border="0">--></li>
+        <li><a href="./../../apacheds/download-old-versions.html">Older versions</a></li>
+    </ul>
+    <h5>Documentation</h5>
+    <ul>
+        <li><a href="./../../apacheds/apacheds-v15-basic-users-guide.html">Basic User's Guide </a></li>
+        <li><a href="./../../apacheds/apacheds-v15-advanced-users-guide.html">Advanced User's Guide</a></li>
+        <li><a href="./../../apacheds/apacheds-v15-developers-guide.html">Developer's Guide</a></li>
+        <li><a href="./../../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+    </ul>
+    <h5>ApacheDS 1.0 (old)</h5>
+    <ul>
+        <li><a href="./../../apacheds/1.0/">Home</a></li>
+    </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Sources</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-parent-2.0.0-M6-source-release.zip">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-parent-2.0.0-M6-source-release.zip">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apacheds-parent-2.0.0-M6-source-release.zip
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-parent-2.0.0-M6-source-release.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M6/apacheds-parent-2.0.0-M6-source-release.zip.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+
+<p>
+    <div class="noteMacro" align="center" border="0" cellpadding="5" cellspacing="8" width="85%">
+        We encourage you to <a href="#verifyIntegrity">verify the integrity</a> of the downloaded file using:
+        <ul>
+            <li>the ASC file (OpenPGP compatible signature) with the <a href="http://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the MD5 file (checksum).</li>
+        </ul>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+    <h1><a name="verifyIntegrity"></a>Verify the integrity of the file</h1>
+                    
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/directory/KEYS">KEYS</a> as well as the <em>asc</em> signature file for the relevant distribution. Then verify the signatures using:</p>
+
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgpk -a KEYS
+$ pgpv apacheds-parent-2.0.0-M6-source-release.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apacheds-parent-2.0.0-M6-source-release.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apacheds-parent-2.0.0-M6-source-release.zip.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the MD5 signature on the files. A unix program called <em>md5</em> or <em>md5sum</em> is included in many unix distributions. It is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+
+<p>&nbsp;</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/apacheds/download/download-windows.cgi
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/download/download-windows.cgi (added)
+++ websites/staging/directory/trunk/content/apacheds/download/download-windows.cgi Fri May  4 12:18:31 2012
@@ -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: websites/staging/directory/trunk/content/apacheds/download/download-windows.cgi
------------------------------------------------------------------------------
    svn:executable = *