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 [7/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/shell/content-el/4.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4.html (original)
+++ clerezza/site/production/getting-started/shell/content-el/4.html Mon May 18 11:47:57 2015
@@ -48,20 +48,20 @@
             <div class="zz-content">
               <h1>Creating and Registering Services
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
-	<div>The following registers a &quot;hello world&quot; root resource at the uri-path /foo/bar
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The following registers a "hello world" root resource at the uri-path /foo/bar
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import javax.ws.rs._
 import javax.ws.rs._
-zz&gt;@Path(&quot;foo/bar&quot;) class Foo { @GET def get() = { &quot;hello world&quot; } }
+zz&gt;@Path("foo/bar") class Foo { @GET def get() = { "hello world" } }
 defined class Foo
 zz&gt;import scala.collection.JavaConversions.asDictionary
 import scala.collection.JavaConversions.asDictionary
-zz&gt;val args = scala.collection.mutable.Map(&quot;javax.ws.rs&quot; -&gt; true)
+zz&gt;val args = scala.collection.mutable.Map("javax.ws.rs" -&gt; true)
 args: scala.collection.mutable.Map[java.lang.String,Boolean] = Map((javax.ws.rs,true))
 zz&gt;bundleContext.registerService(classOf[Object].getName, new Foo(), args)
 res38: org.osgi.framework.ServiceRegistration = org.apache.felix.framework.ServiceRegistrationImpl@5bf89f46

Modified: clerezza/site/production/getting-started/shell/content-el/4.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4.rdf (original)
+++ clerezza/site/production/getting-started/shell/content-el/4.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:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/4-title"/>
-    <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>
     <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
+    <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:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
-    <j.0:contains rdf:nodeID="A2"/>
+    <j.0:contains rdf:nodeID="A1"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
-    <j.0:pos>4</j.0:pos>
+    <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"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A1">
     <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/shell/content-el/4"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/4">
-    <j.0:contains rdf:nodeID="A1"/>
-    <j.0:contains rdf:nodeID="A0"/>
+    <j.0:contains rdf:nodeID="A2"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
+    <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/content-el/4.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content-el/4.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content-el/4.xhtml (original)
+++ clerezza/site/production/getting-started/shell/content-el/4.xhtml Mon May 18 11:47:57 2015
@@ -48,20 +48,20 @@
             <div class="zz-content">
               <h1>Creating and Registering Services
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
-	<div>The following registers a &quot;hello world&quot; root resource at the uri-path /foo/bar
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The following registers a "hello world" root resource at the uri-path /foo/bar
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import javax.ws.rs._
 import javax.ws.rs._
-zz&gt;@Path(&quot;foo/bar&quot;) class Foo { @GET def get() = { &quot;hello world&quot; } }
+zz&gt;@Path("foo/bar") class Foo { @GET def get() = { "hello world" } }
 defined class Foo
 zz&gt;import scala.collection.JavaConversions.asDictionary
 import scala.collection.JavaConversions.asDictionary
-zz&gt;val args = scala.collection.mutable.Map(&quot;javax.ws.rs&quot; -&gt; true)
+zz&gt;val args = scala.collection.mutable.Map("javax.ws.rs" -&gt; true)
 args: scala.collection.mutable.Map[java.lang.String,Boolean] = Map((javax.ws.rs,true))
 zz&gt;bundleContext.registerService(classOf[Object].getName, new Foo(), args)
 res38: org.osgi.framework.ServiceRegistration = org.apache.felix.framework.ServiceRegistrationImpl@5bf89f46

Modified: clerezza/site/production/getting-started/shell/content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/content.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/content.rdf (original)
+++ clerezza/site/production/getting-started/shell/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/shell/index">
-    <j.0:contains rdf:nodeID="A0"/>
-  </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/shell/content"/>
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A1">
-    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
-    <j.0:pos>3</j.0:pos>
-    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2"/>
-  </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"/>
+    <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"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
-    <j.0:contains rdf:nodeID="A3"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/index">
     <j.0:contains rdf:nodeID="A1"/>
-    <j.0:contains rdf:nodeID="A4"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
     <j.0:contains rdf:nodeID="A2"/>
     <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
+    <j.0:contains rdf:nodeID="A3"/>
+    <j.0:contains rdf:nodeID="A4"/>
+    <j.0:contains rdf:nodeID="A0"/>
     <j.0:contains rdf:nodeID="A5"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A5">
+  <rdf:Description rdf:nodeID="A3">
     <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/0"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A3">
-    <j.0:pos>1</j.0:pos>
+  <rdf:Description rdf:nodeID="A2">
     <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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A4">
+  <rdf:Description rdf:nodeID="A1">
+    <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"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A5">
+    <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/shell/content-el/4"/>
-    <j.0:pos>4</j.0:pos>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A4">
+    <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:RDF>

Modified: clerezza/site/production/getting-started/shell/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/index.html (original)
+++ clerezza/site/production/getting-started/shell/index.html Mon May 18 11:47:57 2015
@@ -48,19 +48,19 @@
             <div class="zz-content">
               <h1>Getting started with the Clerezza Shell
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
 	<div><h2>Commands and Expressions
 </h2>
-<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
@@ -70,13 +70,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
@@ -90,10 +90,10 @@ zz&gt;:f scr list
 
 	<div><h2>Interacting with the OSGi environment
 </h2>
-<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
@@ -101,15 +101,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;
@@ -122,16 +122,16 @@ zz&gt;
 
 	<div><h2>Accessing Services
 </h2>
-<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._
@@ -142,8 +142,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>
@@ -152,20 +152,20 @@ zz&gt;
 
 	<div><h2>Creating and Registering Services
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
-	<div>The following registers a &quot;hello world&quot; root resource at the uri-path /foo/bar
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The following registers a "hello world" root resource at the uri-path /foo/bar
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import javax.ws.rs._
 import javax.ws.rs._
-zz&gt;@Path(&quot;foo/bar&quot;) class Foo { @GET def get() = { &quot;hello world&quot; } }
+zz&gt;@Path("foo/bar") class Foo { @GET def get() = { "hello world" } }
 defined class Foo
 zz&gt;import scala.collection.JavaConversions.asDictionary
 import scala.collection.JavaConversions.asDictionary
-zz&gt;val args = scala.collection.mutable.Map(&quot;javax.ws.rs&quot; -&gt; true)
+zz&gt;val args = scala.collection.mutable.Map("javax.ws.rs" -&gt; true)
 args: scala.collection.mutable.Map[java.lang.String,Boolean] = Map((javax.ws.rs,true))
 zz&gt;bundleContext.registerService(classOf[Object].getName, new Foo(), args)
 res38: org.osgi.framework.ServiceRegistration = org.apache.felix.framework.ServiceRegistrationImpl@5bf89f46

Modified: clerezza/site/production/getting-started/shell/index.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/index.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/index.rdf (original)
+++ clerezza/site/production/getting-started/shell/index.rdf Mon May 18 11:47:57 2015
@@ -1,19 +1,19 @@
 <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">
-    <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/title"/>
-  </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/index">
-    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
-    <j.0:contains rdf:nodeID="A1"/>
     <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/shell/title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+  </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"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/getting-started/shell/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/index.xhtml (original)
+++ clerezza/site/production/getting-started/shell/index.xhtml Mon May 18 11:47:57 2015
@@ -48,19 +48,19 @@
             <div class="zz-content">
               <h1>Getting started with the Clerezza Shell
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
 	<div><h2>Commands and Expressions
 </h2>
-<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
@@ -70,13 +70,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
@@ -90,10 +90,10 @@ zz&gt;:f scr list
 
 	<div><h2>Interacting with the OSGi environment
 </h2>
-<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
@@ -101,15 +101,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;
@@ -122,16 +122,16 @@ zz&gt;
 
 	<div><h2>Accessing Services
 </h2>
-<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._
@@ -142,8 +142,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>
@@ -152,20 +152,20 @@ zz&gt;
 
 	<div><h2>Creating and Registering Services
 </h2>
-<div class="tx-content">
+<div class='tx-content'>
 
 	<div>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.
 </div>
 
-	<div>The following registers a &quot;hello world&quot; root resource at the uri-path /foo/bar
-<div class="tx-blockcode" xmlns="http://www.w3.org/1999/xhtml">
+	<div>The following registers a "hello world" root resource at the uri-path /foo/bar
+<div xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
 zz&gt;import javax.ws.rs._
 import javax.ws.rs._
-zz&gt;@Path(&quot;foo/bar&quot;) class Foo { @GET def get() = { &quot;hello world&quot; } }
+zz&gt;@Path("foo/bar") class Foo { @GET def get() = { "hello world" } }
 defined class Foo
 zz&gt;import scala.collection.JavaConversions.asDictionary
 import scala.collection.JavaConversions.asDictionary
-zz&gt;val args = scala.collection.mutable.Map(&quot;javax.ws.rs&quot; -&gt; true)
+zz&gt;val args = scala.collection.mutable.Map("javax.ws.rs" -&gt; true)
 args: scala.collection.mutable.Map[java.lang.String,Boolean] = Map((javax.ws.rs,true))
 zz&gt;bundleContext.registerService(classOf[Object].getName, new Foo(), args)
 res38: org.osgi.framework.ServiceRegistration = org.apache.felix.framework.ServiceRegistrationImpl@5bf89f46

Modified: clerezza/site/production/getting-started/shell/title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/getting-started/shell/title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/getting-started/shell/title.rdf (original)
+++ clerezza/site/production/getting-started/shell/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: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/title"/>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/title">
+    <j.0:infoBit rdf:parseType="Literal">Getting started with the Clerezza Shell</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/index">
     <j.0:contains rdf:nodeID="A0"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/title">
-    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
-    <j.0:infoBit rdf:parseType="Literal">Getting started with the Clerezza Shell</j.0:infoBit>
+  <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/title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/images/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/images/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/images/index.html (original)
+++ clerezza/site/production/images/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="/login?referer=http%3A%2F%2Flocalhost%3A8080%2Fimages%2F" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
         </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     <div id="tx-content">
 	<h3>http://localhost:8080/images/</h3>

Modified: clerezza/site/production/images/index.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/images/index.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/images/index.rdf (original)
+++ clerezza/site/production/images/index.rdf Mon May 18 11:47:57 2015
@@ -1,52 +1,52 @@
 <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:j.0="http://clerezza.org/2009/09/hierarchy#"
-    xmlns:j.1="http://xmlns.com/foaf/0.1/"
-    xmlns:j.2="http://purl.org/dc/terms/"
-    xmlns:j.3="http://clerezza.org/2009/08/platform#" > 
+    xmlns:j.0="http://purl.org/dc/terms/"
+    xmlns:j.1="http://clerezza.org/2009/08/platform#"
+    xmlns:j.2="http://clerezza.org/2009/09/hierarchy#"
+    xmlns:j.3="http://xmlns.com/foaf/0.1/" > 
   <rdf:Description rdf:nodeID="A0">
-    <j.3:userName>admin</j.3:userName>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://localhost:8080/images/">
-    <j.0:members rdf:nodeID="A1"/>
-    <j.2:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-04-07T11:44:06.992+02:00</j.2:created>
-    <rdf:type rdf:resource="http://clerezza.org/2009/08/platform#HeadedPage"/>
-    <j.1:maker rdf:nodeID="A0"/>
-    <rdf:type rdf:resource="http://clerezza.org/2009/09/hierarchy#Collection"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A2">
-    <rdf:first rdf:resource="http://localhost:8080/images/logo-big-100x18.png"/>
+    <rdf:first rdf:resource="http://localhost:8080/images/"/>
     <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://localhost:8080/images/sw-horz-w3c-100x19.png">
-    <j.1:maker rdf:nodeID="A0"/>
-  </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <rdf:first rdf:resource="http://localhost:8080/images/sw-horz-w3c.png"/>
-    <rdf:rest rdf:nodeID="A3"/>
+    <rdf:rest rdf:nodeID="A2"/>
+    <rdf:first rdf:resource="http://localhost:8080/images/sw-horz-w3c-100x19.png"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://localhost:8080/images/sw-horz-w3c.png">
+    <j.3:maker rdf:nodeID="A3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://localhost:8080/images/logo-big-100x18.png">
+    <j.3:maker rdf:nodeID="A3"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A4">
-    <rdf:first rdf:resource="http://localhost:8080/images/"/>
     <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+    <rdf:first rdf:resource="http://localhost:8080/images/logo-big-100x18.png"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A3">
-    <rdf:first rdf:resource="http://localhost:8080/images/sw-horz-w3c-100x19.png"/>
-    <rdf:rest rdf:nodeID="A5"/>
+  <rdf:Description rdf:nodeID="A2">
+    <rdf:first rdf:resource="http://localhost:8080/images/logo-big.png"/>
+    <rdf:rest rdf:nodeID="A4"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://localhost:8080/images/logo-big-100x18.png">
-    <j.1:maker rdf:nodeID="A0"/>
+  <rdf:Description rdf:about="http://localhost:8080/images/">
+    <j.0:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-04-07T11:44:06.992+02:00</j.0:created>
+    <j.2:members rdf:nodeID="A5"/>
+    <rdf:type rdf:resource="http://clerezza.org/2009/08/platform#HeadedPage"/>
+    <rdf:type rdf:resource="http://clerezza.org/2009/09/hierarchy#Collection"/>
+    <j.3:maker rdf:nodeID="A3"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://localhost:8080/images/sw-horz-w3c-100x19.png">
+    <j.3:maker rdf:nodeID="A3"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A5">
-    <rdf:first rdf:resource="http://localhost:8080/images/logo-big.png"/>
-    <rdf:rest rdf:nodeID="A2"/>
+    <rdf:first rdf:resource="http://localhost:8080/images/sw-horz-w3c.png"/>
+    <rdf:rest rdf:nodeID="A1"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://localhost:8080/">
-    <j.0:members rdf:nodeID="A4"/>
+  <rdf:Description rdf:nodeID="A3">
+    <j.1:userName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">admin</j.1:userName>
   </rdf:Description>
   <rdf:Description rdf:about="http://localhost:8080/images/logo-big.png">
-    <j.1:maker rdf:nodeID="A0"/>
+    <j.3:maker rdf:nodeID="A3"/>
   </rdf:Description>
-  <rdf:Description rdf:about="http://localhost:8080/images/sw-horz-w3c.png">
-    <j.1:maker rdf:nodeID="A0"/>
+  <rdf:Description rdf:about="http://localhost:8080/">
+    <j.2:members rdf:nodeID="A0"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/images/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/images/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/images/index.xhtml (original)
+++ clerezza/site/production/images/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="/login?referer=http%3A%2F%2Flocalhost%3A8080%2Fimages%2F" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
         </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     <div id="tx-content">
 	<h3>http://localhost:8080/images/</h3>

Modified: clerezza/site/production/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/index.html (original)
+++ clerezza/site/production/index.html Mon May 18 11:47:57 2015
@@ -48,17 +48,17 @@
             <div class="zz-content">
               <h1>Welcome to Apache Clerezza
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div><div class="column one-column" xmlns="http://www.w3.org/1999/xhtml">
+	<div><div xmlns="http://www.w3.org/1999/xhtml" class="column one-column">
 				Clerezza is a service platform based on OSGi (Open Services Gateway initiative) which provides a set of functionality for management of semantically linked data accessible through RESTful Web Services and in a secured way.
 				Furthermore, Clerezza allows to easily develop semantic web applications by providing tools to manipulate RDF data, create RESTful Web Services and Renderlets using ScalaServerPages.
-				<br/>
-				<br/>Contents are stored as triples based on <a target="_blank" href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">W3C RDF specification</a>. These triples are stored via Clerezza’s Smart Content Binding (SCB). SCB defines a technology-agnostic layer to access and modify triple stores. It provides a java implementation of the graph data model specified by W3C RDF and functionalities to operate on that data model. SCB offers a service interface to access multiple named graphs and it can use various providers to manage RDF graphs in a technology specific manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow an application to use various APIs (including the Jena api) to process RDF graphs. Furthermore, SCB offers a serialization and a parsing service to convert a graph into a certain representation (format) and vice versa.
+				<br></br>
+				<br></br>Contents are stored as triples based on <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/" target="_blank">W3C RDF specification</a>. These triples are stored via Clerezza’s Smart Content Binding (SCB). SCB defines a technology-agnostic layer to access and modify triple stores. It provides a java implementation of the graph data model specified by W3C RDF and functionalities to operate on that data model. SCB offers a service interface to access multiple named graphs and it can use various providers to manage RDF graphs in a technology specific manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow an application to use various APIs (including the Jena api) to process RDF graphs. Furthermore, SCB offers a serialization and a parsing service to convert a graph into a certain representation (format) and vice versa.
 			</div>
 </div>
 
-	<div><div class="column first-column" xmlns="http://www.w3.org/1999/xhtml">
+	<div><div xmlns="http://www.w3.org/1999/xhtml" class="column first-column">
 				<h2>Apache Clerezza in <strong>5 Bullet Points</strong></h2>
 
 				<ul>
@@ -70,7 +70,7 @@
 
 				</ul>
 			</div>
-			<div class="column second-column" xmlns="http://www.w3.org/1999/xhtml">
+			<div xmlns="http://www.w3.org/1999/xhtml" class="column second-column">
 				<h2>Apache Clerezza for <strong>Developers</strong></h2>
 				Apache Clerezza allows to easily develop semantic web application by providing the following:
 				<ul>
@@ -80,8 +80,8 @@
 					<li><div>A JAX-RS implementation</div> </li>
 					<li><div>TypeHandlers: JAX-RS resources bound to an RDF type</div></li>
 					<li><div>Renderlets to create various representations from RDF resources, ScalaServerPages allows to easily write renderlets in Scala</div></li>
-					<li><div>Scripting in Scala on the <a target="_blank" href="http://incubator.apache.org/clerezza/getting-started/shell/">Clerezza Console</a></div></li>
-                                        <li><div><a href="http://incubator.apache.org/clerezza/clerezza-uima/">Integration</a> with <a target="_blank" href="http://uima.apache.org">Apache UIMA</a></div></li>
+					<li><div>Scripting in Scala on the <a href="http://incubator.apache.org/clerezza/getting-started/shell/" target="_blank">Clerezza Console</a></div></li>
+                                        <li><div><a href="http://incubator.apache.org/clerezza/clerezza-uima/">Integration</a> with <a href="http://uima.apache.org" target="_blank">Apache UIMA</a></div></li>
 				</ul>
 
 			</div>

Modified: clerezza/site/production/index.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/index.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/index.rdf (original)
+++ clerezza/site/production/index.rdf Mon May 18 11:47:57 2015
@@ -4,16 +4,16 @@
   <rdf:Description rdf:nodeID="A0">
     <j.0:holds rdf:resource="http://localhost:8080/content"/>
     <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>
   </rdf:Description>
   <rdf:Description rdf:about="http://localhost:8080/index">
-    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
-    <j.0:contains rdf:nodeID="A0"/>
     <j.0:contains rdf:nodeID="A1"/>
+    <j.0:contains rdf:nodeID="A0"/>
+    <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>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://localhost:8080/title"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
 </rdf:RDF>

Modified: clerezza/site/production/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/index.xhtml (original)
+++ clerezza/site/production/index.xhtml Mon May 18 11:47:57 2015
@@ -48,17 +48,17 @@
             <div class="zz-content">
               <h1>Welcome to Apache Clerezza
 </h1>
-<div class="tx-content">
+<div class='tx-content'>
 
-	<div><div class="column one-column" xmlns="http://www.w3.org/1999/xhtml">
+	<div><div xmlns="http://www.w3.org/1999/xhtml" class="column one-column">
 				Clerezza is a service platform based on OSGi (Open Services Gateway initiative) which provides a set of functionality for management of semantically linked data accessible through RESTful Web Services and in a secured way.
 				Furthermore, Clerezza allows to easily develop semantic web applications by providing tools to manipulate RDF data, create RESTful Web Services and Renderlets using ScalaServerPages.
-				<br/>
-				<br/>Contents are stored as triples based on <a target="_blank" href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">W3C RDF specification</a>. These triples are stored via Clerezza’s Smart Content Binding (SCB). SCB defines a technology-agnostic layer to access and modify triple stores. It provides a java implementation of the graph data model specified by W3C RDF and functionalities to operate on that data model. SCB offers a service interface to access multiple named graphs and it can use various providers to manage RDF graphs in a technology specific manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow an application to use various APIs (including the Jena api) to process RDF graphs. Furthermore, SCB offers a serialization and a parsing service to convert a graph into a certain representation (format) and vice versa.
+				<br></br>
+				<br></br>Contents are stored as triples based on <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/" target="_blank">W3C RDF specification</a>. These triples are stored via Clerezza’s Smart Content Binding (SCB). SCB defines a technology-agnostic layer to access and modify triple stores. It provides a java implementation of the graph data model specified by W3C RDF and functionalities to operate on that data model. SCB offers a service interface to access multiple named graphs and it can use various providers to manage RDF graphs in a technology specific manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow an application to use various APIs (including the Jena api) to process RDF graphs. Furthermore, SCB offers a serialization and a parsing service to convert a graph into a certain representation (format) and vice versa.
 			</div>
 </div>
 
-	<div><div class="column first-column" xmlns="http://www.w3.org/1999/xhtml">
+	<div><div xmlns="http://www.w3.org/1999/xhtml" class="column first-column">
 				<h2>Apache Clerezza in <strong>5 Bullet Points</strong></h2>
 
 				<ul>
@@ -70,7 +70,7 @@
 
 				</ul>
 			</div>
-			<div class="column second-column" xmlns="http://www.w3.org/1999/xhtml">
+			<div xmlns="http://www.w3.org/1999/xhtml" class="column second-column">
 				<h2>Apache Clerezza for <strong>Developers</strong></h2>
 				Apache Clerezza allows to easily develop semantic web application by providing the following:
 				<ul>
@@ -80,8 +80,8 @@
 					<li><div>A JAX-RS implementation</div> </li>
 					<li><div>TypeHandlers: JAX-RS resources bound to an RDF type</div></li>
 					<li><div>Renderlets to create various representations from RDF resources, ScalaServerPages allows to easily write renderlets in Scala</div></li>
-					<li><div>Scripting in Scala on the <a target="_blank" href="http://incubator.apache.org/clerezza/getting-started/shell/">Clerezza Console</a></div></li>
-                                        <li><div><a href="http://incubator.apache.org/clerezza/clerezza-uima/">Integration</a> with <a target="_blank" href="http://uima.apache.org">Apache UIMA</a></div></li>
+					<li><div>Scripting in Scala on the <a href="http://incubator.apache.org/clerezza/getting-started/shell/" target="_blank">Clerezza Console</a></div></li>
+                                        <li><div><a href="http://incubator.apache.org/clerezza/clerezza-uima/">Integration</a> with <a href="http://uima.apache.org" target="_blank">Apache UIMA</a></div></li>
 				</ul>
 
 			</div>

Modified: clerezza/site/production/style/fonts/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/fonts/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/fonts/index.html (original)
+++ clerezza/site/production/style/fonts/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/fonts/
 

Modified: clerezza/site/production/style/fonts/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/fonts/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/fonts/index.xhtml (original)
+++ clerezza/site/production/style/fonts/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/fonts/
 

Modified: clerezza/site/production/style/images/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/images/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/images/index.html (original)
+++ clerezza/site/production/style/images/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/images/
 

Modified: clerezza/site/production/style/images/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/images/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/images/index.xhtml (original)
+++ clerezza/site/production/style/images/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/images/
 

Modified: clerezza/site/production/style/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/index.html (original)
+++ clerezza/site/production/style/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/
 

Modified: clerezza/site/production/style/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/style/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/style/index.xhtml (original)
+++ clerezza/site/production/style/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/style/
 

Modified: clerezza/site/production/styles/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/styles/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/styles/index.html (original)
+++ clerezza/site/production/styles/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/styles/
 

Modified: clerezza/site/production/styles/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/styles/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/styles/index.xhtml (original)
+++ clerezza/site/production/styles/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/styles/
 

Modified: clerezza/site/production/styles/renderlets/index.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/styles/renderlets/index.html?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/styles/renderlets/index.html (original)
+++ clerezza/site/production/styles/renderlets/index.html Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"></a>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/styles/renderlets/
 

Modified: clerezza/site/production/styles/renderlets/index.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/styles/renderlets/index.xhtml?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/styles/renderlets/index.xhtml (original)
+++ clerezza/site/production/styles/renderlets/index.xhtml Mon May 18 11:47:57 2015
@@ -29,9 +29,7 @@
       
       <div class="zz-control">
         <div class="login">
-            <span>
-                  <a href="#" id="tx-login-button">login</a>
-                </span>
+            <span><a href="/user//control-panel"/>|<a href="/logout">logout</a></span>
       </div>
         <div class="actions" id="tx-contextual-buttons">
             <ol id="tx-contextual-buttons-ol">
@@ -57,16 +55,10 @@
       </div>
     </div>
     <div class="column nav">
-              <ul>
-                
-
-  <li class="top-nav-entry"><div class="title">
-      <a href="/dashboard">Dashboard</a>
-     </div>
-      
-    </li>
-  </ul>
-</div>
+          <ul>
+            
+          </ul>
+        </div>
     <div class="zz-content">
     http://localhost:8080/styles/renderlets/
 

Modified: clerezza/site/production/title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/title.rdf?rev=1679996&r1=1679995&r2=1679996&view=diff
==============================================================================
--- clerezza/site/production/title.rdf (original)
+++ clerezza/site/production/title.rdf Mon May 18 11:47:57 2015
@@ -5,12 +5,12 @@
     <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>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/title"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#Entry"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://clerezza.apache.org/title">
-    <j.0:infoBit rdf:parseType="Literal">Welcome to Apache Clerezza</j.0:infoBit>
     <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+    <j.0:infoBit rdf:parseType="Literal">Welcome to Apache Clerezza</j.0:infoBit>
   </rdf:Description>
 </rdf:RDF>