You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/09/18 19:51:30 UTC

[incubator-openwhisk-website] branch master updated: Add the download links for OpenWhisk catalog and apigateway 0.9.0-incubating (#338)

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

houshengbo 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 9697d30  Add the download links for OpenWhisk catalog and apigateway 0.9.0-incubating (#338)
9697d30 is described below

commit 9697d309eaee1ac7aae1525f69b4829bcfb9e752
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Sep 18 15:51:23 2018 -0400

    Add the download links for OpenWhisk catalog and apigateway 0.9.0-incubating (#338)
---
 _layouts/downloads.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index 2f957b2..26afd8c 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -146,7 +146,7 @@ layout: default
 
                       <div class="project-structure-repo theme-deeper-aquamarine">
                         <h4>OpenWhisk Wskdeploy</h4>
-                        <p>OpenWhisk utility to configure OpenWhisk entities with a Manifest file written in YAML, ang deploy them in a single command.</p>
+                        <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">
@@ -166,6 +166,52 @@ layout: default
                           </a>
                         </p>
                       </div>
+
+                      <div class="project-structure-repo theme-darksalmon">
+                        <h4>OpenWhisk Catalog</h4>
+                        <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">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-darksalmon">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-catalog-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-darksalmon">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-catalog-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+
+                      <div class="project-structure-repo theme-darkorange">
+                        <h4>OpenWhisk Apigateway</h4>
+                        <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">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkorange">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-apigateway-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkorange">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-apigateway-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
                    </div>
                 </div>
                 </div>