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/07/16 15:28:35 UTC

svn commit: r1362028 - /incubator/stanbol/site/trunk/content/stanbol/index.mdtext

Author: fchrist
Date: Mon Jul 16 13:28:34 2012
New Revision: 1362028

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

Modified:
    incubator/stanbol/site/trunk/content/stanbol/index.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/index.mdtext?rev=1362028&r1=1362027&r2=1362028&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/index.mdtext Mon Jul 16 13:28:34 2012
@@ -1,36 +1,72 @@
 Title: Welcome to Apache Stanbol (incubating)
 
-Apache Stanbol (currently [incubating](http://incubator.apache.org)) provides a set of reusable components for semantic content management.
+<em>Apache Stanbol provides a set of reusable components for semantic content management.</em>
+
 <p style="text-align: center;">
-![Apache Stanbol - The semantic engine](images/stanbol-semanticengine.png "Apache Stanbol is aimed at bringing semantic technologies to current CMS Systems.")</p>
+![Apache Stanbol - The semantic engine](images/stanbol-semanticengine.png "Apache Stanbol is
+aimed at bringing semantic technologies to current CMS Systems.")</p>
 
-The Apache Stanbol [components](docs/trunk/components.html) are accessed using RESTful services. Stanbol's main intended use is to extend traditional content management systems with semantic services. Other feasible use cases include: 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, etc. 
+The Apache Stanbol (currently in [incubating](http://incubator.apache.org))
+[components](docs/trunk/components/) are accessed using RESTful web services.
+Apache Stanbol's main intended use is to extend traditional content management
+systems with semantic services. Other feasible use cases include: 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, etc.
 
 Apache Stanbol's main features are:
 
-- **[Content Enhancement](docs/trunk/enhancer)**<br>
+- **[Content Enhancement](docs/trunk/components/enhancer)**<br>
   Services that add semantic information to “non-semantic” pieces of content.
-- **[Reasoning](docs/trunk/reasoners.html)**<br>
+- **[Reasoning](docs/trunk/components/reasoner/)**<br>
   Services that are able to retrieve additional semantic information about the content based on the semantic information retrieved via content enhancement.
-- **[Knowledge Models](docs/trunk/ontologymanager)**<br>
+- **[Knowledge Models](docs/trunk/components/ontologymanager/)**<br>
   Services that are used to define and manipulate the data models (e.g. ontologies) that are used to store the semantic information.
-- **[Persistence](docs/trunk/contenthub)**<br>
+- **[Persistence](docs/trunk/components/contenthub/)**<br>
   Services that store (or cache) semantic information, i.e. enhanced content, entities, facts, and make it searchable.
 
-See also [Overview](overview.html) page for a more comprehensive list about features provided by Apache Stanbol. If you are a Developer you might also want to look at the [Components](docs/trunk/components.html) page for further technical details.
+See also [Overview](overview.html) page for a more comprehensive list about
+features provided by Apache Stanbol. If you are a Developer you might also
+want to look at the [Components](docs/trunk/components/) page for further
+technical details.
 
 Used Technologies/Frameworks include:
 
-- Features provided as **RESTful Services** returning results as [RDF](http://www.w3.org/RDF/)(Resource Description Language) and [JSON](http://www.json.org/). Stanbol also supports the use of [JSON-LD](http://json-ld.org/).
-- Available as **Standalone application** (runable Jar) or **Web Archive**(WAR file) deployable on any Servlet Container such as Apache Tomcat.
-- Written in Java based on [OSGi](http://www2.osgi.org/Specifications/HomePage) as component framework
-- Implemented using frameworks such as [Apache Solr](http://lucene.apache.org/solr/) - for semantic search; [Apache Tika](http://tika.apache.org/) - for plain text and metadata extraction; [Apache OpenNLP](http://opennlp.apache.org/) - for natural language processing; [Apache Clerezza](http://incubator.apache.org/clerezza/) and [Apache Jena](http://jena.apache.org/) - as RDF framework and Storage; [Apache Felix](http://felix.apache.org) as default OSGI framework and [Apache Sling](http://sling.apache.org) for deployment.
+- Features provided as **RESTful Services** returning results as
+  [RDF](http://www.w3.org/RDF/)(Resource Description Language) and
+  [JSON](http://www.json.org/). Stanbol also supports the use of
+  [JSON-LD](http://json-ld.org/).
+- Available as **Standalone application** (runable Jar) or **Web Archive**(WAR
+  file) deployable on any Servlet Container such as Apache Tomcat.
+- Written in Java based on [OSGi](http://www2.osgi.org/Specifications/HomePage)
+  as component framework
+- Implemented using frameworks such as [Apache
+  Solr](http://lucene.apache.org/solr/) - for semantic search; [Apache
+  Tika](http://tika.apache.org/) - for plain text and metadata extraction;
+  [Apache OpenNLP](http://opennlp.apache.org/) - for natural language
+  processing; [Apache Clerezza](http://incubator.apache.org/clerezza/) and
+  [Apache Jena](http://jena.apache.org/) - as RDF framework and Storage;
+  [Apache Felix](http://felix.apache.org) as default OSGI framework and
+  [Apache Sling](http://sling.apache.org) for deployment.
 
 ------------------------------------------------------------------------------------------------
 
-The Apache Stanbol project was initiated by the European R&D project [IKS](http://www.iks-project.eu) - Interactive Knowledge Stack for small to medium CMS providers. Some people who are working on the project are part-funded by the IKS project, as well as by several European SME CMS providers, who are [adopting Apache Stanbol](http://wiki.iks-project.eu/index.php/Participants). 
+The Apache Stanbol project was initiated by the European R&D project
+[IKS](http://www.iks-project.eu) - Interactive Knowledge Stack for small to
+medium CMS providers. Some people who are working on the project are part-
+funded by the IKS project, as well as by several European SME CMS providers,
+who are [adopting Apache Stanbol](http://wiki.iks-
+project.eu/index.php/Participants).
 
 ------------------------------------------------------------------------------------------------
 
 ### Disclaimer
-Apache Stanbol is an effort undergoing incubation at [The Apache Software Foundation (ASF)](http://apache.org/), sponsored by the [Apache Incubator PMC](http://incubator.apache.org/). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
+
+Apache Stanbol is an effort undergoing incubation at [The Apache Software
+Foundation (ASF)](http://apache.org/), sponsored by the [Apache Incubator
+PMC](http://incubator.apache.org/). Incubation is required of all newly
+accepted projects until a further review indicates that the infrastructure,
+communications, and decision making process have stabilized in a manner
+consistent with other successful ASF projects. While incubation status is not
+necessarily a reflection of the completeness or stability of the code, it does
+indicate that the project has yet to be fully endorsed by the ASF.