Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/entityhub/managedsite.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/entityhub/managedsite.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/entityhub/managedsite.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/entityhub/">Entityhub</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/entityhub/">Entityhub</a></li> </ul>
     </div>
     <h1 class="title">ManagedSite</h1>
     <p>A ManagedSite allow users to manage a collection of Entities by using 
the RESTful API of the Entityhub. Other than the ReferencedSite implementation 
it does not allow to refer to remote services. Therefor all changes to Entities 
managed by a ManagedSite are preformed via the RESTful API of the Entityhub.</p>
@@ -187,3 +187,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/implementation.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/implementation.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/implementation.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a></li> </ul>
     </div>
     <h1 class="title">FactStore Implementation Concept</h1>
     <p>The <a href="specification.html">FactStore specification</a> is written 
with a certain kind of implementation in mind. Although the implementation of 
the specification is not pretended it might be useful to have a look at this 
simple implementation concept.</p>
@@ -110,3 +110,4 @@ The store just needs to be able to creat
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a></li> </ul>
     </div>
     <h1 class="title">Factstore</h1>
     <p>The FactStore is a component that let's use store relations between 
entities identified by their URIs. A relation between two or more entities is 
called a <em>fact</em>. The FactStore let's you store N-ary facts according to 
a user defined fact schema. In consequence you can store relations between N 
participating entities. The FactStore only stores the relation and not the 
entities itself. It only uses references to entities by using the entities' 
URI. The entities itself should be handled by another component, e.g. the <a 
href="../entityhub/">Entityhub</a>. A fact is defined by a fact schema which is 
defined over types of entities.</p>
@@ -143,3 +143,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/specification.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/specification.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/factstore/specification.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/factstore/">Factstore</a></li> </ul>
     </div>
     <h1 class="title">FactStore Specification</h1>
     <p>The FactStore is designed to store semantic relations in terms of facts 
