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 2018/09/04 12:17:51 UTC

svn commit: r1034687 - in /websites/staging/directory/trunk/content: ./ api/download/download-sources-2.html

Author: buildbot
Date: Tue Sep  4 12:17:51 2018
New Revision: 1034687

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/download/download-sources-2.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep  4 12:17:51 2018
@@ -1 +1 @@
-1840035
+1840036

Modified: websites/staging/directory/trunk/content/api/download/download-sources-2.html
==============================================================================
--- websites/staging/directory/trunk/content/api/download/download-sources-2.html (original)
+++ websites/staging/directory/trunk/content/api/download/download-sources-2.html Tue Sep  4 12:17:51 2018
@@ -159,6 +159,141 @@
 
 
 
+<h1>Download of source packages</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>LDAP API 2.0</h2>
+
+<h3>ZIP Archive</h3>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.zip">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.zip">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.2-src.zip
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.zip.asc">ASC</a>-<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.zip.sha256">SHA256</a>-<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.zip.sha512">SHA512</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<h3>TAR.GZ Archive</h3>
+
+<p>
+    <div class="download">
+        <table width="100%" class="noBorder">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.tar.gz">
+                        <img src="./../../images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.tar.gz">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-ldap-api-2.0.0.AM2-src.tar.gz
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.tar.gz.asc">ASC</a>-<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.tar.gz.sha256">SHA256</a>-<a href="https://www.apache.org/dist/directory/api/dist/2.0.0.AM2/apache-ldap-api-2.0.0.AM2-src.tar.gz.sha512">SHA512</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]
+            </optgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            <opttgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </optgroup>
+            [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="https://www.apache.org/dist/directory/KEYS">KEYS file</a> (code signing keys used to sign the product)</li>
+            <li>the SHA256 or SHA512 files (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="https://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 apache-ldap-api-1.0.2-bin.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ pgp -ka KEYS
+$ pgp apache-ldap-api-1.0.2-bin.zip.asc</pre>
+    </div>
+</div>
+or
+<div class="preformatted">
+    <div class="preformattedContent">
+        <pre>$ gpg --import KEYS
+$ gpg --verify apache-ldap-api-1.0.2-bin.zip.asc</pre>
+    </div>
+</div>
+
+<p>&nbsp;</p>
+
+<p>Alternatively, you can verify the files' signature (see the <a href="http://www.apache.org/info/verification.html">How to verify downloaded files</a> page). </p>p>
+<p>&nbsp;</p>
+
+