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 2015/05/18 13:48:00 UTC

svn commit: r1679996 [6/7] - in /clerezza/site/production: ./ architecture/images/ clerezza-uima/ clerezza-uima/index-content-el/ content-el/ content-el/2-content-el/ content-el/3-content-el/ contributing/ contributing/index-content-el/ contributing/in...

Modified: clerezza/site/production/getting-started/install-as-service/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/install-as-service/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/install-as-service/index.html (original)
+++ clerezza/site/production/getting-started/install-as-service/index.html Mon May 18 11:47:57 2015
@@ -48,23 +48,23 @@
             <div class="zz-content">
               <h1>Installing Clerezza as a Service
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div>The following describes ho to install Clerezza as a service, i.e. to start up in the background typically when the system is bootet. It is recommended to first try to start Clerezza manually following the instrcutions <a href="/getting-started/launching-clerezza/" xmlns="http://www.w3.org/1999/xhtml">here</a>.
+	<div>The following describes ho to install Clerezza as a service, i.e. to start up in the background typically when the system is bootet. It is recommended to first try to start Clerezza manually following the instrcutions <a xmlns="http://www.w3.org/1999/xhtml" href="/getting-started/launching-clerezza/">here</a>.
 </div>
 
 	<div><h2>On Ubuntu Linux
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>The following is known to work on recent Ubuntu Linux distributions.
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">You need to place a clerezza.conf file in the directory /etc/init. The following is an example that assumes Clerezza is to be run as user reto in /home/reto/clerezza using the jar platform.launcher.jar therein.</p>
 /etc/init/clerezza.conf
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml"># Apache Clerezza - job file
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode"># Apache Clerezza - job file
 
-description &quot;Start Apache Clerezza as user reto&quot;
+description "Start Apache Clerezza as user reto"
 
 # When to start the service
 start on runlevel [2345]
@@ -76,13 +76,13 @@ stop on runlevel [016]
 respawn
 
 # Start the process
-exec su reto sh -c &quot;cd /home/reto/clerezza &amp;&amp; java -XX:MaxPermSize=400m -Xmx800m -jar platform.launcher.jar -NCS&quot;
+exec su reto sh -c "cd /home/reto/clerezza &amp;&amp; java -XX:MaxPermSize=400m -Xmx800m -jar platform.launcher.jar -NCS"
 </div>
 </div>
 
 	<div><h3>Forwarding ports
 </h3>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>By default Clerezza listens to port 8080 for http requests and to port 8022 for ssh connections. As Clerezza is typically run as an unpriviledged user (user reto in the example above) it cannot listen to default ports like port 80 for the web.
 </div>