about entities and their relationships. Additionally, the FactStore specifies a 
simple SQL-like query language expressed in JSON-LD to search for semantic 
relations and to reason through the use of joined relationships. This 
specification defines required interfaces for the FactStore in terms of RESTful 
API interfaces and a <a href="implementation.html">concept for a possible 
implementation</a>.</p>
@@ -385,3 +385,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/index.html 
(original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/index.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol Components</h1>
     <p><img alt="Apache Stanbol Components" src="stanbol-components.png" 
title="Overview on the different Components included by Apache Stanbol" />
@@ -185,3 +185,4 @@ within the Apache Stanbol architecture.<
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a></li> 
</ul>
     </div>
     <h1 class="title">Apache Stanbol Ontology Manager</h1>
     <p>The Apache Stanbol Ontology Manager provides a <strong>controlled 
environment</strong> for managing ontologies, <strong>ontology 
networks</strong> and user sessions for semantic data modeled after them. It 
provides full access to ontologies stored into the Stanbol persistence layer. 
Managing an ontology network means that you can activate or deactivate parts of 
a complex model from time to time, so that your data can be viewed and 
classified under different &quot;logical lenses&quot;. This is especially 
useful in <a href="../reasoner/">Reasoning</a> operations.</p>
@@ -136,3 +136,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/ontonet/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/ontonet/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/ontonet/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a>&nbsp;&raquo&nbsp;<a
 href="/stanbol/docs/trunk/components/ontologymanager/ontonet/">Ontonet</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a></li> 
<li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/ontonet/">Ontonet</a></li> 
</ul>
     </div>
     <h1 class="title">Ontology Network Manager (OntoNet)</h1>
     <h2 id="terminology">Terminology</h2>
@@ -308,3 +308,4 @@ Loads the ontology source codeWraps an a
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a>&nbsp;&raquo&nbsp;<a
 href="/stanbol/docs/trunk/components/ontologymanager/registry/">Registry</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a></li> 
<li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/registry/">Registry</a></li>
 </ul>
     </div>
     <h1 class="title">Ontology Registry Manager</h1>
     <p>Registry management is a facility for Stanbol 
<strong>administrators</strong> to pre-configure sets of ontologies that 
Stanbol should load and store, or simply be aware of, <em>before</em> they are 
included in a part of the ontology network (e.g. a scope or session). Via the 
registry manager, it is possible to configure whether these ontologies should 
be loaded immediately when Stanbol is initialized, or only when explicitly 
requested. The Ontology Registry Manager is essentially an ontology bookmarker 
with caching support. It is also possible to cache multiple versions of the 
same ontology if needed.</p>
@@ -173,3 +173,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/language.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/language.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/ontologymanager/registry/language.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a>&nbsp;&raquo&nbsp;<a
 href="/stanbol/docs/trunk/components/ontologymanager/registry/">Registry</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/">Ontologymanager</a></li> 
<li class="item"><a 
href="/stanbol/docs/trunk/components/ontologymanager/registry/">Registry</a></li>
 </ul>
     </div>
     <h1 class="title">Ontology Registry Language</h1>
     <p>To create an ontology registry, simply create an ontology and upload it 
somewhere on the Web. 
@@ -132,3 +132,4 @@ Supported formats are RDF/XML, OWL/XML, 
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/reasoner/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/reasoner/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/reasoner/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/reasoner/">Reasoner</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/reasoner/">Reasoner</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol Reasoners</h1>
     <p>The Stanbol Reasoners component provides a set of services that take 
advantage of automatic inference engines.</p>
@@ -349,3 +349,4 @@ Move to the <tt>/reasoners</tt> director
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/index.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/index.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/index.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/rules/">Rules</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/rules/">Rules</a></li> </ul>
     </div>
     <h1 class="title">Rules</h1>
     <p>Stanbol Rules is a component that supports the construction and 
execution of inference rules. An <strong>inference rule</strong>, or 
transformation rule, is a syntactic rule or function which takes premises and 
returns a conclusion. Stanbol Rules allows to add a layer for expressing 
business logics by means of axioms, which encode the inference rules. These 
axioms can be organized into a container called <strong>recipe</strong>, which 
identifies a set of rules that share the same business logic and interpret them 
as a whole.</p>
@@ -152,3 +152,4 @@ the modus ponens in the following way:</
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/language.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/language.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/language.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/rules/">Rules</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/rules/">Rules</a></li> </ul>
     </div>
     <h1 class="title">Stanbol Rule Language</h1>
     <h2 id="example">Example</h2>
@@ -150,3 +150,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/refactor.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/refactor.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/refactor.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/rules/">Rules</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/rules/">Rules</a></li> </ul>
     </div>
     <h1 class="title">Refactor</h1>
     <p>The Refactor is a service which allows to interpret rules in order to 
perform refactoring of RDF graphs. For the refactoring the set of rules in the 
recipes are interpreted and run as SPARQL CONTRUCT in which the where clause is 
derived from the body of the rule and the construct clause is derived from the 
head of the rule. The output of a refactoring is a transformed graph which 
satisfies the constraints expressed in the rules. The refactoring in useful for 
tasks of semantic harmonization of RDF graphs expressed with different 
ontologies/vocabularies towards their representation with a single ontology or 
vocagulary. The output of a refactoring is a transformed graph which satisfies 
the constraints expressed in the rules. </p>
@@ -169,3 +169,4 @@ translated into the construct template, 
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/">Components</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/components/rules/">Rules</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/">Components</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/components/rules/">Rules</a></li> </ul>
     </div>
     <h1 class="title">Rule Store</h1>
     <h2 id="service-endpoints">Service Endpoints</h2>
@@ -112,3 +112,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Basic Content Enhancement</h1>
     <p>This Usage scenario will provide you all necessary information for 
getting started with the Stanbol Enhancer. This includes </p>
@@ -190,3 +190,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/customvocabulary.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/customvocabulary.html 
(original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/customvocabulary.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Working with Custom Vocabularies</h1>
     <p>The ability to work with custom vocabularies is necessary for many use 
cases. The use cases range from being able to detect various types of named 
entities specific of a company or to detect and work with concepts from a 
specific domain - such as life science as shown by the following figure,
@@ -264,3 +264,4 @@ For the configuration of this engine you
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancementusage.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancementusage.html 
(original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancementusage.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Making use of Apache Stanbol Enhancements</h1>
     <p>This document describes how to implement client side, i.e. user 
interface components by using the <a 
href="enhancer/enhancementstructure.html">enhancement results</a> returned by 
the <a href="enhancer">Apachee Stanbol Enhancer</a>. It does so by using three 
different scenarios:</p>
@@ -268,3 +268,4 @@
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/faq.html Wed Sep  
5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">FAQ for Apache Stanbol users </h1>
     <h2 id="can-i-update-the-default-dbpedia-index-with-a-bigger-one">Can I 
update the default DBpedia index with a bigger one?</h2>
@@ -115,3 +115,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol features</h1>
     <h2 id="stable-features">Stable features</h2>
@@ -118,3 +118,4 @@
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol Documentation</h1>
     <p>This documentation of Apache Stanbol targets at Content Management 
System (CMS) developers and integrators, who want to use and integrate Apache 
Stanbol RESTful services into their CMS. Secondly, it is for Apache Stanbol 
contributors, which are developing Apache Stanbol components and engines.</p>
@@ -134,3 +134,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/mailinglists.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/mailinglists.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/mailinglists.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">How to get involved</h1>
     <p>The dev mailing list is where the action is, so make sure you subscribe 
to the Stanbol developers mailing list by sending an email to 
<code>stanbol-dev-subscribe AT incubator.apache.org</code> .</p>
@@ -109,3 +109,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/multilingual.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/multilingual.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/multilingual.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Working with Multiple Languages</h1>
     <p>To understand multi lingual support with Apache Stanbol one needs to 
consider that Apache Stanbol supports two different workflows for extracting 
entities from parsed text:</p>
@@ -230,3 +230,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/scenarios.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/scenarios.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/scenarios.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol Usage Scenarios</h1>
     <p>Apache Stanbol is designed to bring semantic technologies to existing 
content management systems (CMS). If you have a CMS and you want to start using 
semantic technologies in combination with your content, Apache Stanbol is a 
good software candidate for you. To make the integration as easy and painless 
as possible all Apache Stanbol features are accessible via RESTful web 
services. All you need is to connect your CMS via HTTP to an instance of Apache 
Stanbol. Additionally, Apache Stanbol comes with a <a 
href="cmsadapter.html">CMS Adapter</a> component as a bridge between a CMIS/JCR 
compliant content repositories and the semantic metadata repository in Apache 
Stanbol. Figure 1 gives you an overview of using Apache Stanbol from a CMS.</p>
@@ -116,3 +116,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">HTTP entry points for Apache Stanbol services</h1>
     <p>The web interface of your Apache Stanbol installation provides 
information for the main HTTP entry points. Each resource comes with a web view 
that documents the matching RESTful API for applications. </p>
@@ -148,3 +148,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> </ul>
     </div>
     <h1 class="title">Tutorial for Apache Stanbol - Enhancing content 
items</h1>
     <p>This tutorial targets at content management system developers, who want 
to enrich unstructured textual content with "named entity" tags (locations, 
persons or organizations such as "Paris", "Barack Obama", "BBC"). Apache 
Stanbol can provide such enhancements together with links to public (e.g. 
DBpedia) or private (e.g. an enterprise specific terminology) repositories.</p>
@@ -157,3 +157,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/commons-solr.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/commons-solr.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/commons-solr.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/utils/">Utils</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/utils/">Utils</a></li> </ul>
     </div>
     <h1 class="title">Stanbol Commons Solr</h1>
     <p>Solr is used by several Apache Stanbol components. The Apache Stanbol 
Solr Commons artifacts provide a set of utilities that ease the use of Solr 
within OSGi, allow the initialization and management of Solr indexes as well as 
the publishing of Solrs RESTful interface on the OSGi HttpService.</p>
@@ -357,3 +357,4 @@ Principally there are two possibilities:
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
==============================================================================
--- 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
 (original)
+++ 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
 Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/utils/">Utils</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/utils/">Utils</a></li> </ul>
     </div>
     <h1 class="title">Stanbol Enhancer Stress Test Utility</h1>
     <p>As of <a 
href="https://issues.apache.org/jira/browse/STANBOL-670";>STANBOL-670</a> Apache 
Stanbol provides an utility that allows users to stress test the Stanbol 
Enhancer by using multiple concurrent requests. This might be useful for both: 
</p>
@@ -204,3 +204,4 @@ I&#39;d paint this flower child\n
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/index.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/index.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/">Docs</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/">Trunk</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/docs/trunk/utils/">Utils</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/docs/">Docs</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/">Trunk</a></li> <li class="item"><a 
href="/stanbol/docs/trunk/utils/">Utils</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol Tools and Utilities</h1>
     <ul>
@@ -110,3 +110,4 @@
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/downloads/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/downloads/index.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/downloads/index.html Wed Sep 
 5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/downloads/">Downloads</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/downloads/">Downloads</a></li> </ul>
     </div>
     <h1 class="title">Downloads Overview</h1>
     <p>The Apache Stanbol project provides three kinds of downloads for its 
users.</p>
@@ -176,3 +176,4 @@
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/downloads/launchers.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/downloads/launchers.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/downloads/launchers.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/downloads/">Downloads</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/downloads/">Downloads</a></li> </ul>
     </div>
     <h1 class="title">Launchers</h1>
     <p>The Apache Stanbol project does not offer any pre-compiled binary 
launcher
@@ -104,3 +104,4 @@ pre-builts of Stanbol launchers served
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/downloads/releases.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/downloads/releases.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/downloads/releases.html Wed 
Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/">Stanbol</a>&nbsp;&raquo&nbsp;<a 
href="/stanbol/downloads/">Downloads</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> <li class="item"><a 
href="/stanbol/downloads/">Downloads</a></li> </ul>
     </div>
     <h1 class="title">Source Releases</h1>
     <p>To get the latest development release of Apache Stanbol, you can check 
out the
@@ -303,3 +303,4 @@ the signature of a release package, you 
   
 </body>
 </html>
+

Modified: 
websites/staging/stanbol/trunk/content/stanbol/graduation-resolution.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/graduation-resolution.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/graduation-resolution.html 
Wed Sep  5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> </ul>
     </div>
     <h1 class="title"></h1>
     <div class="codehilite"><pre><span class="n">X</span><span 
class="o">.</span> <span class="n">Establish</span> <span class="n">the</span> 
<span class="n">Apache</span> <span class="n">Stanbol</span> <span 
class="n">Project</span>
@@ -172,3 +172,4 @@
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/index.html Wed Sep  5 
12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> </ul>
     </div>
     <h1 class="title">Welcome to Apache Stanbol!</h1>
     <p><em>Apache Stanbol provides a set of reusable components for semantic 
content
@@ -170,3 +170,4 @@ indicate that the project has yet to be 
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/overview.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/overview.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/overview.html Wed Sep  5 
12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> </ul>
     </div>
     <h1 class="title">Overview about Apache Stanbol (incubating)</h1>
     <p>Apache Stanbol (currently <a 
href="http://incubator.apache.org";>incubating</a>) provides a set of reusable 
components for semantic content management. It is important to note that 
Stanbol itself is NOT a semantic CMS. It extends existing CMSs with a number of 
semantic services.</p>
@@ -133,3 +133,4 @@
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/privacy-policy.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/privacy-policy.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/privacy-policy.html Wed Sep  
5 12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> </ul>
     </div>
     <h1 class="title">Privacy Policy</h1>
     <p>Last Updated: May 25, 2012</p>
@@ -123,3 +123,4 @@ this page.</p>
   
 </body>
 </html>
+

Modified: websites/staging/stanbol/trunk/content/stanbol/team.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/team.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/team.html Wed Sep  5 
12:03:51 2012
@@ -81,8 +81,8 @@
 </ul>
   </div>
   <div id="content">
-    <div class="breadcrump" style="font-size: 80%;">
-      <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
+    <div class="breadcrumbs">
+      <ul> <li><a href="/">Home</a></li> <li class="item"><a 
href="/stanbol/">Stanbol</a></li> </ul>
     </div>
     <h1 class="title">Apache Stanbol project team</h1>
     <p>The Stanbol team currently consists of (in alphabetical order):</p>
@@ -135,3 +135,4 @@
   
 </body>
 </html>
+


Reply via email to