You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by ag...@apache.org on 2011/07/05 00:13:43 UTC

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

Author: agruber
Date: Mon Jul  4 22:13:43 2011
New Revision: 1142823

URL: http://svn.apache.org/viewvc?rev=1142823&view=rev
Log:
small changes at index.mdtext

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

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext?rev=1142823&r1=1142822&r2=1142823&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext Mon Jul  4 22:13:43 2011
@@ -13,21 +13,17 @@ Applications include extending existing 
 
 The Apache Stanbol project was initiated by the European R&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 [adopting Apache Stanbol](http://wiki.iks-project.eu/index.php/Participants). 
 
-An online demo of a Apache Stanbol is available at: 
-
-* [http://stanbol.demo.nuxeo.com/](http://stanbol.demo.nuxeo.com/)
+An online demo of Apache Stanbol is available at [here](http://stanbol.demo.nuxeo.com/).
 
 
 ## Build, install and run Apache Stanbol
 
-As there is no official release of [Apache Stanbol][stan-home] so far, one needs to build the software from source.
+As there is no official release of Apache Stanbol so far, one needs to build the software from source.
 
 
 ### Installation
 
-1. To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as defined in the pom). You probably need also:
-
-   <code>$ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M </code>
+1. To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as defined in the pom). You probably need also: <code>$ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M </code>
 
 
 2. Fetch the sources from the Apache code repository
@@ -50,7 +46,7 @@ Several launchers are available under th
 * the __"stateless launcher"__ lets you work with Apache Stanbol components in offline mode and 
 * the __"kres launcher"__ activates the rules machinery only. 
 
-You can launch the Server via e.g:
+You can launch the server via e.g:
 
 <code>$ java -Xmx1g -jar full/target/org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar</code>