Repository: incubator-apex-site Updated Branches: refs/heads/asf-site bddfe9ec0 -> f4d9009b1
from d1ad055583e990fed8bfd10d729c92374c865170 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/f4d9009b Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/f4d9009b Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/f4d9009b Branch: refs/heads/asf-site Commit: f4d9009b1f33a1156a9612aa33d027e45a6eed48 Parents: bddfe9e Author: Andy Perlitch <[email protected]> Authored: Tue Nov 17 15:38:49 2015 -0800 Committer: Andy Perlitch <[email protected]> Committed: Tue Nov 17 15:38:49 2015 -0800 ---------------------------------------------------------------------- content/css/main.css | 6 ++++++ content/downloads.html | 46 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/f4d9009b/content/css/main.css ---------------------------------------------------------------------- diff --git a/content/css/main.css b/content/css/main.css index 4ca0bf4..0978ef8 100644 --- a/content/css/main.css +++ b/content/css/main.css @@ -6856,6 +6856,12 @@ button.close { body { -webkit-font-smoothing: antialiased; } +.latest-tag { + display: none; +} +.table tbody tr:first-child .latest-tag { + display: inline; +} /* Colorbrewer theme http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/f4d9009b/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index fe336ff..8d74593 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -89,7 +89,7 @@ <tr> <td> 3.2.0-incubating - (latest) + <span class="latest-tag">(latest)</span> </td> <td> 2015-10-30 @@ -118,6 +118,50 @@ </tbody> </table> + <!-- APEX MALHAR SOURCE RELEASES TABLE --> + <h2>Malhar Source Releases</h2> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th scope="col">Version</th> + <th scope="col">Date</th> + <th scope="col">Source (zip)</th> + <th scope="col">Source (tarball)</th> + </tr> + </thead> + <tbody> + <tr> + <td> + 3.2.0-incubating + <span class="latest-tag">(latest)</span> + </td> + <td> + 2015-11-16 + </td> + <td> + <a href="http://www.apache.org/dyn/closer.lua/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.zip">malhar-3.2.0-incubating-source-release.zip</a><br> + <small> + ( + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.zip.asc">pgp</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.zip.md5">md5</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.zip.sha">sha1</a> + ) + </small> + </td> + <td> + <a href="http://www.apache.org/dyn/closer.lua/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.tar.gz">malhar-3.2.0-incubating-source-release.tar.gz</a><br> + <small> + ( + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.tar.gz.asc">pgp</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.tar.gz.md5">md5</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/apex/malhar/v3.2.0-incubating/malhar-3.2.0-incubating-source-release.tar.gz.sha">sha1</a> + ) + </small> + </td> + </tr> + </tbody> + </table> + <h2 id="third-party-downloads">Third-Party Downloads</h2> <p>This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages.</p>
