Author: reto
Date: Tue Feb 15 11:06:45 2011
New Revision: 1070837
URL: http://svn.apache.org/viewvc?rev=1070837&view=rev
Log:
fixed artifact-ids in readme
Modified:
incubator/clerezza/site/trunk/readme.txt
Modified: incubator/clerezza/site/trunk/readme.txt
URL:
http://svn.apache.org/viewvc/incubator/clerezza/site/trunk/readme.txt?rev=1070837&r1=1070836&r2=1070837&view=diff
==============================================================================
--- incubator/clerezza/site/trunk/readme.txt (original)
+++ incubator/clerezza/site/trunk/readme.txt Tue Feb 15 11:06:45 2011
@@ -1,6 +1,6 @@
- start clerezza on localhost:8080
-- install offline-generation bundle with:
start("mvn:org.apache.clerezza/org.apache.clerezza.tools.offline")
-- install stable serialization bundle
with:start("mvn:org.apache.clerezza/org.apache.clerezza.rdf.stable.serializer")
+- install offline-generation bundle with:
start("mvn:org.apache.clerezza/tools.offline")
+- install stable serialization bundle with:
start("mvn:org.apache.clerezza/rdf.stable.serializer")
- go to http://localhost:8080/graph/upload-form, replace
http://tpf.localhost/content.graph with graph.nt (note: you may need to make
sure your operating system or browser associated the file-extensison .nt to
text/rdf+nt)
- change the site as needed, do not create pages ending with /, create a page
ending with /index instead, the entry page is http://localhost:8080/index (you
may use http://localhost:8080/tools/editor to edit it)
- retrieve a zipped offline version from
http://localhost:8080/admin/offline/download?baseUri=http://localhost:8080/&targetUri=http://incubator.apache.org/clerezza/&formatExtension=xhtml&formatExtension=rdf&formatExtension=png&formatExtension=html&formatExtension=js&formatExtension=jpeg&rootLinkPrefix=/clerezza
@@ -27,6 +27,6 @@ cg.add(new TripleImpl(new UriRef("http:/
- I also added the web-gui examples using
-reto@reto-laptop:~/projects/apache/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples$
scp -r staticweb/
people.apache.org:/www/incubator.apache.org/clerezza/web-gui-examples
+reto@reto-laptop:~/projects/apache/clerezza/trunk/parent/app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples$
scp -r staticweb/
people.apache.org:/www/incubator.apache.org/clerezza/web-gui-examples
however that way the link prefix doesn't get added, an alternative would