--- a/README.markdown Mon Oct 03 13:00:03 2011 -0400
+++ b/README.markdown Mon Oct 03 13:06:56 2011 -0400
@@ -5,13 +5,13 @@
hg clone http://dvcs.w3.org/read-write-web
cd read-write-web
- less README.txt
+ less README.markdown
./sbt
See http://mercurial.selenic.com/ for hg
See https://github.com/harrah/xsbt/wiki for sbt
-This projectdepends on:
+This project depends on:
* Java 6
* that's all :-)
@@ -34,41 +34,42 @@
BE PATIENT: the first time, some operations take some time because it downloads
all the dependencies...
-* to launch sbt
-
-$ ./sbt
-
-* to auto-compile the source
+### to launch sbt
-> ~ compile
-
-* to launch tests under sbt (will cache all the dependencies the first time, can take a while)
+ $ ./sbt
-> test
+### to auto-compile the source
-* to run the Web App
+ > ~ compile
-> run
+### to launch tests under sbt (will cache all the dependencies the first time, can take a while)
+
+ > test
+
+### to run the Web App
+
+ > run
or
-> run 8080
-
-* to generate the eclipse configuration
+ > run 8080
-> eclipse same-targets
+### to generate the eclipse configuration
-* to package the application as a stand-alone jar (creates target/read-write-web.jar)
+ > eclipse same-targets
-> assembly
+### to package the application as a stand-alone jar (creates target/read-write-web.jar)
+
+ > assembly
Using the stand-alone jar
-------------------------
-java -jar target/read-write-web.jar 8080 ~/WWW/2011/09 /2011/09 [options]
+ 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
+
+ * --relax All documents exist as empty RDF files (like a wiki).
+ * --strict Documents must be created using PUT else they return 404