You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2011/06/30 11:46:56 UTC

svn commit: r791904 - in /websites/staging/stanbol/trunk/content/stanbol/docs/trunk: contentenhancement.html engines.html enhancer.html features.html index.html services.html

Author: buildbot
Date: Thu Jun 30 09:46:55 2011
New Revision: 791904

Log:
Staging update by buildbot

Modified:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/engines.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/contentenhancement.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - Using Apache Stanbol for enhancing textual content</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>
@@ -45,11 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <p><em><a href="index.html">Back to index</a></em></p>
-<h1 id="using_apache_stanbol_for_enhancing_textual_content">Using Apache Stanbol for enhancing textual content</h1>
-<hr />
-<p>For enhancing content you simply post plain text content to the Enhancement Engines and you will get back enhancement data. The enhancement process is stateless, so neither your content item, nor the enhancements will be stored. </p>
+    <h1 class="title">Using Apache Stanbol for enhancing textual content</h1>
+    <p>For enhancing content you simply post plain text content to the Enhancement Engines and you will get back enhancement data. The enhancement process is stateless, so neither your content item, nor the enhancements will be stored. </p>
 <p>You can test this via the [web interface of the engines][stan-engines] or from console via</p>
 <div class="codehilite"><pre><span class="n">curl</span> <span class="o">-</span><span class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Accept: text/turtle&quot;</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Content-type: text/plain&quot;</span> <span class="o">\</span>
 <span class="o">--</span><span class="n">data</span> <span class="s">&quot;John Smith was born in London.&quot;</span> <span class="n">http:</span><span class="sr">//</span><span class="n">localhost:8080</span><span class="o">/</span><span class="n">engines</span>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/engines.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/engines.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/engines.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - Enhancement Engines and their main features</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>
@@ -45,10 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <p><em><a href="index.html">Back to index</a></em></p>
-<h1 id="enhancement_engines_and_their_main_features">Enhancement Engines and their main features</h1>
-<h2 id="preprocessing">Preprocessing</h2>
+    <h1 class="title">Enhancement Engines and their main features</h1>
+    <h2 id="preprocessing">Preprocessing</h2>
 <ul>
 <li><strong>Language Identification Engine</strong><ul>
 <li>langage dedection for textual content</li>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - Enhancer</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>
@@ -45,10 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <p><em><a href="index.html">Back to index</a></em></p>
-<h1 id="enhancer">Enhancer</h1>
-<p>This stateless interface allows the caller to submit content to the Apache Stanbol enhancer engines and get the resulting enhancements formatted as RDF at once without storing anything on the server-side.</p>
+    <h1 class="title">Enhancer</h1>
+    <p>This stateless interface allows the caller to submit content to the Apache Stanbol enhancer engines and get the resulting enhancements formatted as RDF at once without storing anything on the server-side.</p>
 <p>The content to analyze should be sent in a POST request with the mimetype specified in the Content-type header. The response will hold the RDF enhancement serialized in the format specified in the Accept header:</p>
 <div class="codehilite"><pre><span class="n">curl</span> <span class="o">-</span><span class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Accept: text/turtle&quot;</span> <span class="o">-</span><span class="n">H</span> <span class="s">&quot;Content-type: text/plain&quot;</span> <span class="o">\</span>
 <span class="o">--</span><span class="n">data</span> <span class="s">&quot;John Smith was born in London.&quot;</span> <span class="n">http:</span><span class="sr">//</span><span class="n">localhost:8080</span><span class="o">/</span><span class="n">engines</span>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/features.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - Apache Stanbol features</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>
@@ -45,9 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <p><em><a href="index.html">Back to index</a></em></p>
-<h1 id="apache_stanbol_features">Apache Stanbol features</h1>
+    <h1 class="title">Apache Stanbol features</h1>
+    <h2 id="stable_features">Stable features</h2>
 <ul>
 <li>NLP and Named Entity Recognition via <a href="http://incubator.apache.org/opennlp/">Apache OpenNLP</a></li>
 <li>Enhancement engines linking to open data such as dbpedia, geonames, dplb.</li>
@@ -58,7 +57,8 @@
 <li>Language Detection for European Languages</li>
 <li>Extracting embedded metadata and textual content via <a href="http://aperture.sourceforge.net/">Aperture</a></li>
 </ul>
-<h2 id="upcoming_features_whishlist">Upcoming features whishlist</h2>
+<h2 id="upcoming_features">Upcoming Features</h2>
+<h2 id="features_whishlist">Features whishlist</h2>
 <ul>
 <li>Multilingual support</li>
 </ul>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - Apache Stanbol - services for semantic content management</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>
@@ -45,10 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <h1 id="apache_stanbol_-_services_for_semantic_content_management">Apache Stanbol - services for semantic content management</h1>
-<hr />
-<p><a href="http://incubator.apache.org/stanbol/">Apache Stanbol</a> is an open source modular software stack and reusable set of components for semantic content management.</p>
+    <h1 class="title">Apache Stanbol - services for semantic content management</h1>
+    <p><a href="http://incubator.apache.org/stanbol/">Apache Stanbol</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>
 <ul>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/services.html Thu Jun 30 09:46:55 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - </title>
+  <title>Apache Stanbol - HTTP entry points for Apache Stanbol services</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>
@@ -45,9 +45,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title"></h1>
-    <h1 id="http_entry_points_for_apache_stanbol_services">HTTP entry points for Apache Stanbol services</h1>
-<p>The web interface of your Apache Stanbol installation provides information for the main HTTP entry points. Each resource comes with a web view that documents the matching RESTful API for applications. Depending on which launcher you use, you will get a different set of services.</p>
+    <h1 class="title">HTTP entry points for Apache Stanbol services</h1>
+    <p>The web interface of your Apache Stanbol installation provides information for the main HTTP entry points. Each resource comes with a web view that documents the matching RESTful API for applications. Depending on which launcher you use, you will get a different set of services.</p>
 <ul>
 <li>[/engines][stan-engines] (stable)</li>
 </ul>