aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Mugur Marculescu <mugurm@gmail.com>2015-02-19 11:53:20 -0800
committerGravatar Mugur Marculescu <mugurm@gmail.com>2015-02-19 11:53:20 -0800
commit04e3a6e3327e4851a4eaa15fbf1eaec74a5abe3a (patch)
tree61f29227e7c8c7161ffe9b7090fe52fa90a22cbb /src
parent6ef57ba3bf41b597157a8798240fedd845260d98 (diff)
parenta143af389ee552f96163505ef56644a757de57c6 (diff)
Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2
Jayantkolhe patch 2 - Many documentation updates.
Diffstat (limited to 'src')
-rw-r--r--src/core/README.md9
-rw-r--r--src/cpp/README.md9
-rwxr-xr-xsrc/csharp/README.md2
-rw-r--r--src/node/README.md4
-rwxr-xr-xsrc/php/README.md10
-rwxr-xr-xsrc/ruby/README.md4
6 files changed, 36 insertions, 2 deletions
diff --git a/src/core/README.md b/src/core/README.md
new file mode 100644
index 0000000000..407dc4f701
--- /dev/null
+++ b/src/core/README.md
@@ -0,0 +1,9 @@
+#Overview
+
+This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby,
+Python, PHP, NodeJS, Objective-C) are layered on top of this library.
+
+#Status
+
+Alpha : Ready for early adopters
+
diff --git a/src/cpp/README.md b/src/cpp/README.md
new file mode 100644
index 0000000000..a2eb9a08c8
--- /dev/null
+++ b/src/cpp/README.md
@@ -0,0 +1,9 @@
+
+#Overview
+
+This directory contains source code for C++ implementation of gRPC.
+
+#Status
+
+Alpha : Ready for early adopters
+
diff --git a/src/csharp/README.md b/src/csharp/README.md
index fdc6f68041..9967af22b3 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -3,7 +3,7 @@ gRPC C#
A C# implementation of gRPC.
-EXPERIMENTAL ONLY
+Status
-----------------
**This gRPC C# implementation is work-in-progress and is not expected to work yet.**
diff --git a/src/node/README.md b/src/node/README.md
index c342b7ca57..8880213e9a 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -1,5 +1,9 @@
# Node.js gRPC Library
+## Status
+
+Alpha : Ready for early adopters
+
## Installation
First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on.
diff --git a/src/php/README.md b/src/php/README.md
index 620c68fd7b..40c79e0dd4 100755
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -1,4 +1,12 @@
-# PHP wrapper for the GRPC interfaces.
+
+#Overview
+
+This directory contains source code for PHP implementation of gRPC layered on shared C library.
+
+#Status
+
+Pre-Alpha : This gRPC PHP implementation is work-in-progress and is not expected to work yet.
+
## LAYOUT
diff --git a/src/ruby/README.md b/src/ruby/README.md
index 42f307aa5d..6e0e9db4a3 100755
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -3,6 +3,10 @@ gRPC Ruby
A Ruby implementation of gRPC.
+Status
+-------
+
+Alpha : Ready for early adopters
INSTALLATION PREREQUISITES
--------------------------