You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/07/23 16:44:26 UTC

[incubator-openwhisk-website] branch master updated: Add a Downloads page to adhere to ASF policy. (#257)

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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ee044d  Add a Downloads page to adhere to ASF policy. (#257)
7ee044d is described below

commit 7ee044dd8622ddd8bea23246be05dc9004b2a1f6
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon Jul 23 11:44:24 2018 -0500

    Add a Downloads page to adhere to ASF policy. (#257)
---
 _includes/partial/site-header.html |  5 +----
 _layouts/downloads.html            | 19 +++++++++++++++++++
 _scss/block/_main-content.scss     |  2 +-
 downloads.md                       | 29 +++++++++++++++++++++++++++++
 4 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/_includes/partial/site-header.html b/_includes/partial/site-header.html
index cde42dc..b44529d 100644
--- a/_includes/partial/site-header.html
+++ b/_includes/partial/site-header.html
@@ -52,10 +52,6 @@
                   class="site-nav__item site-nav__item--dropdown-item">Wiki</a>
               <a href="{{ site.github.url }}/social"
                   class="site-nav__item site-nav__item--dropdown-item">Social Media</a>
-              <!--
-              <a href=""
-                  class="site-nav__item site-nav__item--dropdown-item">News</a>
-              -->
               <a href="{{ site.github.url }}/events.html"
                   class="site-nav__item site-nav__item--dropdown-item">Events</a>
               <a href="{{ site.github.url }}/supporters.html"
@@ -69,6 +65,7 @@
       <a href="https://github.com/apache/incubator-openwhisk-external-resources"
             class="site-nav__item site-nav__item--dropdown-link site-nav__item--hide-on-small">Resources</a>
             <div class="site-nav__item site-nav__item--dropdown-container">
+              <a href="{{ site.github.url }}/downloads.html" class="site-nav__item site-nav__item--dropdown-item">Downloads</a>
               <a href="https://github.com/apache/incubator-openwhisk-external-resources#feed-providers"
                   class="site-nav__item site-nav__item--dropdown-item">Integrations</a>
               <a href="https://github.com/apache/incubator-openwhisk-external-resources#applications"
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
new file mode 100644
index 0000000..7fdd2b6
--- /dev/null
+++ b/_layouts/downloads.html
@@ -0,0 +1,19 @@
+---
+layout: default
+---
+<section class="site-section site-section--gray">
+  <div class="main-content">
+    <h1 class="main-content__title main-content__title--no-margin">{{ page.title }}</h1>
+    <p class="main-content__lede">
+      {{ page.lede }}
+    </p>
+  </div>
+</section>
+
+<section class="site-section">
+  <div class="main-content">
+    <div class="main-content__body-content">
+      {{ content }}
+    </div>
+  </div>
+</section>
diff --git a/_scss/block/_main-content.scss b/_scss/block/_main-content.scss
index 471b349..76764ea 100644
--- a/_scss/block/_main-content.scss
+++ b/_scss/block/_main-content.scss
@@ -70,7 +70,7 @@
   }
 
   /*
-   * Shit gets weird in here, because this is where we have to style
+   * Stuff gets weird in here, because this is where we have to style
    * Mardown-generated user content.
    */
   &__body-content {
diff --git a/downloads.md b/downloads.md
new file mode 100644
index 0000000..97b1b8c
--- /dev/null
+++ b/downloads.md
@@ -0,0 +1,29 @@
+---
+layout: downloads
+title: Apache OpenWhisk Downloads
+lede: Information on and links to source code downloads by release
+---
+
+## Downloading source code
+
+You can download the source code package for a release from the links in the Releases section.
+
+### Versioning
+
+Apache OpenWhisk uses semantic versioning. Version numbers use the form ```major.minor.incremental-build``` and are incremented as follows:
+
+- ```major version``` for incompatible API changes.
+- ```minor version``` for new functionality added in a backward-compatible manner.
+- ```incremental version``` for forward-compatible bug fixes.
+- ```build``` optional postfix to distinguish intermediate builds.
+
+### Releases
+
+#### 0.9.0-incubating (2018-07-17)
+
+Official Source code download:
+- [openwhisk-0.9.0-incubating-sources.tar.gz](https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz)
+
+SHA-512 and PGP signature:
+- [openwhisk-0.9.0-incubating-sources.tar.gz.asc](https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.asc)
+- [openwhisk-0.9.0-incubating-sources.tar.gz.sha512](https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.sha512)