Author: buildbot
Date: Mon Jul 16 13:28:39 2012
New Revision: 825995

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/index.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 16 13:28:39 2012
@@ -1 +1 @@
-1362026
+1362028

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 Mon Jul 16 
13:28:39 2012
@@ -85,34 +85,69 @@
       <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/stanbol/">Stanbol</a>
     </div>
     <h1 class="title">Welcome to 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.
+    <p><em>Apache Stanbol provides a set of reusable components for semantic 
content management.</em></p>
 <p style="text-align: center;">
-<img alt="Apache Stanbol - The semantic engine" 
src="images/stanbol-semanticengine.png" title="Apache Stanbol is aimed at 
bringing semantic technologies to current CMS Systems." /></p></p>
-<p>The Apache Stanbol <a href="docs/trunk/components.html">components</a> 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. </p>
+![Apache Stanbol - The semantic engine](images/stanbol-semanticengine.png 
"Apache Stanbol is
+aimed at bringing semantic technologies to current CMS Systems.")</p>
+
+<p>The Apache Stanbol (currently in <a 
href="http://incubator.apache.org";>incubating</a>)
+<a href="docs/trunk/components/">components</a> 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.</p>
 <p>Apache Stanbol's main features are:</p>
 <ul>
-<li><strong><a href="docs/trunk/enhancer">Content Enhancement</a></strong><br>
+<li><strong><a href="docs/trunk/components/enhancer">Content 
Enhancement</a></strong><br>
   Services that add semantic information to “non-semantic” pieces of 
content.</li>
-<li><strong><a href="docs/trunk/reasoners.html">Reasoning</a></strong><br>
+<li><strong><a 
href="docs/trunk/components/reasoner/">Reasoning</a></strong><br>
   Services that are able to retrieve additional semantic information about the 
content based on the semantic information retrieved via content 
enhancement.</li>
-<li><strong><a href="docs/trunk/ontologymanager">Knowledge 
Models</a></strong><br>
+<li><strong><a href="docs/trunk/components/ontologymanager/">Knowledge 
Models</a></strong><br>
   Services that are used to define and manipulate the data models (e.g. 
ontologies) that are used to store the semantic information.</li>
-<li><strong><a href="docs/trunk/contenthub">Persistence</a></strong><br>
+<li><strong><a 
href="docs/trunk/components/contenthub/">Persistence</a></strong><br>
   Services that store (or cache) semantic information, i.e. enhanced content, 
entities, facts, and make it searchable.</li>
 </ul>
-<p>See also <a href="overview.html">Overview</a> 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 <a 
href="docs/trunk/components.html">Components</a> page for further technical 
details.</p>
+<p>See also <a href="overview.html">Overview</a> 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 <a href="docs/trunk/components/">Components</a> page for 
further
+technical details.</p>
 <p>Used Technologies/Frameworks include:</p>
 <ul>
-<li>Features provided as <strong>RESTful Services</strong> returning results 
as <a href="http://www.w3.org/RDF/";>RDF</a>(Resource Description Language) and 
<a href="http://www.json.org/";>JSON</a>. Stanbol also supports the use of <a 
href="http://json-ld.org/";>JSON-LD</a>.</li>
-<li>Available as <strong>Standalone application</strong> (runable Jar) or 
<strong>Web Archive</strong>(WAR file) deployable on any Servlet Container such 
as Apache Tomcat.</li>
-<li>Written in Java based on <a 
href="http://www2.osgi.org/Specifications/HomePage";>OSGi</a> as component 
framework</li>
-<li>Implemented using frameworks such as <a 
href="http://lucene.apache.org/solr/";>Apache Solr</a> - for semantic search; <a 
href="http://tika.apache.org/";>Apache Tika</a> - for plain text and metadata 
extraction; <a href="http://opennlp.apache.org/";>Apache OpenNLP</a> - for 
natural language processing; <a 
href="http://incubator.apache.org/clerezza/";>Apache Clerezza</a> and <a 
href="http://jena.apache.org/";>Apache Jena</a> - as RDF framework and Storage; 
<a href="http://felix.apache.org";>Apache Felix</a> as default OSGI framework 
and <a href="http://sling.apache.org";>Apache Sling</a> for deployment.</li>
+<li>Features provided as <strong>RESTful Services</strong> returning results as
+  <a href="http://www.w3.org/RDF/";>RDF</a>(Resource Description Language) and
+  <a href="http://www.json.org/";>JSON</a>. Stanbol also supports the use of
+  <a href="http://json-ld.org/";>JSON-LD</a>.</li>
+<li>Available as <strong>Standalone application</strong> (runable Jar) or 
<strong>Web Archive</strong>(WAR
+  file) deployable on any Servlet Container such as Apache Tomcat.</li>
+<li>Written in Java based on <a 
href="http://www2.osgi.org/Specifications/HomePage";>OSGi</a>
+  as component framework</li>
+<li>Implemented using frameworks such as <a 
href="http://lucene.apache.org/solr/";>Apache
+  Solr</a> - for semantic search; <a href="http://tika.apache.org/";>Apache
+  Tika</a> - for plain text and metadata extraction;
+  <a href="http://opennlp.apache.org/";>Apache OpenNLP</a> - for natural 
language
+  processing; <a href="http://incubator.apache.org/clerezza/";>Apache 
Clerezza</a> and
+  <a href="http://jena.apache.org/";>Apache Jena</a> - as RDF framework and 
Storage;
+  <a href="http://felix.apache.org";>Apache Felix</a> as default OSGI framework 
and
+  <a href="http://sling.apache.org";>Apache Sling</a> for deployment.</li>
 </ul>
 <hr />
-<p>The Apache Stanbol project was initiated by the European R&amp;D project <a 
href="http://www.iks-project.eu";>IKS</a> - 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 <a 
href="http://wiki.iks-project.eu/index.php/Participants";>adopting Apache 
Stanbol</a>. </p>
+<p>The Apache Stanbol project was initiated by the European R&amp;D project
+<a href="http://www.iks-project.eu";>IKS</a> - 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 <a href="http://wiki.iks-
+project.eu/index.php/Participants">adopting Apache Stanbol</a>.</p>
 <hr />
 <h3 id="disclaimer">Disclaimer</h3>
-<p>Apache Stanbol is an effort undergoing incubation at <a 
href="http://apache.org/";>The Apache Software Foundation (ASF)</a>, sponsored 
by the <a href="http://incubator.apache.org/";>Apache Incubator PMC</a>. 
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.</p>
+<p>Apache Stanbol is an effort undergoing incubation at <a 
href="http://apache.org/";>The Apache Software
+Foundation (ASF)</a>, sponsored by the <a 
href="http://incubator.apache.org/";>Apache Incubator
+PMC</a>. 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.</p>
   </div>
   
   <div id="footer">


Reply via email to