You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/03/20 19:30:48 UTC

[1/2] git commit: README should mention the Apache ICLA in Contributing section.

Updated Branches:
  refs/heads/next b36213d42 -> 0788f7617


README should mention the Apache ICLA in Contributing section.

Now that the project is officially an incubator project, users
contribute under the Apache ICLA. Currently, the README.md Contributing
section references the BlackBerry how to contribute page, which can be
removed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/0788f761
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/0788f761
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/0788f761

Branch: refs/heads/next
Commit: 0788f76171bad079a31e8543df7633a56fddc8e0
Parents: 17cbc73
Author: Brent Lintner <br...@gmail.com>
Authored: Wed Mar 20 14:14:49 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Wed Mar 20 14:27:28 2013 -0400

----------------------------------------------------------------------
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/0788f761/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dd65f0a..6f0f610 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ The `master` branch is the latest (stable) release. The `next` branch is where a
 
 If you like the project, and want to contribute code, please issue a pull request (on [GitHub](https://github.com/blackberry/Ripple-UI/pulls)) into the `next` branch.
 
-Note: You will need to be an [official contributor](http://blackberry.github.com/howToContribute.html) before your code can be accepted.
+Note: You will need to submit an Apache [ICLA](http://www.apache.org/licenses/#clas) (Individual Contributor License Agreement) for your contribution to be accepted.
 
 ## Code Guidelines
 


[2/2] git commit: Now that the project is in the npm registry, README should mention it.

Posted by br...@apache.org.
Now that the project is in the npm registry, README should mention it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/17cbc738
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/17cbc738
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/17cbc738

Branch: refs/heads/next
Commit: 17cbc738e605e9b28abf6bca474596d5e6d7ed8b
Parents: b36213d
Author: Brent Lintner <br...@gmail.com>
Authored: Wed Mar 20 14:06:36 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Wed Mar 20 14:27:28 2013 -0400

----------------------------------------------------------------------
 README.md |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/17cbc738/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index deac0ee..dd65f0a 100644
--- a/README.md
+++ b/README.md
@@ -73,22 +73,14 @@ There is a command line interface that can be paired with the client (UI).
 
 It can be used for various things, such as statically hosting an application, and running a local (cross origin) XHR proxy.
 
-Eventually, this will be available on the NPM registry. For now (to install):
+To install:
 
-    git clone git@github.com:blackberry/Ripple-UI.git ripple
-    cd ripple
-    ./configure
-    jake
-    npm install -g .
+    npm install -g ripple-emulator
 
 This will install a global script called `ripple`. To see usage, run:
 
     ripple help
 
-Note: If you don't want to use NPM, you can just do this:
-
-    node bin/ripple help
-
 ## Contributing
 
 The `master` branch is the latest (stable) release. The `next` branch is where all development happens.