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/08/20 16:02:42 UTC

[incubator-openwhisk-website] branch add-client-cli-links updated (6f45370 -> 9448b06)

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

houshengbo pushed a change to branch add-client-cli-links
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git.


 discard 6f45370  Add the flow style to download page for different modules
     new 9448b06  Add the flow style to download page for different modules

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6f45370)
            \
             N -- N -- N   refs/heads/add-client-cli-links (9448b06)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[incubator-openwhisk-website] 01/01: Add the flow style to download page for different modules

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch add-client-cli-links
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git

commit 9448b066785e7dd509f6578567c60378802255d5
Author: Vincent Hou <sh...@us.ibm.com>
AuthorDate: Mon Aug 20 10:55:45 2018 -0400

    Add the flow style to download page for different modules
---
 _layouts/downloads.html | 81 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 73 insertions(+), 8 deletions(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index a82f243..b837362 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -68,15 +68,80 @@ layout: default
                 <a class="indexable" id="versions"></a>
                 <h4>Versions</h4>
                 <p>The following release versions are available:</p>
-                <div style="padding-top:10px;">
-                    <h5>0.9.0-incubating (2018-07-17)</h5>
-                    <ul>
-                        <li><em>source code</em>: <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">openwhisk-0.9.0-incubating-sources.tar.gz</a></li>
-                        <li><em>SHA-512 checksum</em>: <a href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.sha512">openwhisk-0.9.0-incubating-sources.tar.gz.sha512</a></li>
-                        <li><em>PGP signature</em>: <a href="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.asc</a></li>
-                    </ul>
+                <h5>0.9.0-incubating (2018-07-17)</h5>
+                <div class="content">
+                   <div class="flow-columns">
+                      <div class="project-structure-repo theme-deeper-sea-green">
+                        <h4>OpenWhisk</h4>
+                        <p>Core service of OpenWhisk.</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">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sea-green">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sea-green">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+
+                      <div class="project-structure-repo theme-deeper-sky-blue">
+                        <h4>OpenWhisk CLI</h4>
+                        <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">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sky-blue">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sky-blue">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+
+                      <div class="project-structure-repo theme-darkgoldenrod">
+                        <h4>OpenWhisk Client Go</h4>
+                        <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">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkgoldenrod">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkgoldenrod">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+                    </div>
                 </div>
-            </div>
+              </div>
         </main>
 
     </section>