Author: buildbot
Date: Thu Dec 22 11:17:56 2011
New Revision: 800784

Log:
Staging update by buildbot

Modified:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html
    websites/staging/stanbol/trunk/content/stanbol/index.html
    websites/staging/stanbol/trunk/content/stanbol/team.html

Modified: 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html 
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/tutorial.html Thu 
Dec 22 11:17:56 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - 1 minute tutorial for Apache Stanbol</title>
+  <title>Apache Stanbol - One minute tutorial for Apache Stanbol</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" type="image/png" 
href="/stanbol/images/stanbol-logo/stanbol-favicon.png"/>
 </head>
@@ -50,7 +50,7 @@
   </div>
   
   <div id="content">
-    <h1 class="title">1 minute tutorial for Apache Stanbol</h1>
+    <h1 class="title">One minute tutorial for Apache Stanbol</h1>
     <p>This tutorial targets at CMS developers, who want to enrich 
unstructured textual content with "named entity" tags (locations, persons or 
organizations such as "Paris", "Barack Obama", "BBC"). They will get such 
enhancements together with links to public (e.g. DBpedia) or private (e.g. an 
enterprise specific terminology) repositories.</p>
 <h2 id="build_and_run_your_stanbol">Build and run your Stanbol</h2>
 <p>To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as 
defined in the pom). You probably need also:   <br />
@@ -97,12 +97,13 @@
 
 
 <p>By using the HTTP web interface, you will get back the enhancements for 
John Smith and London as well as the full enhancement RDF graph in a notation 
you select. The cURL will result in the enhancement graph in turtle 
notation.</p>
-<h2 id="need_more_features">Need more features?</h2>
+<h2 id="configuration">Configuration</h2>
 <p>The default configuration is based on two active Enhancement Engines, first 
the <strong>NamedEntityExtractionEnhancementEngine</strong> which finds 
occurrences of named entities such as people, places and organisations, and the 
<strong>NamedEntityTaggingEngine</strong> which suggests links to an entity 
repository, in this case to DBpedia entities. It is restricted to English 
content and to plain text format.</p>
-<h3 id="configuring_enhancement_engines">Configuring enhancement engines</h3>
+<h3 id="additional_enhancement_engines">Additional enhancement engines</h3>
 <p>You may use the <a href="http://localhost:8080/";>OSGI console 
