You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2019/10/07 15:52:36 UTC

[allura-site] branch asf-site updated (abd97fc -> 6406744)

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git.


    from abd97fc  Announce 1.11.1
     new 0d2be0a  [#8319] make dedicated download page, with proper links in it
     new 6406744  Announce 1.12.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _src/allura-theme/static/css/style.css             |   7 +-
 _src/allura-theme/templates/download.html          |  95 ++++++++++++++++++
 _src/allura-theme/templates/index.html             |   6 +-
 _src/content/2019-allura-1.12.0.md                 |  28 ++++++
 _src/pelicanconf.py                                |   8 +-
 posts/2018-allura-1.9.0.html => download.html      | 111 +++++++++++++++------
 feeds/all.atom.xml                                 |  14 ++-
 feeds/tag.release.atom.xml                         |  14 ++-
 index.html                                         |  12 +--
 news.html                                          |  11 ++
 ...-allura-1.11.1.html => 2019-allura-1.12.0.html} |  25 +++--
 tag/release.html                                   |  11 ++
 theme/css/style.css                                |   7 +-
 13 files changed, 285 insertions(+), 64 deletions(-)
 create mode 100644 _src/allura-theme/templates/download.html
 create mode 100644 _src/content/2019-allura-1.12.0.md
 copy posts/2018-allura-1.9.0.html => download.html (56%)
 copy posts/{2019-allura-1.11.1.html => 2019-allura-1.12.0.html} (78%)


[allura-site] 02/02: Announce 1.12.0

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git

commit 6406744d756eab72d543fc9cfd0c19839c78c908
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Mon Oct 7 11:51:13 2019 -0400

    Announce 1.12.0
---
 _src/content/2019-allura-1.12.0.md             |  28 ++++++
 _src/pelicanconf.py                            |   6 +-
 download.html                                  |   8 +-
 feeds/all.atom.xml                             |  14 ++-
 feeds/tag.release.atom.xml                     |  14 ++-
 index.html                                     |   8 +-
 news.html                                      |  11 +++
 download.html => posts/2019-allura-1.12.0.html | 113 ++++++++-----------------
 tag/release.html                               |  11 +++
 9 files changed, 121 insertions(+), 92 deletions(-)

