You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2011/07/19 13:47:42 UTC

svn commit: r1148278 - /incubator/jena/site/trunk/content/jena/index.mdtext

Author: ijd
Date: Tue Jul 19 11:47:41 2011
New Revision: 1148278

URL: http://svn.apache.org/viewvc?rev=1148278&view=rev
Log:
Updated front page content and quick links

Modified:
    incubator/jena/site/trunk/content/jena/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/index.mdtext?rev=1148278&r1=1148277&r2=1148278&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/index.mdtext Tue Jul 19 11:47:41 2011
@@ -1,15 +1,31 @@
-Title: Apache Jena (incubating)
+Title: Apache Jena
 
-Welcome to the Apache Jena project, a semantic web platform for Java
+Welcome to the Apache Jena project! Jena is a Java framework for building
+Semantic Web applications.
+Jena provides a collection of tools and Java libraries to help you
+to develop [semantic web](http://www.w3.org/2001/sw/) and
+[linked-data](http://linkeddata.org/) apps, tools and servers.
 
-Please note: we're currently migrating content from the old project site to the Apache infrastructure.
-This site will be in something of a state of flux during the transition.
+Jena is currently an [incubator](http://incubator.apache.org/) project of the
+[Apache Software Foundation](http://www.apache.org).
 
-## Links
-I would like to:
+The Jena Framework includes:
 
-* [find out more about the Jena project](about.html)
-* [see who's involved](team.html)
-* [read the documentation on the old site](http://openjena.org)
-* [find out about getting involved (or reporting bugs!)](contributing.html)
-* [get help with using Jena](contributing.html)
+* an API for reading, processing and writing [RDF](http://www.w3.org/RDF/) data in XML, N-triples and Turtle formats;
+* an ontology API for handling [OWL](http://www.w3.org/standards/techs/owl#w3c_all) and RDFS ontologies;
+* a rule-based inference engine for reasoning with RDF and OWL data sources;
+* stores to allow large numbers of RDF triples to be efficiently stored on disk;
+* a query engine compliant with the latest [SPARQL](http://www.w3.org/standards/semanticweb/query) specification
+* servers to allow RDF data to be published to other applications using a variety
+of protocols, including SPARQL
+
+## Quick shortcuts
+I would like to ...
+
+* ... [find out more about the Jena project](about_jena/index.html)
+* ... [see who's involved](about_jena/team.html)
+* ... [follow a tutorial](tutorials/index.html)
+* ... [see how to get started with Jena](getting_started/index.html)
+* ... [report a bug](help_and_support/bugs_and_suggestions.html)
+* ... [get help using Jena](help_and_support/index.html)
+* ... [contribute to the project!](getting_involved/index.html)