You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/11/10 23:02:44 UTC

cordova-registry-web git commit: updated readme

Repository: cordova-registry-web
Updated Branches:
  refs/heads/master 87b33e7f5 -> c07bb6620


updated readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/c07bb662
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/c07bb662
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/c07bb662

Branch: refs/heads/master
Commit: c07bb6620f0ed875486b591e41a7259b957019fa
Parents: 87b33e7
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 10 14:02:28 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 10 14:02:28 2014 -0800

----------------------------------------------------------------------
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/c07bb662/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ea7b0b3..9ab76c2 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,6 @@ curl -X PUT http://localhost:5984/downloads
 ### Replicate remote databases
 If you want to see actual plugins and download counts when you are working locally, you will have to replicate the remote dbs. This could take a while as they are large. An alternative to replicating is to publish plugins locally for testing purposes.
 
-Note: We are in the process of moving over form IrisCouch to Cloudant. Iris Couch seems to have better replication support. Replicate from either.
-
 * IrisCouch
 
 ```bash
@@ -55,7 +53,7 @@ and
 curl -X POST -d '{"source":"http://cordova.iriscouch.com/downloads", "target":"http://localhost:5984/downloads"}' http://localhost:5984/_replicate -H "Content-Type: application/json"
 ```
 or
-* Cloudant
+* Cloudant (Actually this got shut down)
 
 ```bash
 curl -X POST -d '{"source":"http://apachecordova.cloudant.com/registry", "target":"http://localhost:5984/registry"}' http://localhost:5984/_replicate -H "Content-Type: application/json"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org