diff --git a/_src/content/2019-allura-1.12.0.md b/_src/content/2019-allura-1.12.0.md
new file mode 100644
index 0000000..4f66bce
--- /dev/null
+++ b/_src/content/2019-allura-1.12.0.md
@@ -0,0 +1,28 @@
+Title: Apache Allura 1.12.0 released
+Date: 2019-10-07
+Tags: release
+Slug: allura-1.12.0
+Summary: Version 1.12.0 of Allura released
+
+#### What's New?
+
+Apache Allura 1.12.0 has been released.  New features include user mention notifications.
+Thanks to Shalitha and his Google Summer of Code project for implementing this and previous user-mention related functionality.
+Read more about [Shalith's Summer of Code and the user-mention functionality here](https://medium.com/@shalithasuranga/4e5e4df8b2db).
+
+An admin option to generate password reset link are also included, along with various performance improvements and bug fixes. 
+To see all the bugs fixed and the upgrade instructions, check out the [release changelog](https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES).
+
+#### Security Fix
+
+Limited information disclosure in generic search.
+
+Versions Affected: 1.11.1 and earlier
+
+**Mitigation:**<br>
+Users of Allura should upgrade to Allura 1.12.0
+
+
+#### Get 1.12.0
+
+[Download Allura]({static}/download.html) and [install it](https://forge-allura.apache.org/docs/getting_started/installation.html) today.
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index bdb1639..b89b835 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -45,9 +45,9 @@ TAG_FEED_ATOM = 'feeds/tag.{slug}.atom.xml'
 
 CURRENT_YEAR = dt.date.today().year
 
-RELEASE_VERSION = '1.11.1'
-RELEASE_DATE = 'Jul 2019'
-RELEASE_NEWS = 'posts/2019-allura-1.11.1.html'
+RELEASE_VERSION = '1.12.0'
+RELEASE_DATE = 'Oct 2019'
+RELEASE_NEWS = 'posts/2019-allura-1.12.0.html'
 DIST_URL = 'https://apache.org/dist/allura/'
 
 FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'
diff --git a/download.html b/download.html
index 8e66e08..af625d1 100644
--- a/download.html
+++ b/download.html
@@ -54,15 +54,15 @@
     <div class="col-20 no-float auto-margin">
       <div class="row">
         <p class="pad-md">
-            <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.11.1.tar.gz">Download Allura v1.11.1</a>.  This is the latest release of Apache Allura, released Jul 2019.
-              <a href="posts/2019-allura-1.11.1.html">Read what's new.</a>
+            <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.12.0.tar.gz">Download Allura v1.12.0</a>.  This is the latest release of Apache Allura, released Oct 2019.
+              <a href="posts/2019-allura-1.12.0.html">Read what's new.</a>
         </p>
         <p>
             Verify the download:
         </p>
         <ul>
-            <li><a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.sha512">SHA-512</a> checksum</li>
-            <li>PGP <a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.asc">signature</a> & <a href="https://apache.org/dist/allura/KEYS">keys</a></li>
+            <li><a href="https://apache.org/dist/allura/allura-1.12.0.tar.gz.sha512">SHA-512</a> checksum</li>
+            <li>PGP <a href="https://apache.org/dist/allura/allura-1.12.0.tar.gz.asc">signature</a> & <a href="https://apache.org/dist/allura/KEYS">keys</a></li>
         </ul>
         <p>
             <a href="https://www.apache.org/info/verification.html">Instructions for how to verify a download using these files.</a>
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index 44745c9..6114d4f 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2019-07-16T00:00:00+00:00</updated><entry><title>Apache Allura 1.11.1 released</title><link href="//allura.apache.org/posts/2019-allura-1.11.1.html" rel="alternate"></link><published>2019-07-16T00:00:00+00:00</published><updated>2019-07-16T00:00:00+00:00</u [...]
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2019-10-07T00:00:00+00:00</updated><entry><title>Apache Allura 1.12.0 released</title><link href="//allura.apache.org/posts/2019-allura-1.12.0.html" rel="alternate"></link><published>2019-10-07T00:00:00+00:00</published><updated>2019-10-07T00:00:00+00:00</u [...]
+&lt;p&gt;Apache Allura 1.12.0 has been released.  New features include user mention notifications.
+Thanks to Shalitha and his Google Summer of Code project for implementing this and previous user-mention related functionality.
+Read more about &lt;a href="https://medium.com/@shalithasuranga/4e5e4df8b2db"&gt;Shalith's Summer of Code and the user-mention functionality here&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;An admin option to generate password reset link are also included, along with various performance improvements and bug fixes. 
+To see all the bugs fixed and the upgrade instructions, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h4&gt;Security Fix&lt;/h4&gt;
+&lt;p&gt;Limited information disclosure in generic search.&lt;/p&gt;
+&lt;p&gt;Versions Affected: 1.11.1 and earlier&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Mitigation:&lt;/strong&gt;&lt;br&gt;
+Users of Allura should upgrade to Allura 1.12.0&lt;/p&gt;
+&lt;h4&gt;Get 1.12.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="//allura.apache.org/download.html"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Apache Allura 1.11.1 released</title><link href="//allura.apache.org/posts/2019-allura-1.11.1.html" rel="alternate"></link><published>2019-07-16T00:00:00+00:00</published><updated>2019-07-16T00:00:00+00:00</upda [...]
 &lt;p&gt;Apache Allura 1.11.1 has been released.  It is mostly a bugfix release, with one new feature being infotips for username mentions.&lt;/p&gt;
 &lt;p&gt;To see all the bugs fixed and the upgrade instructions, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
 &lt;h4&gt;Security Fix&lt;/h4&gt;
diff --git a/feeds/tag.release.atom.xml b/feeds/tag.release.atom.xml
index 5deec23..7617fae 100644
--- a/feeds/tag.release.atom.xml
+++ b/feeds/tag.release.atom.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura - release</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2019-07-16T00:00:00+00:00</updated><entry><title>Apache Allura 1.11.1 released</title><link href="//allura.apache.org/posts/2019-allura-1.11.1.html" rel="alternate"></link><published>2019-07-16T00:00:00+00:00</published><updated>2019-07-16 [...]
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura - release</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2019-10-07T00:00:00+00:00</updated><entry><title>Apache Allura 1.12.0 released</title><link href="//allura.apache.org/posts/2019-allura-1.12.0.html" rel="alternate"></link><published>2019-10-07T00:00:00+00:00</published><updated>2019-10-07 [...]
+&lt;p&gt;Apache Allura 1.12.0 has been released.  New features include user mention notifications.
+Thanks to Shalitha and his Google Summer of Code project for implementing this and previous user-mention related functionality.
+Read more about &lt;a href="https://medium.com/@shalithasuranga/4e5e4df8b2db"&gt;Shalith's Summer of Code and the user-mention functionality here&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;An admin option to generate password reset link are also included, along with various performance improvements and bug fixes. 
+To see all the bugs fixed and the upgrade instructions, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h4&gt;Security Fix&lt;/h4&gt;
+&lt;p&gt;Limited information disclosure in generic search.&lt;/p&gt;
+&lt;p&gt;Versions Affected: 1.11.1 and earlier&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Mitigation:&lt;/strong&gt;&lt;br&gt;
+Users of Allura should upgrade to Allura 1.12.0&lt;/p&gt;
+&lt;h4&gt;Get 1.12.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="//allura.apache.org/download.html"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Apache Allura 1.11.1 released</title><link href="//allura.apache.org/posts/2019-allura-1.11.1.html" rel="alternate"></link><published>2019-07-16T00:00:00+00:00</published><updated>2019-07-16T00:00:00+00:00</upda [...]
 &lt;p&gt;Apache Allura 1.11.1 has been released.  It is mostly a bugfix release, with one new feature being infotips for username mentions.&lt;/p&gt;
 &lt;p&gt;To see all the bugs fixed and the upgrade instructions, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
 &lt;h4&gt;Security Fix&lt;/h4&gt;
diff --git a/index.html b/index.html
index 7cfa588..c577e29 100644
--- a/index.html
+++ b/index.html
@@ -84,18 +84,18 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="//allura.apache.org/download.html"><button class="auto-margin">Download v1.11.1</button></a>
-          <span class="text-white">Jul 2019 &mdash;</span>
-          <a href="posts/2019-allura-1.11.1.html">What's New</a>
+          <a href="//allura.apache.org/download.html"><button class="auto-margin">Download v1.12.0</button></a>
+          <span class="text-white">Oct 2019 &mdash;</span>
+          <a href="posts/2019-allura-1.12.0.html">What's New</a>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
             <ul>
+                    <li><a href="//allura.apache.org/posts/2019-allura-1.12.0.html">Apache Allura 1.12.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2019-allura-1.11.1.html">Apache Allura 1.11.1 released</a></li>
                     <li><a href="//allura.apache.org/posts/2019-allura-1.11.0.html">Apache Allura 1.11.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2018-allura-1.10.0.html">Apache Allura 1.10.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2018-allura-1.9.0.html">Apache Allura 1.9.0 released</a></li>
-                    <li><a href="//allura.apache.org/posts/2018-allura-1.8.1.html">Apache Allura 1.8.1 released</a></li>
                 <li><a href="//allura.apache.org/news.html">All News &rarr;</a></li>
             </ul>
         </div>
diff --git a/news.html b/news.html
index dfc5569..272988f 100644
--- a/news.html
+++ b/news.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2019-allura-1.12.0.html">Apache Allura 1.12.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2019-10-07T00:00:00+00:00">
+      Mon 07 October 2019
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.12.0 of Allura released</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2019-allura-1.11.1.html">Apache Allura 1.11.1 released</a></h3>
   </div>
 
diff --git a/download.html b/posts/2019-allura-1.12.0.html
similarity index 56%
copy from download.html
copy to posts/2019-allura-1.12.0.html
index 8e66e08..77bca03 100644
--- a/download.html
+++ b/posts/2019-allura-1.12.0.html
@@ -1,8 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <title>Apache Allura</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    Apache Allura 1.12.0 released
+</title>
   <meta charset="utf-8">
   <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
   <meta name="keywords" content="">
@@ -31,9 +32,12 @@
 
   <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
   <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+          <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/article.css">
+
+
 </head>
 
-<body cz-shortcut-listen="true" class="pg-download">
+<body cz-shortcut-listen="true" class="pg-">
   <section id="content_wrapper" class="mobile-desktop row">
     <div id="header" class="row ">
       <header id="login_header" class="row">
@@ -45,92 +49,42 @@
       </header>
     </div>
 
-<div id="about" class="row bg-white pad-vert-xl">
+    <div class="article-content">
+<div class="row bg-white pad-vert-lg">
   <div class="row">
-    <h3 class="text-black text-center">Download Allura</h3>
+    <h3 class="text-black text-center">Apache Allura 1.12.0 released</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2019-10-07T00:00:00+00:00">
+      Mon 07 October 2019
+    </abbr>
+    <br>
+    Tagged:
+        <a href="//allura.apache.org/tag/release.html">release</a>
   </div>
 
   <div class="row">
     <div class="col-20 no-float auto-margin">
       <div class="row">
-        <p class="pad-md">
-            <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.11.1.tar.gz">Download Allura v1.11.1</a>.  This is the latest release of Apache Allura, released Jul 2019.
-              <a href="posts/2019-allura-1.11.1.html">Read what's new.</a>
-        </p>
-        <p>
-            Verify the download:
-        </p>
-        <ul>
-            <li><a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.sha512">SHA-512</a> checksum</li>
-            <li>PGP <a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.asc">signature</a> & <a href="https://apache.org/dist/allura/KEYS">keys</a></li>
-        </ul>
-        <p>
-            <a href="https://www.apache.org/info/verification.html">Instructions for how to verify a download using these files.</a>
-        </p>
-      </div>
-    </div>
-  </div>
-</div>
-
-<div id="latest" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
-  <div class="col-16 no-float auto-margin">
-    <div class="row">
-      <h3 class="text-center">More about Allura</h3>
-      <div class="text-center row text-white">
-          <p class="pad-md">
-            See the <a href="//allura.apache.org/">Allura homepage</a> for latest news, instructions, and project information.
-          </p>
-          <p>
-              <a href="http://archive.apache.org/dist/allura/">Archive of older releases</a>
-          </p>
-      </div>
-    </div>
-  </div>
-
-  <div class="col-8">
-    <div class="row">
-      <div class="col-12 no-float auto-margin">
-      </div>
-      <div class="col-12 no-float auto-margin">
+        <div class="pad-md text-black"><h4>What's New?</h4>
+<p>Apache Allura 1.12.0 has been released.  New features include user mention notifications.
+Thanks to Shalitha and his Google Summer of Code project for implementing this and previous user-mention related functionality.
+Read more about <a href="https://medium.com/@shalithasuranga/4e5e4df8b2db">Shalith's Summer of Code and the user-mention functionality here</a>.</p>
+<p>An admin option to generate password reset link are also included, along with various performance improvements and bug fixes. 
+To see all the bugs fixed and the upgrade instructions, check out the <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES">release changelog</a>.</p>
+<h4>Security Fix</h4>
+<p>Limited information disclosure in generic search.</p>
+<p>Versions Affected: 1.11.1 and earlier</p>
+<p><strong>Mitigation:</strong><br>
+Users of Allura should upgrade to Allura 1.12.0</p>
+<h4>Get 1.12.0</h4>
+<p><a href="//allura.apache.org/download.html">Download Allura</a> and <a href="https://forge-allura.apache.org/docs/getting_started/installation.html">install it</a> today.</p></div>
       </div>
     </div>
   </div>
 </div>
-
-
-<div id="apache" class="row bg-orange pad-vert-xl">
-  <div class="col-20 no-float auto-margin">
-    <div class="row">
-      <h3 class="text-center">Apache Software Foundation</h3>
-    </div>
-
-    <div class="row">
-      <img class="auto-margin pad-vert-md" src="theme/img/logo-asf-apache.png" alt="apache software foundation logo">
-    </div>
-
-    <div class="row auto-margin button-container">
-      <div class="col-8 pad-vert-sm">
-        <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
-      </div>
-
-      <div class="col-8 pad-vert-sm">
-        <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
-      </div>
-
-      <div class="col-8 pad-vert-sm">
-        <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
-      </div>
-    </div>
-    <div class="row auto-margin button-container">
-      <div class="col-12 pad-vert-sm">
-        <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
-      </div>
-
-      <div class="col-12 pad-vert-sm">
-        <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
-      </div>
-    </div>
-  </div>
 </div>
 
     <div class="row">
@@ -144,6 +98,7 @@
 
   <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
   <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+        <script type="application/javascript" src="//allura.apache.org/theme/js/article.js"></script>
   <!-- Credits
 
           Logo Design: Will Leonard
diff --git a/tag/release.html b/tag/release.html
index 66d09ca..feeec4a 100644
--- a/tag/release.html
+++ b/tag/release.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2019-allura-1.12.0.html">Apache Allura 1.12.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2019-10-07T00:00:00+00:00">
+      Mon 07 October 2019
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.12.0 of Allura released</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2019-allura-1.11.1.html">Apache Allura 1.11.1 released</a></h3>
   </div>
 


[allura-site] 01/02: [#8319] make dedicated download page, with proper links in it

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git

commit 0d2be0a03a4b8a6cd7810fd9cb1c3fe2491ae90f
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Mon Oct 7 11:42:06 2019 -0400

    [#8319] make dedicated download page, with proper links in it
---
 _src/allura-theme/static/css/style.css    |   7 +-
 _src/allura-theme/templates/download.html |  95 +++++++++++++++++
 _src/allura-theme/templates/index.html    |   6 +-
 _src/pelicanconf.py                       |   2 +-
 download.html                             | 164 ++++++++++++++++++++++++++++++
 index.html                                |   6 +-
 theme/css/style.css                       |   7 +-
 7 files changed, 274 insertions(+), 13 deletions(-)

diff --git a/_src/allura-theme/static/css/style.css b/_src/allura-theme/static/css/style.css
index 27cfa90..5b518be 100644
--- a/_src/allura-theme/static/css/style.css
+++ b/_src/allura-theme/static/css/style.css
@@ -527,11 +527,16 @@ button:hover, button:focus, button:active {
     height: 320px;
 }
 
-#about p {
+#about p,
+#about ul {
     margin-left: auto;
     margin-right: auto;
     max-width: 800px;
 }
+#about ul li {
+    margin-left: 2em;
+    padding: 0.2em;
+}
 
 #latest {
     background-image: url('../img/bg-download-fire.jpg');
diff --git a/_src/allura-theme/templates/download.html b/_src/allura-theme/templates/download.html
new file mode 100644
index 0000000..4977d08
--- /dev/null
+++ b/_src/allura-theme/templates/download.html
@@ -0,0 +1,95 @@
+{% extends 'base.html' %}
+
+{% set xxl_header = False %}
+
+{% block content %}
+<div id="about" class="row bg-white pad-vert-xl">
+  <div class="row">
+    <h3 class="text-black text-center">Download Allura</h3>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <p class="pad-md">
+            <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-{{ RELEASE_VERSION }}.tar.gz">Download Allura v{{ RELEASE_VERSION }}</a>.  This is the latest release of Apache Allura, released {{ RELEASE_DATE }}.
+            {% if RELEASE_NEWS %}
+              <a href="{{ RELEASE_NEWS }}">Read what's new.</a>
+            {% endif %}
+        </p>
+        <p>
+            Verify the download:
+        </p>
+        <ul>
+            <li><a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha512">SHA-512</a> checksum</li>
+            <li>PGP <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.asc">signature</a> & <a href="{{ DIST_URL }}KEYS">keys</a></li>
+        </ul>
+        <p>
+            <a href="https://www.apache.org/info/verification.html">Instructions for how to verify a download using these files.</a>
+        </p>
+      </div>
+    </div>
+  </div>
+</div>
+
+<div id="latest" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+  <div class="col-16 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">More about Allura</h3>
+      <div class="text-center row text-white">
+          <p class="pad-md">
+            See the <a href="{{ SITEURL }}/">Allura homepage</a> for latest news, instructions, and project information.
+          </p>
+          <p>
+              <a href="http://archive.apache.org/dist/allura/">Archive of older releases</a>
+          </p>
+      </div>
+    </div>
+  </div>
+
+  <div class="col-8">
+    <div class="row">
+      <div class="col-12 no-float auto-margin">
+      </div>
+      <div class="col-12 no-float auto-margin">
+      </div>
+    </div>
+  </div>
+</div>
+
+
+<div id="apache" class="row bg-orange pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Apache Software Foundation</h3>
+    </div>
+
+    <div class="row">
+      <img class="auto-margin pad-vert-md" src="theme/img/logo-asf-apache.png" alt="apache software foundation logo">
+    </div>
+
+    <div class="row auto-margin button-container">
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
+      </div>
+    </div>
+    <div class="row auto-margin button-container">
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
+      </div>
+
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
+      </div>
+    </div>
+  </div>
+</div>
+{% endblock content %}
diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html
index 3c35c99..0cb890a 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -45,15 +45,11 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-{{ RELEASE_VERSION }}.tar.gz"><button class="auto-margin">Download v{{ RELEASE_VERSION }}</button></a>
+          <a href="{{ SITEURL }}/download.html"><button class="auto-margin">Download v{{ RELEASE_VERSION }}</button></a>
           <span class="text-white">{{ RELEASE_DATE }} &mdash;</span>
           {% if RELEASE_NEWS %}
           <a href="{{ RELEASE_NEWS }}">What's New</a>
           {% endif %}
-          <ul>
-            <li class="text-white"><a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha512" class="text-white" download="">sha512 sum</a></li>
-            <li class="text-white">PGP <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="{{ DIST_URL }}KEYS" class="text-white" download="">keys</a></li>
-          </ul>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 5833833..bdb1639 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -29,7 +29,7 @@ EXTRA_PATH_METADATA = {
     'extra/favicon.ico': {'path': 'favicon.ico'},
     'extra/.htaccess': {'path': '.htaccess'},
 }
-DIRECT_TEMPLATES = ['index', '404', 'news']
+DIRECT_TEMPLATES = ['index', '404', 'news', 'download']
 
 ARTICLE_SAVE_AS = 'posts/{date:%Y}-{slug}.html'
 ARTICLE_URL = 'posts/{date:%Y}-{slug}.html'
diff --git a/download.html b/download.html
new file mode 100644
index 0000000..8e66e08
--- /dev/null
+++ b/download.html
@@ -0,0 +1,164 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Allura</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+</head>
+
+<body cz-shortcut-listen="true" class="pg-download">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache <img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+<div id="about" class="row bg-white pad-vert-xl">
+  <div class="row">
+    <h3 class="text-black text-center">Download Allura</h3>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <p class="pad-md">
+            <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.11.1.tar.gz">Download Allura v1.11.1</a>.  This is the latest release of Apache Allura, released Jul 2019.
+              <a href="posts/2019-allura-1.11.1.html">Read what's new.</a>
+        </p>
+        <p>
+            Verify the download:
+        </p>
+        <ul>
+            <li><a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.sha512">SHA-512</a> checksum</li>
+            <li>PGP <a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.asc">signature</a> & <a href="https://apache.org/dist/allura/KEYS">keys</a></li>
+        </ul>
+        <p>
+            <a href="https://www.apache.org/info/verification.html">Instructions for how to verify a download using these files.</a>
+        </p>
+      </div>
+    </div>
+  </div>
+</div>
+
+<div id="latest" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+  <div class="col-16 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">More about Allura</h3>
+      <div class="text-center row text-white">
+          <p class="pad-md">
+            See the <a href="//allura.apache.org/">Allura homepage</a> for latest news, instructions, and project information.
+          </p>
+          <p>
+              <a href="http://archive.apache.org/dist/allura/">Archive of older releases</a>
+          </p>
+      </div>
+    </div>
+  </div>
+
+  <div class="col-8">
+    <div class="row">
+      <div class="col-12 no-float auto-margin">
+      </div>
+      <div class="col-12 no-float auto-margin">
+      </div>
+    </div>
+  </div>
+</div>
+
+
+<div id="apache" class="row bg-orange pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Apache Software Foundation</h3>
+    </div>
+
+    <div class="row">
+      <img class="auto-margin pad-vert-md" src="theme/img/logo-asf-apache.png" alt="apache software foundation logo">
+    </div>
+
+    <div class="row auto-margin button-container">
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
+      </div>
+    </div>
+    <div class="row auto-margin button-container">
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
+      </div>
+
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
+      </div>
+    </div>
+  </div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright © 2019 The Apache Software Foundation, Licensed under
+            <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
+
+  <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file
diff --git a/index.html b/index.html
index 0e7cdc8..7cfa588 100644
--- a/index.html
+++ b/index.html
@@ -84,13 +84,9 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.11.1.tar.gz"><button class="auto-margin">Download v1.11.1</button></a>
+          <a href="//allura.apache.org/download.html"><button class="auto-margin">Download v1.11.1</button></a>
           <span class="text-white">Jul 2019 &mdash;</span>
           <a href="posts/2019-allura-1.11.1.html">What's New</a>
-          <ul>
-            <li class="text-white"><a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.sha512" class="text-white" download="">sha512 sum</a></li>
-            <li class="text-white">PGP <a href="https://apache.org/dist/allura/allura-1.11.1.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="https://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
-          </ul>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
diff --git a/theme/css/style.css b/theme/css/style.css
index 27cfa90..5b518be 100644
--- a/theme/css/style.css
+++ b/theme/css/style.css
@@ -527,11 +527,16 @@ button:hover, button:focus, button:active {
     height: 320px;
 }
 
-#about p {
+#about p,
+#about ul {
     margin-left: auto;
     margin-right: auto;
     max-width: 800px;
 }
+#about ul li {
+    margin-left: 2em;
+    padding: 0.2em;
+}
 
 #latest {
     background-image: url('../img/bg-download-fire.jpg');