(http://{yourdomain}:{port}/)</a> (user/pwd: admin/admin) of your running 
Stanbol instance to activate and configure additional engines in order to get 
language detection, support for multiple document formats and some additional 
language support. Additional engines provide support for geonames, zemanta or 
opencalais. <em>Overview on Stanbol <a href="engines.html">Enhancement 
Engines</a></em></p>
 <h3 id="working_with_local_andor_custom_entities">Working with local and/or 
custom entities</h3>
-<p>Another feature of Stanbol is to manage and cache external entity 
repositories such as DBpedia locally as well as the possibility to use custom 
vocabularies as linking target repositories. <em>See the scenario on <a 
href="customvocabulary.html">using custom vocabularies</a></em></p>
+<p>Another feature of Stanbol is to manage and cache external entity 
repositories such as DBpedia locally as well as the possibility to use custom 
vocabularies as linking target repositories. </p>
+<p><em>See the scenario on <a href="customvocabulary.html">using custom 
vocabularies</a></em></p>
 <h3 id="explore_stanbol_full_launcher">Explore Stanbol "full" launcher</h3>
 <p>The full features of Apache Stanbol can be accessed via the "full launcher" 
of the software.</p>
 <div class="codehilite"><pre><span class="c">% java -Xmx1g -jar 
full/target/org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar</span>

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 Thu Dec 22 
11:17:56 2011
@@ -51,7 +51,7 @@
   
   <div id="content">
     <h1 class="title">Welcome to Apache Stanbol (incubating)</h1>
-    <p>Apache Stanbol (currently in <a 
href="http://incubator.apache.org";>incubation</a> ) is an open source modular 
software stack and reusable 
+    <p>Apache Stanbol (currently in <a 
href="http://incubator.apache.org";>incubation</a>) is an open source modular 
software stack and reusable 
 set of components for semantic content management.</p>
 <p>Apache Stanbol components are meant to be accessed over RESTful interfaces 
to provide semantic services for content management. The current code is 
written in Java and based on the OSGi modularization framework.</p>
 <p>Applications include extending existing content management systems with 
(internal or external) semantic services, and creating new types of content 
management systems with semantics at their core. Its main features will 
include:</p>
@@ -61,15 +61,14 @@ set of components for semantic content m
 <li>Knowledge models and reasoning: services that enhance the semantic 
information</li>
 <li>Interaction: intelligent user interface management and generation </li>
 </ul>
-<p>The Apache Stanbol project was initiated by the European R&amp;D project 
[IKS - Interactive Knowledge Stack for small to medium CMS providers][iks]. 
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>
 <p>An online demo of the basic/stable features of Apache Stanbol is available 
<a href="http://stanbol.demo.nuxeo.com/";>here</a> and <a 
href="http://dev.iks-project.eu:8080/";>here</a>. An experimental/full version 
of Apache Stanbol is available <a 
href="http://dev.iks-project.eu:8081/";>here</a>.</p>
 <h2 id="how_to_get_involved">How to get involved</h2>
 <h3 id="mailing_lists">Mailing lists</h3>
 <p>The dev mailing list is where the action is, so make sure you subscribe 
 to the Stanbol developers mailing list by sending an 
 email to <code>stanbol-dev-subscribe AT incubator.apache.org</code> .</p>
-<p>We don't have a users mailing list at this time, we'll create it if traffic 
becomes too high on the dev list. User questions
-are welcome on the dev list for now.</p>
+<p>We don't have a users mailing list at this time, we'll create it if traffic 
becomes too high on the dev list. User questions are welcome on the dev list 
for now.</p>
 <p>Mailing list archives are available at <a 
href="http://mail-archives.apache.org/mod_mbox/";>mail-archives.apache.org</a>,
 <a 
href="http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*";>markmail.org</a>
 and the other usual places.</p>
 <p>Additional mailing lists:</p>
@@ -82,7 +81,7 @@ are welcome on the dev list for now.</p>
 You can report issues and submit patches there, and you're welcome to discuss 
those on the
 mailing list first, as needed.</p>
 <h3 id="source_code">Source code</h3>
-<p>The Stanbol source code can be found at  <a 
href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/";>incubator/stanbol/trunk/</a>
 . </p>
+<p>The Stanbol source code can be found at  <a 
href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/";>incubator/stanbol/trunk/</a>.
 </p>
 <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>
   </div>

Modified: websites/staging/stanbol/trunk/content/stanbol/team.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/team.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/team.html Thu Dec 22 
11:17:56 2011
@@ -72,6 +72,7 @@
 <li>Joerg Steffen (jsteffen) (C-P)</li>
 <li>Olivier Grisel (ogrisel) (C-P)</li>
 <li>Ozgur Kilic (ozgur) (C-P)</li>
+<li>Reto Bachmann-Gmür (reto) (C-P)</li>
 <li>Ross Gardler (rgardler) (M)</li>
 <li>Rupert Westenthaler (rwesten) (C-P)</li>
 <li>Stefane Fermigier (sfermigier) (C-P)</li>
@@ -84,7 +85,7 @@
 <li>Wernher Behrendt (wernher) (C-P)</li>
 <li>Wolfgang Maass (wmaass) (C-P)</li>
 </ul>
-<p><strong>C</strong> indicates a commiter, <strong>P</strong> a PPMC member 
and <strong>M</strong> an incubation mentor. </p>
+<p><strong>C</strong> indicates a committer, <strong>P</strong> a PPMC member 
and <strong>M</strong> an incubation mentor. </p>
   </div>
   
   <div id="footer">


Reply via email to