Author: rwesten
Date: Wed Jun 27 08:48:54 2012
New Revision: 1354372
URL: http://svn.apache.org/viewvc?rev=1354372&view=rev
Log:
formatting changes
Modified:
incubator/stanbol/site/trunk/content/stanbol/overview.mdtext
Modified: incubator/stanbol/site/trunk/content/stanbol/overview.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/overview.mdtext?rev=1354372&r1=1354371&r2=1354372&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/overview.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/overview.mdtext Wed Jun 27
08:48:54 2012
@@ -1,14 +1,16 @@
Title: Overview about Apache Stanbol (incubating)
Apache Stanbol (currently in [incubating](http://incubator.apache.org))
provides a set of reusable components for semantic content management. For
users it is important to note that Stanbol is NOT a semantic CMS by it own. It
is designed to provide semantic services for existing content management.
-<p style="text-align: center;"><figcaption>Figure 1: Apache
Stanbol is aimed to bring semantic technologies to current CMS Systems.
</figcaption></p>
+
+
+<figcaption>Figure 1: Apache Stanbol is aimed to bring semantic technologies
to current CMS Systems. </figcaption>
However while Apache Stanbol was build with CMS in mind it can also be used in
different usage scenarios including: Direct usage from web applications (e.g.
for Tag extraction/suggestion; or text completion in search fields), 'smart'
Content workflows or email routing based on extracted Entities/Topics, ...
The remaining part of this Document provides an overview about Apache Stanbol
by means of describing typical usage scenarios.
-<span style="float:right"> 
-<figcaption>Figure 1: The Apache Stanbol Components</figcaption><span>
+<span style="float:right"> <figcaption>Figure 1: The Apache Stanbol
Components</figcaption><span>
+
### Content Enhancement
Extracting information of parsed content is the most common use case forApache
Stanbol. For that users need to use the [RESTful
API](docs/trunk/enhancer/enhancerrest.html) of the Stanbol Enhancer to send
their Content to Stanbol. The Enhancer that uses its [Semantic
Engines](doc/trunk/enhancer/engines) to analyze the parsed Content. Extracted
information are represented as RDF and returned in the Response of the
Enhancement Request. For more Information about how to use the Stanbol Enhancer
for Enhancing your Content please see this [Usage
Scenario](docs/trunk/contentenhancement.html).