You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/03/27 22:41:35 UTC

svn commit: r1086033 - in /incubator/clerezza/site/trunk: ./ src/main/resources/CLEREZZA-INF/web-resources/ src/main/resources/CLEREZZA-INF/web-resources/faq/ src/main/resources/CLEREZZA-INF/web-resources/getting-started/ src/main/resources/CLEREZZA-IN...

Author: reto
Date: Sun Mar 27 20:41:35 2011
New Revision: 1086033

URL: http://svn.apache.org/viewvc?rev=1086033&view=rev
Log:
CLEREZZA-460: removed obsolete static files, added contents to graph, cleaned readme a bit

Removed:
    incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/faq/index.html
    incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/getting-started/building-clerezza/index.html
    incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/getting-started/index.html
    incubator/clerezza/site/trunk/src/main/resources/CLEREZZA-INF/web-resources/index.html
Modified:
    incubator/clerezza/site/trunk/graph.nt
    incubator/clerezza/site/trunk/readme.txt

Modified: incubator/clerezza/site/trunk/graph.nt
URL: http://svn.apache.org/viewvc/incubator/clerezza/site/trunk/graph.nt?rev=1086033&r1=1086032&r2=1086033&view=diff
==============================================================================
--- incubator/clerezza/site/trunk/graph.nt (original)
+++ incubator/clerezza/site/trunk/graph.nt Sun Mar 27 20:41:35 2011
@@ -56,7 +56,23 @@
 <http://localhost:8080/faq/index-content-el/0> <http://discobits.org/ontology#contains> _:bbaf2032ebdc69d16c3f1bb53549aa691 . 
 <http://localhost:8080/faq/index-content-el/0> <http://discobits.org/ontology#contains> _:c6cf7677baf6648625092e492d69813b1 . 
 <http://localhost:8080/faq/index-content-el/0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#TitledContent> .
-<http://localhost:8080/faq/index-content> <http://discobits.org/ontology#contains> _:992ea79eecf14a714efc891033bc0d501 . 
+<http://localhost:8080/faq/index-content-el/1-content> <http://discobits.org/ontology#infoBit> "<div xmlns=\"http://www.w3.org/1999/xhtml\">You can download it from the <a href=\"http://repository.apache.org/content/groups/snapshots/org/apache/clerezza/\" target=\"_blanke\">Maven Repository</a> or from <a href=\"../downloads/\">here</a>.</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://localhost:8080/faq/index-content-el/1-content> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#XHTMLInfoDiscoBit> .
+<http://localhost:8080/faq/index-content-el/1-title> <http://discobits.org/ontology#infoBit> "Where can I download a launcher?"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://localhost:8080/faq/index-content-el/1-title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#XHTMLInfoDiscoBit> .
+<http://localhost:8080/faq/index-content-el/1> <http://discobits.org/ontology#contains> _:9d53aa61303617381bee25ebdc9b87541 . 
+<http://localhost:8080/faq/index-content-el/1> <http://discobits.org/ontology#contains> _:e95fb387421e4499d26011f4ac705dfd1 . 
+<http://localhost:8080/faq/index-content-el/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#TitledContent> .
+<http://localhost:8080/faq/index-content-el/2-content> <http://discobits.org/ontology#infoBit> "All MGraphs returned by TcManager are LockableMgraphs, this graphs are\nthread-safe independently on whether the underlying provider is\nthread-safe or not. Note however that like the synchronized\ncollections returned by java.util.Collections a\nConcurrentModificationException may occur when the TripleCollection is\nmodified while iterating over it. To be sure that no other thread may\ndo any modification while iterating over it, the iterating thread may\nacquire a ReadLock using the following construct:\n<div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"tx-blockcode\">\nLock l = mGraph.getLock().readLock();\nl.lock();\ntry {\n  Iterator&lt;Triple&gt; iter = mGraph.filter(...);\n  //iterate over triples\n} finally {\n  l.unlock();\n}\n</div>\nNote that single method invocations always lock the TripleCollection, but if you need a lock to span multiple method invocation you need 
 to acquire a (read or write) lock as described above."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://localhost:8080/faq/index-content-el/2-content> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#XHTMLInfoDiscoBit> .
