Author: buildbot
Date: Tue Aug 13 06:24:59 2013
New Revision: 874416
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 13 06:24:59 2013
@@ -1 +1 @@
-1491341
+1513363
Modified: websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html
==============================================================================
--- websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html (original)
+++ websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html Tue Aug 13
06:24:59 2013
@@ -91,8 +91,7 @@
<h1 class="title">Getting Started</h1>
<p>This tutorial targets developers, who want to enrich unstructured
textual content with "named entity" tags (locations, persons or organizations
such as "Paris", "Barack Obama", "BBC"). Apache Stanbol can provide 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-apache-stanbol-instance">Build and run your Apache
Stanbol instance</h2>
-<p>To build Apache Stanbol from source you need Java 6 and maven 2.2.1 +
(version as defined in the pom). You probably need also:<br />
-</p>
+<p>To build Apache Stanbol from source you need Java 6 and maven 3.0.3 +
(version as defined in the pom). You probably need also: </p>
<div class="codehilite"><pre><span class="c">% export
MAVEN_OPTS="-Xmx1024M -XX:MaxPermSize=256M"</span>
</pre></div>
@@ -113,13 +112,13 @@
<p>Your instance runs within the <code>stanbol/sling/</code> directory and is
accessible at</p>
-<div class="codehilite"><pre><span class="n">http:</span><span
class="sr">//</span><span class="n">localhost:8080</span>
+<div class="codehilite"><pre><span class="n">http</span><span
class="p">:</span><span class="o">//</span><span
class="n">localhost</span><span class="p">:</span>8080
</pre></div>
<h2 id="post-content-item-get-an-enhancement-graph">Post content item, get an
enhancement graph</h2>
<p>Goto the local HTTP web endpoint</p>
-<div class="codehilite"><pre><span class="n">http:</span><span
class="sr">//</span><span class="n">localhost:8080</span><span
class="o">/</span><span class="n">enhancer</span>
+<div class="codehilite"><pre><span class="n">http</span><span
class="p">:</span><span class="o">//</span><span
class="n">localhost</span><span class="p">:</span>8080<span
class="o">/</span><span class="n">enhancer</span>
</pre></div>