mrutkows closed pull request #257: Add a Downloads page to adhere to ASF policy.
URL: https://github.com/apache/incubator-openwhisk-website/pull/257
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
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)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services