Repository: polygene-website Updated Branches: refs/heads/asf-site f4feb87e0 -> cc86bdd91
fix download page Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/cc86bdd9 Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/cc86bdd9 Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/cc86bdd9 Branch: refs/heads/asf-site Commit: cc86bdd917fea73f3daa11e35ed7739933332b3a Parents: f4feb87 Author: Paul Merlin <[email protected]> Authored: Mon Jan 2 19:29:36 2017 +0100 Committer: Paul Merlin <[email protected]> Committed: Mon Jan 2 19:29:36 2017 +0100 ---------------------------------------------------------------------- content/download.html | 17 ++++++++--------- src/download.html | 21 ++++++++------------- 2 files changed, 16 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-website/blob/cc86bdd9/content/download.html ---------------------------------------------------------------------- diff --git a/content/download.html b/content/download.html index 1062d44..954c3a8 100644 --- a/content/download.html +++ b/content/download.html @@ -153,6 +153,10 @@ Composite Oriented Programming allows developers to work with 'fragments', small </div> + <h3>Apache Polygene⢠(Java Edition)</h3> + <p>The Apache Polygene⢠project has not released any version with its new name yet.</p> + + @@ -195,6 +199,10 @@ Composite Oriented Programming allows developers to work with 'fragments', small + <p class="alert alert-info"> + If you are looking for legacy Qi4j⢠downloads, please see the dedicated page: <a href="download-qi4j-legacy.html">Download Qi4j⢠Legacy</a>. + </p> + </div> <div class="span2"></div> </div> @@ -202,13 +210,6 @@ Composite Oriented Programming allows developers to work with 'fragments', small <div class="span2"></div> <div class="span8"> - - <p class="alert alert-warning"> - The Apache Polygene⢠project has not released any version yet. - Until then, download a <a href="download-qi4j-legacy.html">legacy Qi4j⢠version</a>. - </p> - - <h2>Versioning</h2> <p>Apache Polygene⢠versioning tries to stick to;</p> @@ -228,8 +229,6 @@ Composite Oriented Programming allows developers to work with 'fragments', small as a new dependency. </p> - - </div> <div class="span2"></div> </div> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/cc86bdd9/src/download.html ---------------------------------------------------------------------- diff --git a/src/download.html b/src/download.html index 3b9cef8..d3bab93 100644 --- a/src/download.html +++ b/src/download.html @@ -46,6 +46,10 @@ layout: default It is recommended that (when possible) a <a href="https://www.apache.org/dev/release-signing#web-of-trust">web of trust</a> is used to confirm the identity of these keys. </div> + {% if !site.data.releases %} + <h3>Apache Polygene⢠(Java Edition)</h3> + <p>The Apache Polygene⢠project has not released any version with its new name yet.</p> + {% endif %} {% for release in site.data.releases %} {% if release.announcement %} <h3>Apache Polygene⢠(Java Edition) {{ release.version }}</h3> @@ -122,6 +126,10 @@ layout: default {% endif %} {% endfor %} + <p class="alert alert-info"> + If you are looking for legacy Qi4j⢠downloads, please see the dedicated page: <a href="download-qi4j-legacy.html">Download Qi4j⢠Legacy</a>. + </p> + </div> <div class="span2"></div> </div> @@ -129,13 +137,6 @@ layout: default <div class="span2"></div> <div class="span8"> - {% unless site.data.releases[0].announcement %} - <p class="alert alert-warning"> - The Apache Polygene⢠project has not released any version yet. - Until then, download a <a href="download-qi4j-legacy.html">legacy Qi4j⢠version</a>. - </p> - {% endunless %} - <h2>Versioning</h2> <p>Apache Polygene⢠versioning tries to stick to;</p> @@ -155,12 +156,6 @@ layout: default as a new dependency. </p> - {% if site.data.releases[0].announcement %} - <p class="alert alert-info"> - If you are looking for legacy Qi4j⢠downloads, please see the dedicated page: <a href="download-qi4j-legacy.html">Download Qi4j⢠Legacy</a>. - </p> - {% endif %} - </div> <div class="span2"></div> </div>
