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 2019/07/22 22:01:35 UTC

[incubator-openwhisk-website] branch master updated: Remove Incubator(ing, tion), footer disclaimer and update homepage (#393)

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 6baa551  Remove Incubator(ing, tion), footer disclaimer and update homepage (#393)
6baa551 is described below

commit 6baa551d482ec217ecc0e744024d6debbf6e4284
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon Jul 22 17:01:31 2019 -0500

    Remove Incubator(ing, tion), footer disclaimer and update homepage (#393)
---
 CONTRIBUTING.md                    |  2 +-
 README.md                          |  9 +++++----
 _config.yml                        |  2 +-
 _includes/partial/site-footer.html | 15 ---------------
 _layouts/home.html                 | 29 ++++++++++++++---------------
 package.json                       |  4 ++--
 6 files changed, 23 insertions(+), 38 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab2f597..10fc92a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,7 @@ Provide as much context as possible so we can try to recreate the issue.
 ### Discussion
 
 Please use the project's developer email list to engage our community:
-[dev@openwhisk.incubator.apache.org](dev@openwhisk.incubator.apache.org)
+[dev@openwhisk.apache.org](dev@openwhisk.apache.org)
 
 In addition, we provide a "dev" Slack team channel for conversations at:
 https://openwhisk-team.slack.com/messages/dev/
diff --git a/README.md b/README.md
index 0661916..20ae9ff 100644
--- a/README.md
+++ b/README.md
@@ -107,16 +107,17 @@ If you get an error 'bundle: command not found' attempting to build the site, yo
 ### Jenkins build
 
 The OpenWhisk.org website is automatically built and published to Apache at:
-http://openwhisk.incubator.apache.org/
+https://openwhisk.apache.org/
 
 Current Jenkins build status can be checked here:
-https://builds.apache.org/job/OpenWhisk-website/
+[https://builds.apache.org/job/OpenWhisk-website/](https://builds.apache.org/job/OpenWhisk-website/)
 
 ### Issues
 
-Report bugs, ask questions and request features [here on GitHub](../../issues).
+Report website bugs, ask questions and request features [here on GitHub](../../issues).
 
-You can also join our slack channel and chat with developers. To get access to our slack channel, please see the instructions [here](https://github.com/apache/incubator-openwhisk/wiki).
+You can also join our slack domain and chat with developers. Please visit here to sign up:
+[https://openwhisk.apache.org/slack.html](https://openwhisk.apache.org/slack.html)
 
 ### License
 
diff --git a/_config.yml b/_config.yml
index 18c81c9..f1a9b8f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,7 @@
 # You can create any custom variable you would like, and they will be accessible
 # in the templates via {{ site.myvariable }}.
 title: Apache OpenWhisk is a serverless, open source cloud platform
-email: dev@openwhisk.incubator.apache.org
+email: dev@openwhisk.apache.org
 description: >
   An open source platform for serverless, event-driven code at any scale.
   We handle the infrastructure & servers so you can focus on building
diff --git a/_includes/partial/site-footer.html b/_includes/partial/site-footer.html
index 6beb77f..8db17d3 100644
--- a/_includes/partial/site-footer.html
+++ b/_includes/partial/site-footer.html
@@ -42,21 +42,6 @@
     </div>
   </main>
   <main class="footer-row">
-      <div>
-        <em>
-          Apache OpenWhisk is an effort undergoing incubation at The Apache
-          Software Foundation (ASF), sponsored by the Incubator.
-          Incubation is required of all newly accepted projects until a further
-          review indicates that the infrastructure, communications, and decision
-          making process have stabilized in a manner consistent with other
-          successful ASF projects. While incubation status is not necessarily a
-          reflection of the completeness or stability of the code,
-          it does indicate that the project has yet to be fully endorsed
-          by the ASF.
-        </em>
-      </div>
-  </main>
-  <main class="footer-row">
       Copyright © 2016-present The Apache Software Foundation,
       Licensed under the Apache License, Version 2.0.
   </main>
diff --git a/_layouts/home.html b/_layouts/home.html
index 51f9a3d..cef5ac6 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -20,7 +20,7 @@ layout: default
         <div class="content">
             <h4>What is Apache OpenWhisk?</h4>
             <p>
-                Apache OpenWhisk (Incubating) is an open source, distributed
+                Apache OpenWhisk is an open source, distributed
                 <a href="https://en.wikipedia.org/wiki/Serverless_computing">Serverless</a>
                 platform that executes functions
                 (<span style="font-family:Times New Roman,Georgia,Serif">fx</span>)
@@ -61,8 +61,7 @@ layout: default
                 within Cloud infrastructures. Options include many of today's
                 popular Container frameworks such as
                 <a href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md">Kubernetes</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-deploy-mesos/blob/master/README.md">Mesos</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-deploy-openshift/blob/master/README.md">OpenShift</a> and
+                <a href="https://github.com/apache/incubator-openwhisk-deploy-mesos/blob/master/README.md">Mesos</a> and
                 <a href="https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/README.md">Compose</a>.
                 In general, the community endorses deployment on Kubernetes
                 using
@@ -83,14 +82,17 @@ layout: default
                 Work with what you know and love. OpenWhisk supports a
                 growing list of your favorite languages such as
                 <a href="https://github.com/apache/incubator-openwhisk-runtime-nodejs">NodeJS</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-runtime-swift">Swift</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-runtime-java">Java</a>,
                 <a href="https://github.com/apache/incubator-openwhisk-runtime-go">Go</a>,
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-java">Java</a>,
                 <a href="https://github.com/apache/incubator-openwhisk-runtime-java">Scala</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-runtime-python">Python</a>,
                 <a href="https://github.com/apache/incubator-openwhisk-runtime-php">PHP</a>,
-                <a href="https://github.com/apache/incubator-openwhisk-runtime-ruby">Ruby</a> and
-                <a href="https://github.com/apache/incubator-openwhisk-runtime-ballerina">Ballerina</a>.
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-python">Python</a>,
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-ruby">Ruby</a>,
+                and
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-swift">Swift</a>  as well as recent additions for
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-ballerina">Ballerina</a>,
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-dotnet">.NET</a> and
+                <a href="https://github.com/apache/incubator-openwhisk-runtime-rust">Rust</a>.
             </p>
             <p>
                 If you need languages or libraries the current
@@ -101,9 +103,9 @@ layout: default
                 runtime by using the
                 <a href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/sdk/docker/README.md">Docker SDK</a>.
                 Some examples of how to support other languages using
-                Docker Actions include
-                <a href="https://medium.com/openwhisk/openwhisk-and-rust-lang-24025734a834">Rust</a>,
-                and
+                Docker Actions include a tutorial for
+                <a href="https://medium.com/openwhisk/openwhisk-and-rust-lang-24025734a834">Rust</a>
+                and a completed project for
                 <a href="https://github.com/rainbyte/openwhisk-wrapper">Haskell</a>.
             </p>
             <p>
@@ -148,10 +150,7 @@ layout: default
                 Development pipelines can take advantage of integrations with
                 <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/github">GitHub</a>,
                 <a href="https://github.com/apache/incubator-openwhisk-package-jira">JIRA</a>,
-                or easily connect with custom data services from
-                IBM Watson for <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/watson-translator">Translation</a>
-                or <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/watson-speechToText">Speech-to-Text</a>,
-                as well as the
+                or easily connect with custom data services from the
                 <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/weather">Weather</a>
                 company.
             </p>
diff --git a/package.json b/package.json
index 3deef39..2d153ef 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "openwhisk.apache.org",
-  "version": "0.1.0",
-  "description": "Website site for the Apache OpenWhisk project.",
+  "version": "0.2.0",
+  "description": "Website build for the Apache OpenWhisk project.",
   "main": "index.js",
   "scripts": {
     "build:js": "NODE_ENV=production rollup -c",