Author: fchrist
Date: Fri Jan 13 18:47:50 2012
New Revision: 1231239
URL: http://svn.apache.org/viewvc?rev=1231239&view=rev
Log:
Minor edits
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/scenarios.mdtext
incubator/stanbol/site/trunk/content/stanbol/index.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext?rev=1231239&r1=1231238&r2=1231239&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
Fri Jan 13 18:47:50 2012
@@ -2,7 +2,7 @@ Title: Apache Stanbol Components
Apache Stanbol is built as a modular set of components. Each component is
accessible via its own RESTful web interface. From this viewpoint, all Apache
Stanbol features can be used via RESTful service calls. The components are
implemented as [OSGi](http://www2.osgi.org/Specifications/HomePage) components
based on [Apache Felix](http://felix.apache.org).
-This page gives an overview of the major features of various Apache Stanbol
components. The following figure depicts the main Apache Stanbol components and
their arrangement within the Apache Stanbol architecture.
+This page gives an overview of the major features of various Apache Stanbol
components. Figure 1 depicts the main Apache Stanbol components and their
arrangement within the Apache Stanbol architecture. Additionally, we have
documented some [usage scenarios](scenarios.html).
<figure>

@@ -31,3 +31,5 @@ We will shortly describe the components
* The [FactStore](factstore/) is a component that let's use store relations
between entities identified by their URIs. This relation between two entities
is called a _fact_.
+-----------------------------------------------------------------------------
+_Back to [Documentation](index.html)_
\ No newline at end of file
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/scenarios.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/scenarios.mdtext?rev=1231239&r1=1231238&r2=1231239&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/scenarios.mdtext
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/scenarios.mdtext
Fri Jan 13 18:47:50 2012
@@ -7,7 +7,7 @@ Apache Stanbol is designed to bring sema
<figcaption>Figure 1: Traditional CMS using Apache Stanbol via its HTTP
RESTful interface.</figcaption>
</figure>
-The following usage scenarios explain in more details how to use various
services from a CMS.
+The following usage scenarios explain in more detail how to use various
services from a CMS.
* [Basic Content Enhancement](contentenhancement.html): Analyze textual
content, enhance with it with named entities (person, place, organization),
suggest links to open data sources.
@@ -21,4 +21,7 @@ The following usage scenarios explain in
* Transforming CMS repository structures into ontologies.
-* Provide repository structures as thesaurus or domain ontology, e.g.
categories.
\ No newline at end of file
+* Provide repository structures as thesaurus or domain ontology, e.g.
categories.
+
+-----------------------------------------------------------------------------
+_Back to [Documentation](index.html)_
\ No newline at end of file
Modified: incubator/stanbol/site/trunk/content/stanbol/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/index.mdtext?rev=1231239&r1=1231238&r2=1231239&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/index.mdtext Fri Jan 13
18:47:50 2012
@@ -17,7 +17,7 @@ Apache Stanbol's main features are:
Apache Stanbol features provide the basics to create content management
systems with semantically advanced user interfaces. Those user interfaces
benefit from the semantic information that can be handled by Apache Stanbol.
See the [documentation](docs/trunk/index.html) and [usage
scenarios](docs/trunk/scenarios.html) pages for more details.
-An online demo of the basic/stable features of Apache Stanbol is available
[here](http://stanbol.demo.nuxeo.com/) and
[here](http://dev.iks-project.eu:8080/). An experimental/full version of Apache
Stanbol is available [here](http://dev.iks-project.eu:8081/).
+Online demos of the basic/stable features of Apache Stanbol are available
[here](http://stanbol.demo.nuxeo.com/) and
[here](http://dev.iks-project.eu:8080/). An experimental/full version of Apache
Stanbol is available [here](http://dev.iks-project.eu:8081/).
------------------------------------------------------------------------------------------------