This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new 4535d61 Some basic changes to README to better conform to runtime
template. (#60)
4535d61 is described below
commit 4535d612c4e8675e38c2b696400140aec6e7eccb
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu Nov 29 21:12:49 2018 -0600
Some basic changes to README to better conform to runtime template. (#60)
---
README.md | 21 ++++++++++++++++-----
docs/DEPLOY.md | 2 +-
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8a0dc0b..f1225b5 100644
--- a/README.md
+++ b/README.md
@@ -16,21 +16,32 @@
# limitations under the License.
#
-->
-# Apache OpenWhisk Runtime for Go (and Generic executables)
+# Apache OpenWhisk Runtimes for Go
[](https://travis-ci.org/apache/incubator-openwhisk-runtime-go)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](http://slack.openwhisk.org/)
-This is an OpenWhisk runtime for Golang and Generic executables.
+This repository containst both the OpenWhisk runtime for Golang Actions, as
well as a runtime for Generic executables.
- If you are in a hurry, check the [examples](examples/EXAMPLES.md)
- Writing Actions for the runtime in [Golang](docs/ACTION.md#golang)
- How to deploy your [Golang](docs/DEPLOY.md#golang) sources
- Precompiling [Golang](docs/DEPLOY.md#precompile) actions
-- Writing [Generic](docs/ACTION.md#generic) actions, in bash or as a generic
linux binary
-- Deployment for [Generic](docs/DEPLOY.md#generic) actions
-- The [ActionLoop](docs/ACTION.md#actionloop) protocol for generic actions
- How to use VSCode to write [Golang](docs/DEPLOY.md#vscode) actions
- How to [Build](docs/BUILD.md#building) the runtime, with development notes
+## Actionloop runtime
+
+### Using the Go runtime for Generic executables
+
+- Writing [Generic](docs/ACTION.md#generic) actions, in bash or as a generic
linux binary
+- Deployment for [Generic](docs/DEPLOY.md#generic) actions
+- The [ActionLoop](docs/ACTION.md#actionloop) protocol for generic actions
+
+# License
+[Apache 2.0](LICENSE.txt)
+
+# Disclaimer
+
+Apache OpenWhisk Runtime Java is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache 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 t [...]
diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md
index c059fac..fc0185e 100644
--- a/docs/DEPLOY.md
+++ b/docs/DEPLOY.md
@@ -19,7 +19,7 @@
# Deployment options
-THere are two images provided: the `actionloop` and the
`actionloop-golang-v1.11` available. Each image accept different input in the
deployment.
+There are two images provided: the `actionloop` and the
`actionloop-golang-v1.11` available. Each image accept different input in the
deployment.
<a name="actionloop">