+<http://localhost:8080/faq/index-content-el/2-title> <http://discobits.org/ontology#infoBit> "Is the RDF API thread-safe?"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+<http://localhost:8080/faq/index-content-el/2-title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#XHTMLInfoDiscoBit> .
+<http://localhost:8080/faq/index-content-el/2> <http://discobits.org/ontology#contains> _:0e6165cfd7a4c4bc618450412c5c0adc1 . 
+<http://localhost:8080/faq/index-content-el/2> <http://discobits.org/ontology#contains> _:2612a518a47dbc0c38d1973aecd0ad931 . 
+<http://localhost:8080/faq/index-content-el/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#TitledContent> .
+<http://localhost:8080/faq/index-content> <http://discobits.org/ontology#contains> _:4a920bf368d758c69812c097b07164131 . 
+<http://localhost:8080/faq/index-content> <http://discobits.org/ontology#contains> _:6644fe897f42396723686ce38fbc4bca1 . 
+<http://localhost:8080/faq/index-content> <http://discobits.org/ontology#contains> _:ef516727f3a130eb4956210a66c13d4e1 . 
 <http://localhost:8080/faq/index-content> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#OrderedContent> .
 <http://localhost:8080/faq/index-title> <http://discobits.org/ontology#infoBit> "Frequently Asked Questions"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
 <http://localhost:8080/faq/index-title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#XHTMLInfoDiscoBit> .
@@ -180,6 +196,12 @@ _:054e34f90f6cd3c589e4038fc55d1df11 <htt
 _:06f85c6958fb0b3655e7a578de15deea1 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/3> . 
 _:06f85c6958fb0b3655e7a578de15deea1 <http://discobits.org/ontology#pos> "1" . 
 _:06f85c6958fb0b3655e7a578de15deea1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:0e6165cfd7a4c4bc618450412c5c0adc1 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/2-title> . 
+_:0e6165cfd7a4c4bc618450412c5c0adc1 <http://discobits.org/ontology#pos> "0" . 
+_:0e6165cfd7a4c4bc618450412c5c0adc1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:2612a518a47dbc0c38d1973aecd0ad931 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/2-content> . 
+_:2612a518a47dbc0c38d1973aecd0ad931 <http://discobits.org/ontology#pos> "1" . 
+_:2612a518a47dbc0c38d1973aecd0ad931 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:29a2b03f9f39d6b054b03a38897fed471 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/4-content> . 
 _:29a2b03f9f39d6b054b03a38897fed471 <http://discobits.org/ontology#pos> "1" . 
 _:29a2b03f9f39d6b054b03a38897fed471 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
@@ -206,6 +228,9 @@ _:48451ad3fb48ef0bd88b695fc4d7d0fb1 <htt
 _:492ae203dc0deebf60df1c48262b0eb81 <http://discobits.org/ontology#holds> <http://localhost:8080/title> . 
 _:492ae203dc0deebf60df1c48262b0eb81 <http://discobits.org/ontology#pos> "0" . 
 _:492ae203dc0deebf60df1c48262b0eb81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:4a920bf368d758c69812c097b07164131 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/0> . 
+_:4a920bf368d758c69812c097b07164131 <http://discobits.org/ontology#pos> "2" . 
+_:4a920bf368d758c69812c097b07164131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:4ce7b18997c0bb758a7d466bc9ec598f1 <http://discobits.org/ontology#holds> <http://localhost:8080/content-el/3-content> . 
 _:4ce7b18997c0bb758a7d466bc9ec598f1 <http://discobits.org/ontology#pos> "1" . 
 _:4ce7b18997c0bb758a7d466bc9ec598f1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
@@ -223,6 +248,9 @@ _:57c7f3aa80d6cbaf89b4c457aeb4049c1 <htt
 _:5ac5dcc971bc2f8c905c853088cdbb5e1 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/3-content> . 
 _:5ac5dcc971bc2f8c905c853088cdbb5e1 <http://discobits.org/ontology#pos> "1" . 
 _:5ac5dcc971bc2f8c905c853088cdbb5e1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:6644fe897f42396723686ce38fbc4bca1 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/1> . 
