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/12/23 02:46:23 UTC

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

Author: ijd
Date: Fri Dec 23 01:46:23 2011
New Revision: 1222528

URL: http://svn.apache.org/viewvc?rev=1222528&view=rev
Log:
Added some basic text so that "getting started with Jena" is non-blank

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

Modified: incubator/jena/site/trunk/content/jena/getting_started/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/getting_started/index.mdtext?rev=1222528&r1=1222527&r2=1222528&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/getting_started/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/getting_started/index.mdtext Fri Dec 23 01:46:23 2011
@@ -1,3 +1,15 @@
-Title: RDF HelloWorld - a first Jena project
+Title: Getting started with Apache Jena
 
-Coming soon.
+*Please bear with us, we're in the process of updating this section of the site*.
+This section will shortly contain some example projects illustrating aspects of
+using Jena for RDF processing. In the meantime, please see the following
+resources for help:
+
+  - [Jena RDF API tutorial](/jena/tutorials/rdf_api.html)
+  - [SPARQL tutorial](/jena/tutorials/sparql.html)
+  - [Ontology API overview](/jena/documentation/ontology)
+
+## Other resources
+
+Jena committer Paolo Castagna has listed some [example programs](https://github.com/castagna/jena-examples)
+using Jena on his GitHub site.