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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new fb8ddde  Automatic Site Publish by Jenkins
fb8ddde is described below

commit fb8dddea2172776292ba595d2dcb2f847001263b
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 1 01:31:50 2019 +0000

    Automatic Site Publish by Jenkins
---
 documentation.html | 32 ++++++++++++++++++++++----------
 feed.xml           |  2 +-
 2 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/documentation.html b/documentation.html
index cd6b29b..cceb5a7 100644
--- a/documentation.html
+++ b/documentation.html
@@ -392,26 +392,38 @@ function addListenersToSections()
         </ul>
         <h5>Supports any functional programming language</h5>
         <p>The OpenWhisk platform supports Action code written for any
-          of its ever-growing, built-in <a 
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#languages-and-runtimes";>language
 runtimes</a>:
+          of its ever-growing, built-in <a 
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#languages-and-runtimes";>language
 runtimes</a>.
+        </p>
+        <p>The following is a list of runtimes the Apache OpenWhisk project
+          has officially released and made available on
+          our <a href="downloads.html#component-releases">Downloads</a> page.
         </p>
         <ul>
           <!-- TODO Fix Go Runtime README so title matches other runtimes; 
bury "other exec. -->
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina#Apache-OpenWhisk-Runtime-for-Ballerina";>Ballerina</a>
 - OpenWhisk runtime for Ballerina</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-go#apache-openwhisk-runtimes-for-go";>Go</a>
 - OpenWhisk runtime for Go lang</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-java#apache-openwhisk-runtimes-for-java";>Java</a>
 - OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#apache-openwhisk-runtimes-for-nodejs";>JavaScript</a>
 - OpenWhisk runtime for Node.js v6, v8 and v10</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-php#apache-openwhisk-runtimes-for-php";>PHP</a>
 - OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-python#apache-openwhisk-runtimes-for-python";>Python</a>
 - OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML 
<i>(including packages for Tensorflow and PyTorch)</i></li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ruby#apache-openwhisk-runtimes-for-ruby";>Ruby</a>
 - OpenWhisk runtime for Ruby 2.5</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-swift#apache-openwhisk-runtimes-for-swift";>Swift</a>
 - OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-dotnet#readme";>.Net</a>
 - OpenWhisk runtime for .Net Core 2.2</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-go#readme";>Go</a> - 
OpenWhisk runtime for Go</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-java#readme";>Java</a>
 - OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#readme";>JavaScript</a>
 - OpenWhisk runtime for Node.js v6, v8 and v10</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-php#readme";>PHP</a> 
- OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-python#readme";>Python</a>
 - OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML 
<i>(including packages for Tensorflow and PyTorch)</i></li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ruby#readme";>Ruby</a>
 - OpenWhisk runtime for Ruby 2.5</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-swift#readme";>Swift</a>
 - OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
+        </ul>
+
+        <p>The following is a list of experimental runtimes the Apache 
OpenWhisk community is developing. The Apache OpenWhisk community would welcome 
any help bringing these runtimes to a state where they can be released.
+        </p>
+        <ul>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina#readme";>Ballerina</a>
 - OpenWhisk runtime for Ballerina 0.990.2</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-rust#readme";>Rust</a>
 - OpenWhisk runtime for Rust 1.34</li>
         </ul>
+
         <!-- TODO: fix the Docker SDK header/title to say "Docker SDK" NOT 
"Blackbox Actions"-->
         <p>If you need languages or libraries the current
           "out-of-the-box" runtimes do not support, you can create
           and customize your own executable that run "black box"
           <a 
href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/sdk/docker/README.md";>Docker
 Actions</a>
           using the Docker SDK which are run on the
-          <a 
href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/README.md";>Docker
 Runtime</a>.
+          <a 
href="https://github.com/apache/incubator-openwhisk-runtime-docker#readme";>Docker
 Runtime</a>.
           <!-- TODO: cover later and link -->
         </p>
 
diff --git a/feed.xml b/feed.xml
index 304cd2c..50fad21 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-07-23T19:43:58+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-08-01T01:31:44+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
 </subtitle></feed>
\ No newline at end of file

Reply via email to