+_:6644fe897f42396723686ce38fbc4bca1 <http://discobits.org/ontology#pos> "0" . 
+_:6644fe897f42396723686ce38fbc4bca1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:6daa53f79bbe085d47a917ef0e84a2771 <http://clerezza.org/2009/06/custompropery#category> <http://clerezza.org/2008/10/permission#Role> . 
 _:6daa53f79bbe085d47a917ef0e84a2771 <http://clerezza.org/2009/06/custompropery#categoryproperty> "CommunityUser"^^<http://www.w3.org/2001/XMLSchema#string> . 
 _:6daa53f79bbe085d47a917ef0e84a2771 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://clerezza.org/2009/06/custompropery#CustomFieldCollection> . 
@@ -264,12 +292,12 @@ _:8f6e39ed13fac6541e071d31544f6c461 <htt
 _:97f632722ac3c20d8ae7ccc13d8b6ff21 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/1-title> . 
 _:97f632722ac3c20d8ae7ccc13d8b6ff21 <http://discobits.org/ontology#pos> "0" . 
 _:97f632722ac3c20d8ae7ccc13d8b6ff21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
-_:992ea79eecf14a714efc891033bc0d501 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/0> . 
-_:992ea79eecf14a714efc891033bc0d501 <http://discobits.org/ontology#pos> "0" . 
-_:992ea79eecf14a714efc891033bc0d501 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:9c867b8270e80dffa7edaa6c8e5757801 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/3-content-el/0> . 
 _:9c867b8270e80dffa7edaa6c8e5757801 <http://discobits.org/ontology#pos> "0" . 
 _:9c867b8270e80dffa7edaa6c8e5757801 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:9d53aa61303617381bee25ebdc9b87541 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/1-content> . 
+_:9d53aa61303617381bee25ebdc9b87541 <http://discobits.org/ontology#pos> "1" . 
+_:9d53aa61303617381bee25ebdc9b87541 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:9e78aec795befa9d7bd75c2b15a3bc2e1 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/index-content-el/0> . 
 _:9e78aec795befa9d7bd75c2b15a3bc2e1 <http://discobits.org/ontology#pos> "0" . 
 _:9e78aec795befa9d7bd75c2b15a3bc2e1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
@@ -331,6 +359,12 @@ _:e0787f4a99ab5c252f866496601246561 <htt
 _:e6d1755c7430b11bdc5d09cd8b98296c1 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/shell/content-el/4-content-el/0> . 
 _:e6d1755c7430b11bdc5d09cd8b98296c1 <http://discobits.org/ontology#pos> "0" . 
 _:e6d1755c7430b11bdc5d09cd8b98296c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:e95fb387421e4499d26011f4ac705dfd1 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/1-title> . 
+_:e95fb387421e4499d26011f4ac705dfd1 <http://discobits.org/ontology#pos> "0" . 
+_:e95fb387421e4499d26011f4ac705dfd1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
+_:ef516727f3a130eb4956210a66c13d4e1 <http://discobits.org/ontology#holds> <http://localhost:8080/faq/index-content-el/2> . 
+_:ef516727f3a130eb4956210a66c13d4e1 <http://discobits.org/ontology#pos> "1" . 
+_:ef516727f3a130eb4956210a66c13d4e1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 
 _:f541050bdf7276d4366f97a2a4e3c9b11 <http://discobits.org/ontology#holds> <http://localhost:8080/getting-started/index-content> . 
 _:f541050bdf7276d4366f97a2a4e3c9b11 <http://discobits.org/ontology#pos> "1" . 
 _:f541050bdf7276d4366f97a2a4e3c9b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://discobits.org/ontology#Entry> . 

Modified: incubator/clerezza/site/trunk/readme.txt
URL: http://svn.apache.org/viewvc/incubator/clerezza/site/trunk/readme.txt?rev=1086033&r1=1086032&r2=1086033&view=diff
==============================================================================
--- incubator/clerezza/site/trunk/readme.txt (original)
+++ incubator/clerezza/site/trunk/readme.txt Sun Mar 27 20:41:35 2011
@@ -24,10 +24,3 @@ import platform.graphprovider.content.Co
 val cgp = $[ContentGraphProvider]
 val cg = cgp.getContentGraph
 cg.add(new TripleImpl(new UriRef("http://localhost:8080/getting-started/"), RDF.`type`, HIERARCHY.Collection))
-
-
-- I also added the web-gui examples using 
-
-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