You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/06/25 15:48:34 UTC

svn commit: r1353543 - in /incubator/stanbol/site/trunk/content/stanbol/docs/trunk: contenthub/index.mdtext enhancer/index.mdtext ontologymanager/index.mdtext reasoners.mdtext

Author: fchrist
Date: Mon Jun 25 13:48:33 2012
New Revision: 1353543

URL: http://svn.apache.org/viewvc?rev=1353543&view=rev
Log:
Fixed headlines

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/index.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/index.mdtext?rev=1353543&r1=1353542&r2=1353543&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/index.mdtext Mon Jun 25 13:48:33 2012
@@ -1,16 +1,15 @@
-Title: Contenthub (1 minute tutorial)
+Title: Apache Stanbol Contenthub
 
 The Apache Stanbol Contenthub is an Apache Solr based document repository which enables 
 storage of text-based documents and customizable semantic search facilities. 
-Contenthub exposes an efficient Java API together with the corresponding RESTful services. 
+The Contenthub exposes an efficient Java API together with the corresponding RESTful services. This is a 1 minute tutorial on how to use the Contenthub.
 
-Apache Stanbol comes with several launchers. 
-If you build Stanbol from its source with the following command
+Apache Stanbol comes with several launchers. If you build Apache Stanbol from its source with the following command
 
     mvn clean install
 
-You can find all launchers under the launchers directory. Contenthub is currently included in 
-the full launcher of Apache Stanbol. That is, you can make use of Contenthub services if you 
+you can find all launchers under the launchers directory. The Contenthub is currently included in 
+the full launcher of Apache Stanbol. That is, you can make use of the Contenthub services if you 
 run the full launcher. 
 
 To run the full launcher of Apache Stanbol, go to the directory of full launcher and run the 
@@ -19,7 +18,7 @@ jar file under the target directory
     cd {stanbol}/launchers/full
     java -Xmx1g -jar target/org.apache.stanbol.launchers.full-{snapshot-version}-incubating-SNAPSHOT.jar
 
-Your Stanbol instance is running under {stanbol}/launchers/full/sling and Contenthub is accessible at
+Your Apache Stanbol instance is running under {stanbol}/launchers/full/sling and Contenthub is accessible at
 
     http://localhost:8080/contenthub
 

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext?rev=1353543&r1=1353542&r2=1353543&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext Mon Jun 25 13:48:33 2012
@@ -1,4 +1,4 @@
-Title: Stanbol Enhancer
+Title: Apache Stanbol Enhancer
 
 The Apache Stanbol Enhancer provides both a RESTful and a Java API that allows a caller to extract features from passed content. In more detail the passed content is processed by [Enhancement Engines](engines) as defined by the called [Enhancement Chain](chains).
 

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext?rev=1353543&r1=1353542&r2=1353543&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext Mon Jun 25 13:48:33 2012
@@ -1,6 +1,6 @@
-Title: Ontology Manager
+Title: Apache Stanbol Ontology Manager
 
-The Stanbol Ontology Manager provides a __controlled environment__ for managing ontologies, __ontology networks__ 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 "logical lenses". This is especially useful in [Reasoning](reasoners.html) operations.
+The Apache Stanbol Ontology Manager provides a __controlled environment__ for managing ontologies, __ontology networks__ 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 "logical lenses". This is especially useful in [Reasoning](reasoners.html) operations.
 
 ## Usage Scenarios
 

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext?rev=1353543&r1=1353542&r2=1353543&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext Mon Jun 25 13:48:33 2012
@@ -1,4 +1,4 @@
-Title: Reasoners
+Title: Apache Stanbol Reasoners
 
 The Stanbol Reasoners component provides a set of services that take advantage of automatic inference engines.