Author: agruber
Date: Thu Dec 22 11:17:33 2011
New Revision: 1222180
URL: http://svn.apache.org/viewvc?rev=1222180&view=rev
Log:
Added reto to team page, other minor changes in docu ... STANBOL-402
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
incubator/stanbol/site/trunk/content/stanbol/index.mdtext
incubator/stanbol/site/trunk/content/stanbol/team.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext?rev=1222180&r1=1222179&r2=1222180&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext Thu
Dec 22 11:17:33 2011
@@ -1,4 +1,4 @@
-Title: 1 minute tutorial for Apache Stanbol
+Title: One minute tutorial for Apache Stanbol
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.
@@ -44,16 +44,18 @@ Simply copy arbitrary textual content in
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.
-## Need more features?
+## Configuration
The default configuration is based on two active Enhancement Engines, first
the __NamedEntityExtractionEnhancementEngine__ which finds occurrences of named
entities such as people, places and organisations, and the
__NamedEntityTaggingEngine__ which suggests links to an entity repository, in
this case to DBpedia entities. It is restricted to English content and to plain
text format.
-### Configuring enhancement engines
+### Additional enhancement engines
You may use the [OSGI console
(http://{yourdomain}:{port}/)](http://localhost:8080/) (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. _Overview on Stanbol [Enhancement
Engines](engines.html)_
### Working with local and/or custom entities
-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. _See the scenario on [using custom
vocabularies](customvocabulary.html)_
+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.
+
+_See the scenario on [using custom vocabularies](customvocabulary.html)_
### Explore Stanbol "full" launcher
Modified: incubator/stanbol/site/trunk/content/stanbol/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/index.mdtext?rev=1222180&r1=1222179&r2=1222180&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/index.mdtext Thu Dec 22
11:17:33 2011
@@ -1,6 +1,6 @@
Title: Welcome to Apache Stanbol (incubating)
-Apache Stanbol (currently in [incubation](http://incubator.apache.org) ) is an
open source modular software stack and reusable
+Apache Stanbol (currently in [incubation](http://incubator.apache.org)) is an
open source modular software stack and reusable
set of components for semantic content management.
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.
@@ -12,7 +12,7 @@ Applications include extending existing
- Knowledge models and reasoning: services that enhance the semantic
information
- Interaction: intelligent user interface management and generation
-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).
+The Apache Stanbol project was initiated by the European R&D project
[IKS](http://www.iks-project.eu) - 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 [adopting Apache
Stanbol](http://wiki.iks-project.eu/index.php/Participants).
An online demo of the basic/stable features of Apache Stanbol is available
[here](http://stanbol.demo.nuxeo.com/) and
[here](http://dev.iks-project.eu:8080/). An experimental/full version of Apache
Stanbol is available [here](http://dev.iks-project.eu:8081/).
@@ -23,8 +23,7 @@ The dev mailing list is where the action
to the Stanbol developers mailing list by sending an
email to <code>stanbol-dev-subscribe AT incubator.apache.org</code> .
-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.
+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.
Mailing list archives are available at
[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/),
[markmail.org](http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*)
and the other usual places.
@@ -40,7 +39,7 @@ You can report issues and submit patches
mailing list first, as needed.
### Source code
-The Stanbol source code can be found at
[incubator/stanbol/trunk/](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/)
.
+The Stanbol source code can be found at
[incubator/stanbol/trunk/](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/).
### Disclaimer
Apache Stanbol is an effort undergoing incubation at [The Apache Software
Foundation (ASF)](http://apache.org/), sponsored by the [Apache Incubator
PMC](http://incubator.apache.org/). 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.
\ No newline at end of file
Modified: incubator/stanbol/site/trunk/content/stanbol/team.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/team.mdtext?rev=1222180&r1=1222179&r2=1222180&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/team.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/team.mdtext Thu Dec 22
11:17:33 2011
@@ -21,6 +21,7 @@ The Stanbol team currently consists of (
* Joerg Steffen (jsteffen) (C-P)
* Olivier Grisel (ogrisel) (C-P)
* Ozgur Kilic (ozgur) (C-P)
+* Reto Bachmann-Gmür (reto) (C-P)
* Ross Gardler (rgardler) (M)
* Rupert Westenthaler (rwesten) (C-P)
* Stefane Fermigier (sfermigier) (C-P)
@@ -33,7 +34,7 @@ The Stanbol team currently consists of (
* Wernher Behrendt (wernher) (C-P)
* Wolfgang Maass (wmaass) (C-P)
- **C** indicates a commiter, **P** a PPMC member and **M** an incubation
mentor.
+ **C** indicates a committer, **P** a PPMC member and **M** an incubation
mentor.
\ No newline at end of file