@@ -91,13 +91,13 @@ exec su reto sh -c &quot;cd /home/reto/c
 </div>
 
 	<div>Install xinetd with
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">sudo apt-get install xinetd
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">sudo apt-get install xinetd
 </div>
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">For redirecting the http port 80 to 8080 you can place a file with following content into the directory /etc/xinet.d.</p>
 /etc/xinet.d/http
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">service http 
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">service http 
 {
  disable = no
  flags = REUSE
@@ -113,7 +113,7 @@ exec su reto sh -c &quot;cd /home/reto/c
 </div>
 
 	<div>Finally tell xinetd to reload the config with:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">sudo /etc/init.d/xinetd reload
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">sudo /etc/init.d/xinetd reload
 </div>
 </div>
 
@@ -128,7 +128,7 @@ exec su reto sh -c &quot;cd /home/reto/c
 
 	<div><h2>On other platforms
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>When running clerezza as service you should start it with the -NCS command line option as it otherwise attempts to open a shell on the console (which is not available to services)
 </div>

Modified: clerezza/site/production/getting-started/install-as-service/index.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/install-as-service/index.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/install-as-service/index.rdf (original)
+++ clerezza/site/production/getting-started/install-as-service/index.rdf Mon May 18 11:47:57 2015
@@ -2,18 +2,18 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/install-as-service/index-content"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/install-as-service/index-title"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/install-as-service/index">
-    <j.0:contains rdf:nodeID="A0"/>
-    <j.0:contains rdf:nodeID="A1"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
+    <j.0:contains rdf:nodeID="A1"/>
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/install-as-service/index-content"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/install-as-service/index-title"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/install-as-service/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/install-as-service/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/install-as-service/index.xhtml (original)
+++ clerezza/site/production/getting-started/install-as-service/index.xhtml Mon May 18 11:47:57 2015
@@ -48,23 +48,23 @@
             <div class="zz-content">
               <h1>Installing Clerezza as a Service
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div>The following describes ho to install Clerezza as a service, i.e. to start up in the background typically when the system is bootet. It is recommended to first try to start Clerezza manually following the instrcutions <a href="/getting-started/launching-clerezza/" xmlns="http://www.w3.org/1999/xhtml">here</a>.
+	<div>The following describes ho to install Clerezza as a service, i.e. to start up in the background typically when the system is bootet. It is recommended to first try to start Clerezza manually following the instrcutions <a xmlns="http://www.w3.org/1999/xhtml" href="/getting-started/launching-clerezza/">here</a>.
 </div>
 
 	<div><h2>On Ubuntu Linux
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>The following is known to work on recent Ubuntu Linux distributions.
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">You need to place a clerezza.conf file in the directory /etc/init. The following is an example that assumes Clerezza is to be run as user reto in /home/reto/clerezza using the jar platform.launcher.jar therein.</p>
 /etc/init/clerezza.conf
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml"># Apache Clerezza - job file
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode"># Apache Clerezza - job file
 
-description &quot;Start Apache Clerezza as user reto&quot;
+description "Start Apache Clerezza as user reto"
 
 # When to start the service
 start on runlevel [2345]
@@ -76,13 +76,13 @@ stop on runlevel [016]
 respawn
 
 # Start the process
-exec su reto sh -c &quot;cd /home/reto/clerezza &amp;&amp; java -XX:MaxPermSize=400m -Xmx800m -jar platform.launcher.jar -NCS&quot;
+exec su reto sh -c "cd /home/reto/clerezza &amp;&amp; java -XX:MaxPermSize=400m -Xmx800m -jar platform.launcher.jar -NCS"
 </div>
 </div>
 
 	<div><h3>Forwarding ports
 </h3>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>By default Clerezza listens to port 8080 for http requests and to port 8022 for ssh connections. As Clerezza is typically run as an unpriviledged user (user reto in the example above) it cannot listen to default ports like port 80 for the web.
 </div>
@@ -91,13 +91,13 @@ exec su reto sh -c &quot;cd /home/reto/c
 </div>
 
 	<div>Install xinetd with
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">sudo apt-get install xinetd
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">sudo apt-get install xinetd
 </div>
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">For redirecting the http port 80 to 8080 you can place a file with following content into the directory /etc/xinet.d.</p>
 /etc/xinet.d/http
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">service http 
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">service http 
 {
  disable = no
  flags = REUSE
@@ -113,7 +113,7 @@ exec su reto sh -c &quot;cd /home/reto/c
 </div>
 
 	<div>Finally tell xinetd to reload the config with:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">sudo /etc/init.d/xinetd reload
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">sudo /etc/init.d/xinetd reload
 </div>
 </div>
 
@@ -128,7 +128,7 @@ exec su reto sh -c &quot;cd /home/reto/c
 
 	<div><h2>On other platforms
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>When running clerezza as service you should start it with the -NCS command line option as it otherwise attempts to open a shell on the console (which is not available to services)
 </div>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content-el/0.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content-el/0.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content-el/0.rdf Mon May 18 11:47:57 2015
@@ -2,15 +2,15 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">The following instructions describes how to start Clerezza. If you don't have downloaded the launcher go to <a xmlns="http://www.w3.org/1999/xhtml" href="../../downloads/">Downloads</a>.</j.0:infoBit>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/0"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
     <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
+  <rdf:Description rdf:nodeID="A0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/0"/>
+  </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content-el/1.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content-el/1.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content-el/1.rdf Mon May 18 11:47:57 2015
@@ -1,7 +1,11 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/1">
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal"><p xmlns="http://www.w3.org/1999/xhtml">In order to start Clerezza you must have installed Java 1.6.</p>
 				<div xmlns="http://www.w3.org/1999/xhtml">
 					<ol>
@@ -27,14 +31,10 @@
 					</ol>
 
 				</div></j.0:infoBit>
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
-    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content-el/2.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content-el/2.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content-el/2.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content-el/2.rdf Mon May 18 11:47:57 2015
@@ -1,18 +1,18 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/2">
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal"><span xmlns="http://www.w3.org/1999/xhtml" class="note">To start Clerezza as background process use the unix's tools <strong>screen</strong> or <strong>nohup</strong>.
 				These tools are also helpful on remote servers that Clerezza can continue working even when the ssh or telnet connection to the server is interrupted.
 				</span></j.0:infoBit>
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
-    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/2"/>
-    <j.0:pos>2</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content-el/3.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content-el/3.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content-el/3.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content-el/3.rdf Mon May 18 11:47:57 2015
@@ -1,16 +1,16 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/3">
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">Clerezza is based on Apache Felix. Therefore, some further information is available on <a xmlns="http://www.w3.org/1999/xhtml" href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#" target="_blank">the Felix usage page</a>.</j.0:infoBit>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">4</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/3"/>
-    <j.0:pos>4</j.0:pos>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content-el/4.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content-el/4.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content-el/4.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content-el/4.rdf Mon May 18 11:47:57 2015
@@ -1,10 +1,8 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:nodeID="A0">
-    <j.0:pos>3</j.0:pos>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/4"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/4">
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
@@ -12,7 +10,9 @@
 				you must start Clerezza with the command line option -NCS as it will otherwise stop when attempting to interact with the console.
 				</span></j.0:infoBit>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
-    <j.0:contains rdf:nodeID="A0"/>
+  <rdf:Description rdf:nodeID="A0">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/4"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3</j.0:pos>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-content.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-content.rdf Mon May 18 11:47:57 2015
@@ -1,45 +1,45 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index">
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
+    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
     <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A1">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/1"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:contains rdf:nodeID="A1"/>
+    <j.0:contains rdf:nodeID="A2"/>
+    <j.0:contains rdf:nodeID="A3"/>
+    <j.0:contains rdf:nodeID="A4"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <j.0:pos>1</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/0"/>
-    <j.0:pos>0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/0"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A3">
-    <j.0:pos>3</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/4"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A4">
-    <j.0:pos>4</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/3"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-content">
-    <j.0:contains rdf:nodeID="A5"/>
-    <j.0:contains rdf:nodeID="A3"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
-    <j.0:contains rdf:nodeID="A2"/>
-    <j.0:contains rdf:nodeID="A4"/>
-    <j.0:contains rdf:nodeID="A1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">4</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A5">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/2"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A1">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>2</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content-el/2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index">
+    <j.0:contains rdf:nodeID="A5"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index-title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index-title.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index-title.rdf Mon May 18 11:47:57 2015
@@ -1,16 +1,16 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-title">
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+    <j.0:infoBit rdf:parseType="Literal">Launching Clerezza</j.0:infoBit>
+  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-title"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index">
     <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index-title">
-    <j.0:infoBit rdf:parseType="Literal">Launching Clerezza</j.0:infoBit>
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-  </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index.html (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index.html Mon May 18 11:47:57 2015
@@ -48,9 +48,9 @@
             <div class="zz-content">
               <h1>Launching Clerezza
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div>The following instructions describes how to start Clerezza. If you don't have downloaded the launcher go to <a href="../../downloads/" xmlns="http://www.w3.org/1999/xhtml">Downloads</a>.
+	<div>The following instructions describes how to start Clerezza. If you don't have downloaded the launcher go to <a xmlns="http://www.w3.org/1999/xhtml" href="../../downloads/">Downloads</a>.
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">In order to start Clerezza you must have installed Java 1.6.</p>
@@ -58,13 +58,13 @@
 					<ol>
 						<li><div>Change working directory to org.apache.clerezza.platform.launcher.tdb/target or to the directory where you have downloaded the launcher</div></li>
 
-						<li><div><pre>java -Xmx512m -XX:MaxPermSize=256m -jar <br/>org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</pre></div></li>
+						<li><div><pre>java -Xmx512m -XX:MaxPermSize=256m -jar <br></br>org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</pre></div></li>
 
 						<li><div>You should now have clerezza running on port 8080. Navigate
-								to <a target="_blank" href="http://clerezza.apache.org/dashboard/">http://clerezza.apache.org/dashboard/</a></div></li>
-						<li><div>On the navigation bar on the right-hand side is a login link: default username is &quot;admin&quot;, default password is &quot;admin&quot;.
+								to <a href="http://clerezza.apache.org/dashboard/" target="_blank">http://clerezza.apache.org/dashboard/</a></div></li>
+						<li><div>On the navigation bar on the right-hand side is a login link: default username is "admin", default password is "admin".
 								After successful login new items in the navigation bar are available:</div>
-								<br/>
+								<br></br>
 							<ul>
 								<li><div>Account Control Panel - Manage your account, install bundles and create your WebID.</div></li>
 								<li><div>Graphs - Manage and upload Graphs.</div></li>
@@ -80,17 +80,17 @@
 				</div>
 </div>
 
-	<div><span class="note" xmlns="http://www.w3.org/1999/xhtml">To start Clerezza as background process use the unix's tools <strong>screen</strong> or <strong>nohup</strong>.
+	<div><span xmlns="http://www.w3.org/1999/xhtml" class="note">To start Clerezza as background process use the unix's tools <strong>screen</strong> or <strong>nohup</strong>.
 				These tools are also helpful on remote servers that Clerezza can continue working even when the ssh or telnet connection to the server is interrupted.
 				</span>
 </div>
 
-	<div><span class="note" xmlns="http://www.w3.org/1999/xhtml">When using <strong>nohup</strong>
+	<div><span xmlns="http://www.w3.org/1999/xhtml" class="note">When using <strong>nohup</strong>
 				you must start Clerezza with the command line option -NCS as it will otherwise stop when attempting to interact with the console.
 				</span>
 </div>
 
-	<div>Clerezza is based on Apache Felix. Therefore, some further information is available on <a target="_blank" href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#" xmlns="http://www.w3.org/1999/xhtml">the Felix usage page</a>.
+	<div>Clerezza is based on Apache Felix. Therefore, some further information is available on <a xmlns="http://www.w3.org/1999/xhtml" href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#" target="_blank">the Felix usage page</a>.
 </div>
 
 </div>

Modified: clerezza/site/production/getting-started/launching-clerezza/index.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index.rdf (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index.rdf Mon May 18 11:47:57 2015
@@ -2,18 +2,18 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A1">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/launching-clerezza/index">
+    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
     <j.0:contains rdf:nodeID="A0"/>
     <j.0:contains rdf:nodeID="A1"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A1">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/launching-clerezza/index-content"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/launching-clerezza/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/launching-clerezza/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/launching-clerezza/index.xhtml (original)
+++ clerezza/site/production/getting-started/launching-clerezza/index.xhtml Mon May 18 11:47:57 2015
@@ -48,9 +48,9 @@
             <div class="zz-content">
               <h1>Launching Clerezza
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div>The following instructions describes how to start Clerezza. If you don't have downloaded the launcher go to <a href="../../downloads/" xmlns="http://www.w3.org/1999/xhtml">Downloads</a>.
+	<div>The following instructions describes how to start Clerezza. If you don't have downloaded the launcher go to <a xmlns="http://www.w3.org/1999/xhtml" href="../../downloads/">Downloads</a>.
 </div>
 
 	<div><p xmlns="http://www.w3.org/1999/xhtml">In order to start Clerezza you must have installed Java 1.6.</p>
@@ -58,13 +58,13 @@
 					<ol>
 						<li><div>Change working directory to org.apache.clerezza.platform.launcher.tdb/target or to the directory where you have downloaded the launcher</div></li>
 
-						<li><div><pre>java -Xmx512m -XX:MaxPermSize=256m -jar <br/>org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</pre></div></li>
+						<li><div><pre>java -Xmx512m -XX:MaxPermSize=256m -jar <br></br>org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</pre></div></li>
 
 						<li><div>You should now have clerezza running on port 8080. Navigate
-								to <a target="_blank" href="http://clerezza.apache.org/dashboard/">http://clerezza.apache.org/dashboard/</a></div></li>
-						<li><div>On the navigation bar on the right-hand side is a login link: default username is &quot;admin&quot;, default password is &quot;admin&quot;.
+								to <a href="http://clerezza.apache.org/dashboard/" target="_blank">http://clerezza.apache.org/dashboard/</a></div></li>
+						<li><div>On the navigation bar on the right-hand side is a login link: default username is "admin", default password is "admin".
 								After successful login new items in the navigation bar are available:</div>
-								<br/>
+								<br></br>
 							<ul>
 								<li><div>Account Control Panel - Manage your account, install bundles and create your WebID.</div></li>
 								<li><div>Graphs - Manage and upload Graphs.</div></li>
@@ -80,17 +80,17 @@
 				</div>
 </div>
 
-	<div><span class="note" xmlns="http://www.w3.org/1999/xhtml">To start Clerezza as background process use the unix's tools <strong>screen</strong> or <strong>nohup</strong>.
+	<div><span xmlns="http://www.w3.org/1999/xhtml" class="note">To start Clerezza as background process use the unix's tools <strong>screen</strong> or <strong>nohup</strong>.
 				These tools are also helpful on remote servers that Clerezza can continue working even when the ssh or telnet connection to the server is interrupted.
 				</span>
 </div>
 
-	<div><span class="note" xmlns="http://www.w3.org/1999/xhtml">When using <strong>nohup</strong>
+	<div><span xmlns="http://www.w3.org/1999/xhtml" class="note">When using <strong>nohup</strong>
 				you must start Clerezza with the command line option -NCS as it will otherwise stop when attempting to interact with the console.
 				</span>
 </div>
 
-	<div>Clerezza is based on Apache Felix. Therefore, some further information is available on <a target="_blank" href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#" xmlns="http://www.w3.org/1999/xhtml">the Felix usage page</a>.
+	<div>Clerezza is based on Apache Felix. Therefore, some further information is available on <a xmlns="http://www.w3.org/1999/xhtml" href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#" target="_blank">the Felix usage page</a>.
 </div>
 
 </div>

Modified: clerezza/site/production/getting-started/shell/content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/0.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/0.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/0.rdf Mon May 18 11:47:57 2015
@@ -1,16 +1,16 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
-    <j.0:contains rdf:nodeID="A0"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/0">
+    <j.0:infoBit rdf:parseType="Literal">One way to interact with Clerezza is via the shell. The shell allows administrative tasks like installing bundles but it is also  support the Scala langauge providing a way to interactively invoke services as well as to run scripts.</j.0:infoBit>
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/0"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-    <j.0:infoBit rdf:parseType="Literal">One way to interact with Clerezza is via the shell. The shell allows administrative tasks like installing bundles but it is also  support the Scala langauge providing a way to interactively invoke services as well as to run scripts.</j.0:infoBit>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/1-content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1-content-el/0.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1-content-el/0.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/1-content-el/0.rdf Mon May 18 11:47:57 2015
@@ -1,7 +1,13 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:nodeID="A0">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/0"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">An instance of org.apache.clerezza.shell.OsgiDsl is initialized and part of the default imports. This object allows access to the bundleContext. The following assigns the bundle 0 to a variable and prints its symbolic name to the shell output
 <div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;val systemBundle = bundleContext.getBundle(0)
@@ -9,12 +15,6 @@ systemBundle: org.osgi.framework.Bundle
 zz&gt;out println systemBundle.getSymbolicName
 org.apache.felix.framework
 </div></j.0:infoBit>
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/0"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-content">
     <j.0:contains rdf:nodeID="A0"/>

Modified: clerezza/site/production/getting-started/shell/content-el/1-content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1-content-el/1.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1-content-el/1.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/1-content-el/1.rdf Mon May 18 11:47:57 2015
@@ -18,12 +18,12 @@ zz&gt;
 </j.0:infoBit>
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-content">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/1"/>
   </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/1-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1-content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1-content.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/1-content.rdf Mon May 18 11:47:57 2015
@@ -2,26 +2,26 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/0"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
-    <j.0:contains rdf:nodeID="A0"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <j.0:pos>0</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/0"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A2">
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-content">
     <j.0:contains rdf:nodeID="A2"/>
+    <j.0:contains rdf:nodeID="A0"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
-    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A2">
-    <j.0:pos>1</j.0:pos>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content-el/1"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
+    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/1-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1-title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1-title.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/1-title.rdf Mon May 18 11:47:57 2015
@@ -2,15 +2,15 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-title"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
-    <j.0:contains rdf:nodeID="A0"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1-title">
     <j.0:infoBit rdf:parseType="Literal">Interacting with the OSGi environment</j.0:infoBit>
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/1.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1.html (original)
+++ clerezza/site/production/getting-started/shell/content-el/1.html Mon May 18 11:47:57 2015
@@ -48,10 +48,10 @@
             <div class="zz-content">
               <h1>Interacting with the OSGi environment
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>An instance of org.apache.clerezza.shell.OsgiDsl is initialized and part of the default imports. This object allows access to the bundleContext. The following assigns the bundle 0 to a variable and prints its symbolic name to the shell output
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;val systemBundle = bundleContext.getBundle(0)
 systemBundle: org.osgi.framework.Bundle = org.apache.felix.framework [0]
 zz&gt;out println systemBundle.getSymbolicName
@@ -59,15 +59,15 @@ org.apache.felix.framework
 </div>
 </div>
 
-	<div>The OsgiDsl will be enhanced to support shortcuts for many frequent tasks, currently only a few are available.<br xmlns="http://www.w3.org/1999/xhtml"/>
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The OsgiDsl will be enhanced to support shortcuts for many frequent tasks, currently only a few are available.<br xmlns="http://www.w3.org/1999/xhtml"></br>
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;ps
 0 - org.apache.felix.framework System Bundle
 1 - org.apache.clerezza.platform.security.conditions mvn:org.apache.clerezza/org.apache.clerezza.platform.security.conditions/0.5-incubating-SNAPSHOT
 2 - org.apache.clerezza.platform.security mvn:org.apache.clerezza/org.apache.clerezza.platform.security/0.8-incubating-SNAPSHOT
 3 - org.apache.felix.bundlerepository mvn:org.apache.felix/org.apache.felix.bundlerepository/1.6.4
 4 - org.apache.felix.configadmin mvn:org.apache.felix/org.apache.felix.configadmin/1.2.8
-zz&gt;start(&quot;mvn:org.apache.clerezza/org.apache.clerezza.rdf.stable.serializer&quot;)
+zz&gt;start("mvn:org.apache.clerezza/org.apache.clerezza.rdf.stable.serializer")
 res13: org.osgi.framework.Bundle = org.apache.clerezza.rdf.stable.serializer [128]
 zz&gt;res13.uninstall
 zz&gt;

Modified: clerezza/site/production/getting-started/shell/content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/1.rdf Mon May 18 11:47:57 2015
@@ -2,26 +2,26 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-title"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
-    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
-    <j.0:contains rdf:nodeID="A1"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
     <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
-    <j.0:pos>2</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/1-content"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/1">
+    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
+    <j.0:contains rdf:nodeID="A1"/>
     <j.0:contains rdf:nodeID="A2"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/1.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/1.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/1.xhtml (original)
+++ clerezza/site/production/getting-started/shell/content-el/1.xhtml Mon May 18 11:47:57 2015
@@ -48,10 +48,10 @@
             <div class="zz-content">
               <h1>Interacting with the OSGi environment
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>An instance of org.apache.clerezza.shell.OsgiDsl is initialized and part of the default imports. This object allows access to the bundleContext. The following assigns the bundle 0 to a variable and prints its symbolic name to the shell output
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;val systemBundle = bundleContext.getBundle(0)
 systemBundle: org.osgi.framework.Bundle = org.apache.felix.framework [0]
 zz&gt;out println systemBundle.getSymbolicName
@@ -59,15 +59,15 @@ org.apache.felix.framework
 </div>
 </div>
 
-	<div>The OsgiDsl will be enhanced to support shortcuts for many frequent tasks, currently only a few are available.<br xmlns="http://www.w3.org/1999/xhtml"/>
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The OsgiDsl will be enhanced to support shortcuts for many frequent tasks, currently only a few are available.<br xmlns="http://www.w3.org/1999/xhtml"></br>
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;ps
 0 - org.apache.felix.framework System Bundle
 1 - org.apache.clerezza.platform.security.conditions mvn:org.apache.clerezza/org.apache.clerezza.platform.security.conditions/0.5-incubating-SNAPSHOT
 2 - org.apache.clerezza.platform.security mvn:org.apache.clerezza/org.apache.clerezza.platform.security/0.8-incubating-SNAPSHOT
 3 - org.apache.felix.bundlerepository mvn:org.apache.felix/org.apache.felix.bundlerepository/1.6.4
 4 - org.apache.felix.configadmin mvn:org.apache.felix/org.apache.felix.configadmin/1.2.8
-zz&gt;start(&quot;mvn:org.apache.clerezza/org.apache.clerezza.rdf.stable.serializer&quot;)
+zz&gt;start("mvn:org.apache.clerezza/org.apache.clerezza.rdf.stable.serializer")
 res13: org.osgi.framework.Bundle = org.apache.clerezza.rdf.stable.serializer [128]
 zz&gt;res13.uninstall
 zz&gt;

Modified: clerezza/site/production/getting-started/shell/content-el/2-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/2-content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/2-content.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/2-content.rdf Mon May 18 11:47:57 2015
@@ -1,14 +1,6 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-content"/>
-  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2-content">
     <j.0:infoBit rdf:parseType="Literal">The shell provides a shortcut to access available services, the method $ with the service type as argument.
 The following ste the inital bundle startlevel to 10:
@@ -37,4 +29,12 @@ zz&gt;
 </div></j.0:infoBit>
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
+  <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-content"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/2-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/2-title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/2-title.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/2-title.rdf Mon May 18 11:47:57 2015
@@ -1,16 +1,16 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-title"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2-title">
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">Accessing Services</j.0:infoBit>
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/2.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/2.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/2.html (original)
+++ clerezza/site/production/getting-started/shell/content-el/2.html Mon May 18 11:47:57 2015
@@ -48,16 +48,16 @@
             <div class="zz-content">
               <h1>Accessing Services
 </h1>
-<div class="tx-content">The shell provides a shortcut to access available services, the method $ with the service type as argument.
+<div class='tx-content'>The shell provides a shortcut to access available services, the method $ with the service type as argument.
 The following ste the inital bundle startlevel to 10:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import org.osgi.service.startlevel.StartLevel
 import org.osgi.service.startlevel.StartLevel
 zz&gt;$[StartLevel] setInitialBundleStartLevel 10
 zz&gt;
 </div>
 The following adds a triple to the content graph retrieved via ContentGraphProvider:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import rdf.core._
 import rdf.core._
 zz&gt;import rdf.core.impl._
@@ -68,8 +68,8 @@ zz&gt;import platform.graphprovider.cont
 import platform.graphprovider.content.ContentGraphProvider
 zz&gt;val cg = $[ContentGraphProvider] getContentGraph
 cg: org.apache.clerezza.rdf.core.access.LockableMGraph = 
-[org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#Entry&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#holds&gt; &lt;http://clerezza.apache.org/getting-started/index-title&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#pos&gt; &quot;0&quot;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#XHTMLInfoDiscoBit&gt;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://discobits.org/ontology#infoBit&gt; &quot;Getting Started&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt;., org.apache.clerezza.rdf.core.BNode@297c074e &lt;http://www.w3....
-zz&gt;cg.add(new TripleImpl(new UriRef(&quot;http://clerezza.apache.org/getting-started/shell/&quot;), RDF.`type`, HIERARCHY.Collection))
+[org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#Entry&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#holds&gt; &lt;http://clerezza.apache.org/getting-started/index-title&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#pos&gt; "0"., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#XHTMLInfoDiscoBit&gt;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://discobits.org/ontology#infoBit&gt; "Getting Started"^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt;., org.apache.clerezza.rdf.core.BNode@297c074e &lt;http://www.w3....
+zz&gt;cg.add(new TripleImpl(new UriRef("http://clerezza.apache.org/getting-started/shell/"), RDF.`type`, HIERARCHY.Collection))
 res20: Boolean = true
 zz&gt;
 </div>

Modified: clerezza/site/production/getting-started/shell/content-el/2.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/2.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/2.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/2.rdf Mon May 18 11:47:57 2015
@@ -1,27 +1,27 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
-    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
-    <j.0:contains rdf:nodeID="A0"/>
+  <rdf:Description rdf:nodeID="A0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-title"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
     <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <j.0:pos>1</j.0:pos>
+  <rdf:Description rdf:nodeID="A2">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-content"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-title"/>
-    <j.0:pos>0</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A2">
-    <j.0:pos>3</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3</j.0:pos>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/2">
+    <j.0:contains rdf:nodeID="A0"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
     <j.0:contains rdf:nodeID="A2"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/2.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/2.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/2.xhtml (original)
+++ clerezza/site/production/getting-started/shell/content-el/2.xhtml Mon May 18 11:47:57 2015
@@ -48,16 +48,16 @@
             <div class="zz-content">
               <h1>Accessing Services
 </h1>
-<div class="tx-content">The shell provides a shortcut to access available services, the method $ with the service type as argument.
+<div class='tx-content'>The shell provides a shortcut to access available services, the method $ with the service type as argument.
 The following ste the inital bundle startlevel to 10:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import org.osgi.service.startlevel.StartLevel
 import org.osgi.service.startlevel.StartLevel
 zz&gt;$[StartLevel] setInitialBundleStartLevel 10
 zz&gt;
 </div>
 The following adds a triple to the content graph retrieved via ContentGraphProvider:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import rdf.core._
 import rdf.core._
 zz&gt;import rdf.core.impl._
@@ -68,8 +68,8 @@ zz&gt;import platform.graphprovider.cont
 import platform.graphprovider.content.ContentGraphProvider
 zz&gt;val cg = $[ContentGraphProvider] getContentGraph
 cg: org.apache.clerezza.rdf.core.access.LockableMGraph = 
-[org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#Entry&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#holds&gt; &lt;http://clerezza.apache.org/getting-started/index-title&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#pos&gt; &quot;0&quot;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#XHTMLInfoDiscoBit&gt;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://discobits.org/ontology#infoBit&gt; &quot;Getting Started&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt;., org.apache.clerezza.rdf.core.BNode@297c074e &lt;http://www.w3....
-zz&gt;cg.add(new TripleImpl(new UriRef(&quot;http://clerezza.apache.org/getting-started/shell/&quot;), RDF.`type`, HIERARCHY.Collection))
+[org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#Entry&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#holds&gt; &lt;http://clerezza.apache.org/getting-started/index-title&gt;., org.apache.clerezza.rdf.core.BNode@49ec9b79 &lt;http://discobits.org/ontology#pos&gt; "0"., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://discobits.org/ontology#XHTMLInfoDiscoBit&gt;., &lt;http://clerezza.apache.org/getting-started/index-title&gt; &lt;http://discobits.org/ontology#infoBit&gt; "Getting Started"^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt;., org.apache.clerezza.rdf.core.BNode@297c074e &lt;http://www.w3....
+zz&gt;cg.add(new TripleImpl(new UriRef("http://clerezza.apache.org/getting-started/shell/"), RDF.`type`, HIERARCHY.Collection))
 res20: Boolean = true
 zz&gt;
 </div>

Modified: clerezza/site/production/getting-started/shell/content-el/3-content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3-content-el/0.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3-content-el/0.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/3-content-el/0.rdf Mon May 18 11:47:57 2015
@@ -14,12 +14,12 @@ hello world
 zz&gt;
 </div></j.0:infoBit>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/0"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/0"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/3-content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3-content-el/1.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3-content-el/1.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/3-content-el/1.rdf Mon May 18 11:47:57 2015
@@ -1,11 +1,6 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/1"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
-  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/1">
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
@@ -23,6 +18,11 @@ zz&gt;:f scr list
 ...
 </div></j.0:infoBit>
   </rdf:Description>
+  <rdf:Description rdf:nodeID="A0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
     <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>

Modified: clerezza/site/production/getting-started/shell/content-el/3-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3-content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3-content.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/3-content.rdf Mon May 18 11:47:57 2015
@@ -2,26 +2,26 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/1"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/0"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/1"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
-    <j.0:contains rdf:nodeID="A0"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3">
     <j.0:contains rdf:nodeID="A2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
     <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
+    <j.0:contains rdf:nodeID="A0"/>
+    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content-el/0"/>
-    <j.0:pos>0</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3">
-    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/3-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3-title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3-title.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/3-title.rdf Mon May 18 11:47:57 2015
@@ -5,12 +5,12 @@
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
     <j.0:infoBit rdf:parseType="Literal">Commands and Expressions</j.0:infoBit>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/3.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3.html (original)
+++ clerezza/site/production/getting-started/shell/content-el/3.html Mon May 18 11:47:57 2015
@@ -48,12 +48,12 @@
             <div class="zz-content">
               <h1>Commands and Expressions
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>The Clerezza Shell is based on the interactive Scala Shell and as such any line that does not start with a colon is evaluated as Scala:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;def greet {
-     | out println &quot;hello world&quot;
+     | out println "hello world"
      | }
 greet: Unit
 zz&gt;greet
@@ -63,13 +63,13 @@ zz&gt;
 </div>
 
 	<div>Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;:help
 This is a scala based console, it supports any Scala expression, as well as the command described below.
 ...
 </div>
 Services exposing the org.apache.clerezza.shell.ShellCommand interface provide additional commands, for example org.apache.felix.shell.ShellService allows to have lines evaluated by the felix shell. Like all commands the command :felix can be abbreviated as long as there's no ambuigity:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;:f scr list    
    Id   State          Name
 [   0] [active       ] org.apache.clerezza.platform.security.BundlePermissionManager

Modified: clerezza/site/production/getting-started/shell/content-el/3.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/3.rdf Mon May 18 11:47:57 2015
@@ -1,27 +1,27 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content"/>
-    <j.0:pos>1</j.0:pos>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
-    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3">
     <j.0:contains rdf:nodeID="A2"/>
-    <j.0:contains rdf:nodeID="A0"/>
+    <j.0:contains rdf:nodeID="A1"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-content"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/3.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/3.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/3.xhtml (original)
+++ clerezza/site/production/getting-started/shell/content-el/3.xhtml Mon May 18 11:47:57 2015
@@ -48,12 +48,12 @@
             <div class="zz-content">
               <h1>Commands and Expressions
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>The Clerezza Shell is based on the interactive Scala Shell and as such any line that does not start with a colon is evaluated as Scala:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;def greet {
-     | out println &quot;hello world&quot;
+     | out println "hello world"
      | }
 greet: Unit
 zz&gt;greet
@@ -63,13 +63,13 @@ zz&gt;
 </div>
 
 	<div>Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;:help
 This is a scala based console, it supports any Scala expression, as well as the command described below.
 ...
 </div>
 Services exposing the org.apache.clerezza.shell.ShellCommand interface provide additional commands, for example org.apache.felix.shell.ShellService allows to have lines evaluated by the felix shell. Like all commands the command :felix can be abbreviated as long as there's no ambuigity:
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;:f scr list    
    Id   State          Name
 [   0] [active       ] org.apache.clerezza.platform.security.BundlePermissionManager

Modified: clerezza/site/production/getting-started/shell/content-el/4-content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4-content-el/0.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4-content-el/0.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/4-content-el/0.rdf Mon May 18 11:47:57 2015
@@ -2,13 +2,13 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/0"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/0">
-    <j.0:infoBit rdf:parseType="Literal">All variables and objects created on the Shell are lost after a restart this is true also for objects registered as service. Nevertheless being able t o quickly create and register a service might often come in handy.</j.0:infoBit>
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+    <j.0:infoBit rdf:parseType="Literal">All variables and objects created on the Shell are lost after a restart this is true also for objects registered as service. Nevertheless being able t o quickly create and register a service might often come in handy.</j.0:infoBit>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content">
     <j.0:contains rdf:nodeID="A0"/>

Modified: clerezza/site/production/getting-started/shell/content-el/4-content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4-content-el/1.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4-content-el/1.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/4-content-el/1.rdf Mon May 18 11:47:57 2015
@@ -18,12 +18,12 @@ res38: org.osgi.framework.ServiceRegistr
 zz&gt;
 </div></j.0:infoBit>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content">
-    <j.0:contains rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/1"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content">
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/4-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4-content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4-content.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/4-content.rdf Mon May 18 11:47:57 2015
@@ -2,26 +2,26 @@
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
   <rdf:Description rdf:nodeID="A0">
-    <j.0:pos>0</j.0:pos>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/0"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content"/>
-    <j.0:pos>1</j.0:pos>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/1"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4">
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content">
+    <j.0:contains rdf:nodeID="A0"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
     <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-content-el/1"/>
-    <j.0:pos>1</j.0:pos>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-content">
-    <j.0:contains rdf:nodeID="A0"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4">
     <j.0:contains rdf:nodeID="A2"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/4-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4-title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4-title.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/4-title.rdf Mon May 18 11:47:57 2015
@@ -1,14 +1,14 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:j.0="http://discobits.org/ontology#" > 
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-title">
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-    <j.0:infoBit rdf:parseType="Literal">Creating and Registering Services</j.0:infoBit>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>0</j.0:pos>
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-title"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4-title">
+    <j.0:infoBit rdf:parseType="Literal">Creating and Registering Services</j.0:infoBit>
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4">
     <j.0:contains rdf:nodeID="A0"/>