You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2017/05/07 14:40:03 UTC

svn commit: r1794206 [5/6] - in /clerezza/site/production: getting-started/tutorial/ legacy/getting-started/ legacy/getting-started/building-clerezza/ legacy/getting-started/building-clerezza/index-content-el/ legacy/getting-started/index-content-el/ l...

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-content-el/1.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-content-el/1.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-content-el/1.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-content-el/1.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			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("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;
+</div>
+
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-content.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-content.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-content.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-content.html Sun May  7 14:40:01 2017
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			
+
+	<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 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
+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"></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("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;
+</div>
+
+</div>
+
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-content.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-content.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-content.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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: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/1-content"/>
+    <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">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"/>
+  </rdf:Description>
+  <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/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="A2"/>
+    <j.0:contains rdf:nodeID="A1"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
+  </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>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-content.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-content.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-content.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-content.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			
+
+	<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 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
+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"></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("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;
+</div>
+
+</div>
+
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-title.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-title.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-title.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-title.html Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Interacting with the OSGi environment
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-title.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-title.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-title.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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/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: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/1-title"/>
+  </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>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1-title.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1-title.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1-title.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1-title.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Interacting with the OSGi environment
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1.html Sun May  7 14:40:01 2017
@@ -0,0 +1,130 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
+          <head>
+            <link type="text/css" href="/style/style.css" rel="stylesheet"/>
+            <title>Interacting with the OSGi environment
+</title>
+          </head>
+          <body>
+            <div class="zz-header">
+
+              <div class="bar"></div>
+              <div class="logo">
+                <a href="http://clerezza.apache.org/" style=""><img src="/images/logo.png" alt="logo"/></a>
+              </div>
+            </div>
+            <div class="column nav">
+              <ul>
+                <li class="top-nav-entry"><div class="title">Documentation</div>
+
+                  <ul class="nav-entries">
+                    <li><a href="/getting-started/">Getting Started</a></li>
+                    <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                    <li><a href="http://clerezza.apache.org/apidocs/" target="_blank">API docs</a></li>
+                    <li><a href="/faq/">FAQ</a></li>
+                  </ul>
+                </li>
+
+                <li class="top-nav-entry"><div class="title">Project Infos</div>
+                  <ul class="nav-entries">
+                    <li><a href="/downloads/">Downloads</a></li>
+                    <li><a href="/contributing/">Contributing</a></li>
+                    <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                    <li><a href="/mailinglists/">Mailing lists</a></li>
+                    <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                    <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                  </ul>
+                </li>
+                <li class="top-nav-entry"><div class="title">Sponsorship</div>
+                  <ul class="nav-entries">
+                    <li><a href="/thanks/">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                    <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                  </ul>
+                </li>
+              </ul>
+            </div>
+
+            <div class="zz-content">
+              <h1>Interacting with the OSGi environment
+</h1>
+<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 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
+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"></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("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;
+</div>
+
+</div>
+
+</div>
+
+            </div>
+            <div class="footer">
+              <div class="logos"><img src="/images/feather.png"/><img src="/images/sw-vert-w3c.png"/><img src="/images/footer-logo.png"/></div>
+
+              <div class="divider"></div>
+              <div class="dark">
+                <div class="sitemap">
+                  <div class="sitemap-title">Sitemap</div>
+                  <div class="sitemap-content">
+                    <div class="sitemap-column">
+                      <div class="title">Documentation</div>
+                      <ul>
+
+                        <li><a href="/getting-started/">Getting Started</a></li>
+                        <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                        <li><a href="http://clerezza,apache.org/apidocs/" target="_blank">API docs</a></li>
+                        <li><a href="/faq/">FAQ</a></li>
+                      </ul>
+
+                    </div>
+                    <div class="sitemap-column">
+
+                      <div class="title">Project Infos</div>
+                      <ul>
+                        <li><a href="/downloads/">Downloads</a></li>
+                        <li><a href="/contributing/">Contributing</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                        <li><a href="mailinglists/">Mailing lists</a></li>
+                        <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                        <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                      </ul>
+                    </div>
+                    <div class="sitemap-column">
+                      <div class="title">Sponsorship</div>
+                      <ul>
+                        <li><a href="/thanks/">Thanks</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                        <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                      </ul>
+                    </div>
+                  </div>
+
+                </div>
+                <div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>© 2011 The Apache Software Foundation.</div>
+              </div>
+            </div>
+
+
+          </body>
+        </html>
\ No newline at end of file

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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="A1">
+    <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"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+  </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-title"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</j.0:pos>
+  </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/1"/>
+    <j.0:pos rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</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="A2"/>
+    <j.0:contains rdf:nodeID="A1"/>
+  </rdf:Description>
+</rdf:RDF>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/1.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/1.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/1.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/1.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,130 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+          <head>
+            <link type="text/css" href="/style/style.css" rel="stylesheet"/>
+            <title>Interacting with the OSGi environment
+</title>
+          </head>
+          <body>
+            <div class="zz-header">
+
+              <div class="bar"></div>
+              <div class="logo">
+                <a href="http://clerezza.apache.org/" style=""><img src="/images/logo.png" alt="logo"/></a>
+              </div>
+            </div>
+            <div class="column nav">
+              <ul>
+                <li class="top-nav-entry"><div class="title">Documentation</div>
+
+                  <ul class="nav-entries">
+                    <li><a href="/getting-started/">Getting Started</a></li>
+                    <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                    <li><a href="http://clerezza.apache.org/apidocs/" target="_blank">API docs</a></li>
+                    <li><a href="/faq/">FAQ</a></li>
+                  </ul>
+                </li>
+
+                <li class="top-nav-entry"><div class="title">Project Infos</div>
+                  <ul class="nav-entries">
+                    <li><a href="/downloads/">Downloads</a></li>
+                    <li><a href="/contributing/">Contributing</a></li>
+                    <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                    <li><a href="/mailinglists/">Mailing lists</a></li>
+                    <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                    <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                  </ul>
+                </li>
+                <li class="top-nav-entry"><div class="title">Sponsorship</div>
+                  <ul class="nav-entries">
+                    <li><a href="/thanks/">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                    <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                  </ul>
+                </li>
+              </ul>
+            </div>
+
+            <div class="zz-content">
+              <h1>Interacting with the OSGi environment
+</h1>
+<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 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
+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"></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("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;
+</div>
+
+</div>
+
+</div>
+
+            </div>
+            <div class="footer">
+              <div class="logos"><img src="/images/feather.png"/><img src="/images/sw-vert-w3c.png"/><img src="/images/footer-logo.png"/></div>
+
+              <div class="divider"></div>
+              <div class="dark">
+                <div class="sitemap">
+                  <div class="sitemap-title">Sitemap</div>
+                  <div class="sitemap-content">
+                    <div class="sitemap-column">
+                      <div class="title">Documentation</div>
+                      <ul>
+
+                        <li><a href="/getting-started/">Getting Started</a></li>
+                        <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                        <li><a href="http://clerezza,apache.org/apidocs/" target="_blank">API docs</a></li>
+                        <li><a href="/faq/">FAQ</a></li>
+                      </ul>
+
+                    </div>
+                    <div class="sitemap-column">
+
+                      <div class="title">Project Infos</div>
+                      <ul>
+                        <li><a href="/downloads/">Downloads</a></li>
+                        <li><a href="/contributing/">Contributing</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                        <li><a href="mailinglists/">Mailing lists</a></li>
+                        <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                        <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                      </ul>
+                    </div>
+                    <div class="sitemap-column">
+                      <div class="title">Sponsorship</div>
+                      <ul>
+                        <li><a href="/thanks/">Thanks</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                        <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                      </ul>
+                    </div>
+                  </div>
+
+                </div>
+                <div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>© 2011 The Apache Software Foundation.</div>
+              </div>
+            </div>
+
+
+          </body>
+        </html>
\ No newline at end of file

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-content.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-content.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-content.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-content.html Sun May  7 14:40:01 2017
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			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 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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;import rdf.core._
+import rdf.core._
+zz&gt;import rdf.core.impl._
+import rdf.core.impl._
+zz&gt;import rdf.ontologies._
+import rdf.ontologies._
+zz&gt;import platform.graphprovider.content.ContentGraphProvider
+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; "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>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-content.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-content.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-content.rdf Sun May  7 14:40:01 2017
@@ -0,0 +1,40 @@
+<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/2-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: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:
+<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;import rdf.core._
+import rdf.core._
+zz&gt;import rdf.core.impl._
+import rdf.core.impl._
+zz&gt;import rdf.ontologies._
+import rdf.ontologies._
+zz&gt;import platform.graphprovider.content.ContentGraphProvider
+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; "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></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>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-content.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-content.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-content.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-content.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			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 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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;import rdf.core._
+import rdf.core._
+zz&gt;import rdf.core.impl._
+import rdf.core.impl._
+zz&gt;import rdf.ontologies._
+import rdf.ontologies._
+zz&gt;import platform.graphprovider.content.ContentGraphProvider
+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; "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>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-title.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-title.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-title.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-title.html Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Accessing Services
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-title.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-title.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-title.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/2-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/2-title">
+    <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>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2-title.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2-title.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2-title.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2-title.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Accessing Services
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2.html Sun May  7 14:40:01 2017
@@ -0,0 +1,128 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
+          <head>
+            <link type="text/css" href="/style/style.css" rel="stylesheet"/>
+            <title>Accessing Services
+</title>
+          </head>
+          <body>
+            <div class="zz-header">
+
+              <div class="bar"></div>
+              <div class="logo">
+                <a href="http://clerezza.apache.org/" style=""><img src="/images/logo.png" alt="logo"/></a>
+              </div>
+            </div>
+            <div class="column nav">
+              <ul>
+                <li class="top-nav-entry"><div class="title">Documentation</div>
+
+                  <ul class="nav-entries">
+                    <li><a href="/getting-started/">Getting Started</a></li>
+                    <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                    <li><a href="http://clerezza.apache.org/apidocs/" target="_blank">API docs</a></li>
+                    <li><a href="/faq/">FAQ</a></li>
+                  </ul>
+                </li>
+
+                <li class="top-nav-entry"><div class="title">Project Infos</div>
+                  <ul class="nav-entries">
+                    <li><a href="/downloads/">Downloads</a></li>
+                    <li><a href="/contributing/">Contributing</a></li>
+                    <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                    <li><a href="/mailinglists/">Mailing lists</a></li>
+                    <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                    <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                  </ul>
+                </li>
+                <li class="top-nav-entry"><div class="title">Sponsorship</div>
+                  <ul class="nav-entries">
+                    <li><a href="/thanks/">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                    <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                  </ul>
+                </li>
+              </ul>
+            </div>
+
+            <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.
+The following ste the inital bundle startlevel to 10:
+<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;import rdf.core._
+import rdf.core._
+zz&gt;import rdf.core.impl._
+import rdf.core.impl._
+zz&gt;import rdf.ontologies._
+import rdf.ontologies._
+zz&gt;import platform.graphprovider.content.ContentGraphProvider
+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; "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>
+</div>
+
+            </div>
+            <div class="footer">
+              <div class="logos"><img src="/images/feather.png"/><img src="/images/sw-vert-w3c.png"/><img src="/images/footer-logo.png"/></div>
+
+              <div class="divider"></div>
+              <div class="dark">
+                <div class="sitemap">
+                  <div class="sitemap-title">Sitemap</div>
+                  <div class="sitemap-content">
+                    <div class="sitemap-column">
+                      <div class="title">Documentation</div>
+                      <ul>
+
+                        <li><a href="/getting-started/">Getting Started</a></li>
+                        <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                        <li><a href="http://clerezza,apache.org/apidocs/" target="_blank">API docs</a></li>
+                        <li><a href="/faq/">FAQ</a></li>
+                      </ul>
+
+                    </div>
+                    <div class="sitemap-column">
+
+                      <div class="title">Project Infos</div>
+                      <ul>
+                        <li><a href="/downloads/">Downloads</a></li>
+                        <li><a href="/contributing/">Contributing</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                        <li><a href="mailinglists/">Mailing lists</a></li>
+                        <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                        <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                      </ul>
+                    </div>
+                    <div class="sitemap-column">
+                      <div class="title">Sponsorship</div>
+                      <ul>
+                        <li><a href="/thanks/">Thanks</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                        <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                      </ul>
+                    </div>
+                  </div>
+
+                </div>
+                <div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>© 2011 The Apache Software Foundation.</div>
+              </div>
+            </div>
+
+
+          </body>
+        </html>
\ No newline at end of file

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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:nodeID="A0">
+    <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"/>
+    <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">
+    <j.0:contains rdf:nodeID="A1"/>
+  </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/2-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/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-el/2">
+    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
+    <j.0:contains rdf:nodeID="A2"/>
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
+</rdf:RDF>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/2.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/2.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/2.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/2.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,128 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+          <head>
+            <link type="text/css" href="/style/style.css" rel="stylesheet"/>
+            <title>Accessing Services
+</title>
+          </head>
+          <body>
+            <div class="zz-header">
+
+              <div class="bar"></div>
+              <div class="logo">
+                <a href="http://clerezza.apache.org/" style=""><img src="/images/logo.png" alt="logo"/></a>
+              </div>
+            </div>
+            <div class="column nav">
+              <ul>
+                <li class="top-nav-entry"><div class="title">Documentation</div>
+
+                  <ul class="nav-entries">
+                    <li><a href="/getting-started/">Getting Started</a></li>
+                    <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                    <li><a href="http://clerezza.apache.org/apidocs/" target="_blank">API docs</a></li>
+                    <li><a href="/faq/">FAQ</a></li>
+                  </ul>
+                </li>
+
+                <li class="top-nav-entry"><div class="title">Project Infos</div>
+                  <ul class="nav-entries">
+                    <li><a href="/downloads/">Downloads</a></li>
+                    <li><a href="/contributing/">Contributing</a></li>
+                    <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                    <li><a href="/mailinglists/">Mailing lists</a></li>
+                    <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                    <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                  </ul>
+                </li>
+                <li class="top-nav-entry"><div class="title">Sponsorship</div>
+                  <ul class="nav-entries">
+                    <li><a href="/thanks/">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                    <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                  </ul>
+                </li>
+              </ul>
+            </div>
+
+            <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.
+The following ste the inital bundle startlevel to 10:
+<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;import rdf.core._
+import rdf.core._
+zz&gt;import rdf.core.impl._
+import rdf.core.impl._
+zz&gt;import rdf.ontologies._
+import rdf.ontologies._
+zz&gt;import platform.graphprovider.content.ContentGraphProvider
+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; "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>
+</div>
+
+            </div>
+            <div class="footer">
+              <div class="logos"><img src="/images/feather.png"/><img src="/images/sw-vert-w3c.png"/><img src="/images/footer-logo.png"/></div>
+
+              <div class="divider"></div>
+              <div class="dark">
+                <div class="sitemap">
+                  <div class="sitemap-title">Sitemap</div>
+                  <div class="sitemap-content">
+                    <div class="sitemap-column">
+                      <div class="title">Documentation</div>
+                      <ul>
+
+                        <li><a href="/getting-started/">Getting Started</a></li>
+                        <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                        <li><a href="http://clerezza,apache.org/apidocs/" target="_blank">API docs</a></li>
+                        <li><a href="/faq/">FAQ</a></li>
+                      </ul>
+
+                    </div>
+                    <div class="sitemap-column">
+
+                      <div class="title">Project Infos</div>
+                      <ul>
+                        <li><a href="/downloads/">Downloads</a></li>
+                        <li><a href="/contributing/">Contributing</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                        <li><a href="mailinglists/">Mailing lists</a></li>
+                        <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                        <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                      </ul>
+                    </div>
+                    <div class="sitemap-column">
+                      <div class="title">Sponsorship</div>
+                      <ul>
+                        <li><a href="/thanks/">Thanks</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                        <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                      </ul>
+                    </div>
+                  </div>
+
+                </div>
+                <div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>© 2011 The Apache Software Foundation.</div>
+              </div>
+            </div>
+
+
+          </body>
+        </html>
\ No newline at end of file

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.html Sun May  7 14:40:01 2017
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+hello world
+zz&gt;
+</div>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.rdf Sun May  7 14:40:01 2017
@@ -0,0 +1,25 @@
+<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/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/3-content-el/0">
+    <rdf:type rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+    <j.0:infoBit rdf:parseType="Literal">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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+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:RDF>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/0.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+hello world
+zz&gt;
+</div>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.html Sun May  7 14:40:01 2017
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</div>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.rdf Sun May  7 14:40:01 2017
@@ -0,0 +1,29 @@
+<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/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. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</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>
+</rdf:RDF>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content-el/1.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</div>
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content.html Sun May  7 14:40:01 2017
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			
+
+	<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+hello world
+zz&gt;
+</div>
+</div>
+
+	<div>Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</div>
+</div>
+
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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:nodeID="A0">
+    <j.0:holds rdf:resource="http://clerezza.apache.org/getting-started/shell/content-el/3-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: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/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:nodeID="A2">
+    <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 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">
+    <j.0:contains rdf:nodeID="A2"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content-el/3-content">
+    <j.0:contains rdf:nodeID="A1"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#OrderedContent"/>
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
+</rdf:RDF>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-content.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-content.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-content.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-content.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			
+
+	<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+hello world
+zz&gt;
+</div>
+</div>
+
+	<div>Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</div>
+</div>
+
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-title.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-title.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-title.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-title.html Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Commands and Expressions
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-title.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-title.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-title.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-title.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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/3-title">
+    <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: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"/>
+  </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>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3-title.xhtml
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3-title.xhtml?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3-title.xhtml (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3-title.xhtml Sun May  7 14:40:01 2017
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+	<head>
+		<link type="text/css" href="/style/style.css" rel="stylesheet" />
+		<meta content="noindex, nofollow" name="robots"/>
+		<title>Untitled Content</title>
+	</head>
+	<body>
+			Commands and Expressions
+
+	</body>
+</html>

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3.html
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3.html?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3.html (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3.html Sun May  7 14:40:01 2017
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
+          <head>
+            <link type="text/css" href="/style/style.css" rel="stylesheet"/>
+            <title>Commands and Expressions
+</title>
+          </head>
+          <body>
+            <div class="zz-header">
+
+              <div class="bar"></div>
+              <div class="logo">
+                <a href="http://clerezza.apache.org/" style=""><img src="/images/logo.png" alt="logo"/></a>
+              </div>
+            </div>
+            <div class="column nav">
+              <ul>
+                <li class="top-nav-entry"><div class="title">Documentation</div>
+
+                  <ul class="nav-entries">
+                    <li><a href="/getting-started/">Getting Started</a></li>
+                    <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                    <li><a href="http://clerezza.apache.org/apidocs/" target="_blank">API docs</a></li>
+                    <li><a href="/faq/">FAQ</a></li>
+                  </ul>
+                </li>
+
+                <li class="top-nav-entry"><div class="title">Project Infos</div>
+                  <ul class="nav-entries">
+                    <li><a href="/downloads/">Downloads</a></li>
+                    <li><a href="/contributing/">Contributing</a></li>
+                    <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                    <li><a href="/mailinglists/">Mailing lists</a></li>
+                    <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                    <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                  </ul>
+                </li>
+                <li class="top-nav-entry"><div class="title">Sponsorship</div>
+                  <ul class="nav-entries">
+                    <li><a href="/thanks/">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                    <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                  </ul>
+                </li>
+              </ul>
+            </div>
+
+            <div class="zz-content">
+              <h1>Commands and Expressions
+</h1>
+<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 xmlns="http://www.w3.org/1999/xhtml" class="tx-blockcode">
+zz&gt;def greet {
+     | out println "hello world"
+     | }
+greet: Unit
+zz&gt;greet
+hello world
+zz&gt;
+</div>
+</div>
+
+	<div>Commands by contrast are not interpreted as scala. Build in commands as well as commands provided by services are available. 
+<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 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
+[   1] [active       ] org.apache.clerezza.platform.security.SecurityActivator
+...
+</div>
+</div>
+
+</div>
+
+            </div>
+            <div class="footer">
+              <div class="logos"><img src="/images/feather.png"/><img src="/images/sw-vert-w3c.png"/><img src="/images/footer-logo.png"/></div>
+
+              <div class="divider"></div>
+              <div class="dark">
+                <div class="sitemap">
+                  <div class="sitemap-title">Sitemap</div>
+                  <div class="sitemap-content">
+                    <div class="sitemap-column">
+                      <div class="title">Documentation</div>
+                      <ul>
+
+                        <li><a href="/getting-started/">Getting Started</a></li>
+                        <li><a href="/architecture/">The Apache Clerezza Stack</a></li>
+                        <li><a href="http://clerezza,apache.org/apidocs/" target="_blank">API docs</a></li>
+                        <li><a href="/faq/">FAQ</a></li>
+                      </ul>
+
+                    </div>
+                    <div class="sitemap-column">
+
+                      <div class="title">Project Infos</div>
+                      <ul>
+                        <li><a href="/downloads/">Downloads</a></li>
+                        <li><a href="/contributing/">Contributing</a></li>
+                        <li><a href="http://www.apache.org/licenses/" target="_blank">License</a></li>
+                        <li><a href="mailinglists/">Mailing lists</a></li>
+                        <li><a href="http://issues.apache.org/jira/browse/CLEREZZA" target="_blank">Issue Tracker</a></li>
+
+                        <li><a href="https://git-wip-us.apache.org/repos/asf?p=clerezza.git" target="_blank">Source Repository</a></li>
+                      </ul>
+                    </div>
+                    <div class="sitemap-column">
+                      <div class="title">Sponsorship</div>
+                      <ul>
+                        <li><a href="/thanks/">Thanks</a></li>
+                        <li><a href="http://www.apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li>
+                        <li><a href="http://www.apache.org/foundation/buy_stuff.html" target="_blank">Buy Stuff</a></li>
+                      </ul>
+                    </div>
+                  </div>
+
+                </div>
+                <div class="copyright">Apache Clerezza, Clerezza, Apache, the Apache feather logo, and the Apache Clerezza project logo are trademarks of The Apache Software Foundation. <br></br>© 2011 The Apache Software Foundation.</div>
+              </div>
+            </div>
+
+
+          </body>
+        </html>
\ No newline at end of file

Added: clerezza/site/production/legacy/getting-started/shell/content-el/3.rdf
URL: http://svn.apache.org/viewvc/clerezza/site/production/legacy/getting-started/shell/content-el/3.rdf?rev=1794206&view=auto
==============================================================================
--- clerezza/site/production/legacy/getting-started/shell/content-el/3.rdf (added)
+++ clerezza/site/production/legacy/getting-started/shell/content-el/3.rdf Sun May  7 14:40:01 2017
@@ -0,0 +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: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"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://clerezza.apache.org/getting-started/shell/content">
+    <j.0:contains rdf:nodeID="A0"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A1">
+    <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 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</j.0:pos>
+  </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/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="A1"/>
+    <rdf:type rdf:resource="http://discobits.org/ontology#TitledContent"/>
+  </rdf:Description>
+</rdf:RDF>