Merge branch 'master' of github.com:dpavlin/angular-mojolicious
[angular-mojolicious.git] / README
diff --git a/README b/README
index 7836ced..dd7aa13 100644 (file)
--- a/README
+++ b/README
@@ -13,14 +13,25 @@ This is my attempt to implement REST API described at:
 
 http://docs.getangular.com/REST.Basic
 
-using CouchDB as storage for experimenting with local datasets using
-<angular/>
+using CouchDB HTTP view API
 
-At it's current stage it provides support for $resource get, query and $save
+http://wiki.apache.org/couchdb/HTTP_view_API
+
+to provide storage for experimenting with local datasets using angular.
+
+
+At it's current stage it provides support for angular $resource get, query and $save
 
 http://angularjs.org/Service:$resource
 
 
+Server also supports replication using same API which can be triggered with
+
+ http://localhost:3000/_replicate?from=http://dpavlin.getangular.com/data/conference/
+
+Replication is currently good only for initial import of data since it doesn't
+support incremental replication and dies if data is allready present.
+
 
 Installation: