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 e63b573 Automatic Site Publish by Jenkins
e63b573 is described below
commit e63b5735b2a279d419a4d45ddd37cbfc10af96e1
Author: jenkins <[email protected]>
AuthorDate: Mon Mar 25 18:27:54 2019 +0000
Automatic Site Publish by Jenkins
---
documentation.html | 34 ++++++++++++++++++++++++++--------
downloads.html | 26 +++++++++++++-------------
feed.xml | 2 +-
3 files changed, 40 insertions(+), 22 deletions(-)
diff --git a/documentation.html b/documentation.html
index 126c42e..c3bb17e 100644
--- a/documentation.html
+++ b/documentation.html
@@ -316,8 +316,9 @@ function addListenersToSections()
<li class="index-menu-toggle"><a
href="#contributors">Contributors</a></li>
<ul class="index-menuitems">
<li><a href="#project-structure">Project Structure</a></li>
- <li><a href="#contributor-resources">Resources</a></li>
- <li><a href="#contributing-runtimes">Adding Runtimes</a></li>
+ <li><a href="#contributor-resources">Contributor Resources</a></li>
+ <li><a href="#contributing-what-to-contribute">What Can I
Contribute?</a></li>
+ <li><a href="#contributing-runtimes">Contributing Language
Runtimes</a></li>
</ul>
<!-- Other Resources -->
@@ -2687,7 +2688,7 @@ abcd.... locationUpdate
official Contributor:
</p>
<ul>
- <li><a
href="https://cwiki.apache.org/confluence/display/OPENWHISK/OpenWhisk+Project+Wiki#OpenWhiskProjectWiki-how-to-contribute">How
to contribute?</a></li>
+ <li><a
href="https://cwiki.apache.org/confluence/display/OPENWHISK/OpenWhisk+Project+Wiki#OpenWhiskProjectWiki-how-to-contribute">How
to Contribute?</a></li>
<li><a
href="https://cwiki.apache.org/confluence/display/OPENWHISK/OpenWhisk+Project+Wiki#OpenWhiskProjectWiki-becoming-a-contributor">How
do I become a Contributor or Committer?</a></li>
</ul>
@@ -3040,7 +3041,7 @@ abcd.... locationUpdate
<!-- Contributors - Resources -->
<!-- ******************************************************* -->
<a class="indexable" id="contributor-resources"></a>
- <h3>Contributor resources</h3>
+ <h3>Contributor Resources</h3>
<p>This section lists a number of resources for OpenWhisk
Contributors:</p>
<ul>
<li><a
href="https://cwiki.apache.org/confluence/display/OPENWHISK/Proposals">Proposals
(Designs)</a></li>
@@ -3052,13 +3053,30 @@ abcd.... locationUpdate
</ul>
<!-- ******************************************************* -->
- <!-- Contributors - Runtimes -->
+ <!-- Contributors - What to Contribute? -->
+ <!-- ******************************************************* -->
+ <a class="indexable" id="contributing-what-to-contribute"></a>
+ <h3>What Can I Contribute?</h3>
+ <p>Usually, contributors come because they want to fix or improve some
part of the project. This can include the code itself in any of the project
repositories under our project, project documentation, test cases, literally
anything!</p>
+ <p>Here are some specific ideas to get you thinking ...</p>
+ <ul>
+ <li><b>Fix open issues</b>: both bugs and feature issues in
GitHub.</li>
+ <li><b>Improve Documentation</b>: READMEs, Website Developer or
Operator docs (Examples, How Tos), Medium blog articles, etc.</li>
+ <li><b>Testcases</b> (any repo.): e.g., functional code coverage,
performance, config. variants, parallelize test buckets, etc.</li>
+ <li><b>Add Operational Plug-ins</b>: e.g., metrics, logging,
artifact storage impls., etc.)</li>
+ <li><b>Add/Improve Language Runtimes</b>: See <b><em>Contributing
new Action Language Runtimes</em></b> below. e.g., new languages, additional
framework variants), etc.</li>
+ <li><b>Improve tooling</b>: Enhance CLI features, extend APIs for
new use cases, etc.</li>
+ <li><b>Feature ideas, Use cases, Design proposals</b>: Support new
scenarios, deployments (platforms), schedulers, etc. Submit ideas via our
developer email list and use our Confluence Wiki to develop your ideas.</li>
+ </ul>
+
+
+ <!-- ******************************************************* -->
+ <!-- Contributors - Language Runtimes -->
<!-- ******************************************************* -->
<a class="indexable" id="contributing-runtimes"></a>
- <h3>Contributing new Action Language Runtimes</h3>
+ <h3>Contributing Language Runtimes</h3>
<p>OpenWhisk supports several languages via its Action Runtimes,
- but there may be other languages or runtimes that you may want
- to contribute to the project.</p>
+ but there may be other languages you would like supported or even
language variants with different frameworks for languages we support today.
OpenWhisk is all about making it easy for ANY developer, using any functional
language they are comfortable with, to develop Actions for our platform!</p>
<p>Read this guide on how to get started:
<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md">Adding
Action Language Runtimes</a>
</p>
diff --git a/downloads.html b/downloads.html
index 313f058..cc47921 100644
--- a/downloads.html
+++ b/downloads.html
@@ -303,7 +303,7 @@ function addListenersToSections()
<p>Core OpenWhisk Platform Components.</p>
<p class="repo-title border-deeper-sea-green">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -326,7 +326,7 @@ function addListenersToSections()
<p>A performant API Gateway based on Openresty and
NGINX.</p>
<p class="repo-title border-darkorange">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-apigateway-0.9.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-apigateway-0.9.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -355,7 +355,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime Node.js</h5>
<p class="repo-title border-deeper-sea-green">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-nodejs-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-nodejs-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -377,7 +377,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime Java</h5>
<p class="repo-title border-deeper-sky-blue">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-java-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-java-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -399,7 +399,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime Docker</h5>
<p class="repo-title border-darkgoldenrod">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-docker-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-docker-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -421,7 +421,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime Python</h5>
<p class="repo-title border-deeper-aquamarine">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-python-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-python-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -443,7 +443,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime PHP</h5>
<p class="repo-title border-darksalmon">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-php-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-php-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -465,7 +465,7 @@ function addListenersToSections()
<h5>OpenWhisk Runtime Swift</h5>
<p class="repo-title border-darkorange">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-swift-1.12.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-1.12.0-incubating/openwhisk-runtime-swift-1.12.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -495,7 +495,7 @@ function addListenersToSections()
<p>OpenWhisk command-line interface.</p>
<p class="repo-title border-deeper-sky-blue">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -518,7 +518,7 @@ function addListenersToSections()
<p>OpenWhisk client library in Go.</p>
<p class="repo-title border-darkgoldenrod">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -541,7 +541,7 @@ function addListenersToSections()
<p>OpenWhisk utility to configure OpenWhisk entities
with a Manifest file written in YAML, and deploy them in a single command.</p>
<p class="repo-title border-deeper-aquamarine">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.8-incubating/openwhisk-wskdeploy-0.9.8-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.8-incubating/openwhisk-wskdeploy-0.9.8-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -571,7 +571,7 @@ function addListenersToSections()
<p>Package catalogs of OpenWhisk, which provides an
easy way to enhance your application with useful capabilities, and to access
external services in the ecosystem.</p>
<p class="repo-title border-darksalmon">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-catalog-0.9.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-catalog-0.9.0-incubating-sources.tar.gz">
Source code
</a>
</p>
@@ -594,7 +594,7 @@ function addListenersToSections()
<p>Composer is a new programming model for composing
cloud functions built on OpenWhisk</p>
<p class="repo-title border-darksalmon">
<a
-
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.10.0-incubating/openwhisk-composer-0.10.0-incubating-sources.tar.gz&action=download">
+
href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.10.0-incubating/openwhisk-composer-0.10.0-incubating-sources.tar.gz">
Source code
</a>
</p>
diff --git a/feed.xml b/feed.xml
index 1752f0a..c16ffe5 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-03-21T16:49:06+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-03-25T18:27:50+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