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 2015/09/22 09:13:39 UTC

svn commit: r1704462 - in /directory/site/trunk/templates/kerby: download-archive.html download-sources.html

Author: elecharny
Date: Tue Sep 22 07:13:36 2015
New Revision: 1704462

URL: http://svn.apache.org/viewvc?rev=1704462&view=rev
Log:
Fixed the download links

Added:
    directory/site/trunk/templates/kerby/download-sources.html
Modified:
    directory/site/trunk/templates/kerby/download-archive.html

Modified: directory/site/trunk/templates/kerby/download-archive.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/download-archive.html?rev=1704462&r1=1704461&r2=1704462&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/download-archive.html (original)
+++ directory/site/trunk/templates/kerby/download-archive.html Tue Sep 22 07:13:36 2015
@@ -30,7 +30,7 @@
                     </a>
                 </td>
                 <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/kerbydist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.md5">MD5</a>]
+                    [<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-bin.zip.md5">MD5</a>]
                 </td>
             </tr>
         </table>

Added: directory/site/trunk/templates/kerby/download-sources.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/download-sources.html?rev=1704462&view=auto
==============================================================================
--- directory/site/trunk/templates/kerby/download-sources.html (added)
+++ directory/site/trunk/templates/kerby/download-sources.html Tue Sep 22 07:13:36 2015
@@ -0,0 +1,76 @@
+{% extends "kerby/page.html" %}
+    {% block content %}
+<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/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.zip">
+                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.zip">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-kerby-{{version_kerby}}-src.zip
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.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/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.tar.gz">
+                        <img src="{{base}}images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.tar.gz">
+                        <strong>
+                            [preferred]/&#91;...&#93;/apache-kerby-{{version_kerby}}-src.tar.gz
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/kerby/dist/{{version_kerby}}/apache-kerby-{{version_kerby}}-src.tar.gz.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>&nbsp;</p>
+
+{% include "download-change-mirror.html" %}
+
+<p>&nbsp;</p>
+
+    {% extends "download-verify-file-integrity.html" %}
+        {% block filename %}apache-kerby-{{version_kerby}}-src.zip{% endblock %}
+    {% endextends %}
+    {% endblock %}
+{% endextends %}