Add some URIs and options
authorTim Berners-Lee <timbl+hg@w3.org>
Wed, 31 Aug 2011 09:49:01 -0400
changeset 32 a7b48131499f
parent 31 400f0281cf7c
child 33 21dadfb5efe5
child 36 ec83494172e3
Add some URIs and options
README.txt
--- a/README.txt	Tue Aug 30 16:08:50 2011 -0400
+++ b/README.txt	Wed Aug 31 09:49:01 2011 -0400
@@ -1,7 +1,18 @@
 The ReadWriteWeb app
 --------------------
 
-It depends on:
+To get this:
+
+    hg clone http://dvcs.w3.org/read-write-web
+    cd read-write-web
+    less README.txt
+    ./sbt
+    
+See http://mercurial.selenic.com/ for hg
+See https://github.com/harrah/xsbt/wiki for sbt
+
+
+This projectdepends on:
 * Java 6
 * that's all :-)
 
@@ -53,4 +64,10 @@
 Using the stand-alone jar
 -------------------------
 
-java -jar target/read-write-web.jar 8080 ~/WWW/2011/09 /2011/09
+java -jar target/read-write-web.jar 8080 ~/WWW/2011/09 /2011/09  [options]
+
+Options:
+    --relax   All documents exist as empty RDF files (like a wiki).
+    --strict  Documents must be created using PUT else they return 404
+    
+