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/20 18:32:18 UTC

svn commit: r1148834 - in /incubator/jena/site/trunk: content/jena/about_jena/about.mdtext content/jena/about_jena/index.mdtext content/jena/about_jena/team.mdtext templates/sidenav.mdtext

Author: ijd
Date: Wed Jul 20 16:32:16 2011
New Revision: 1148834

URL: http://svn.apache.org/viewvc?rev=1148834&view=rev
Log:
Fix minor navigation bug: 'about jena' being wrongly highlighted in the about sub-menu

Added:
    incubator/jena/site/trunk/content/jena/about_jena/about.mdtext
      - copied, changed from r1148795, incubator/jena/site/trunk/content/jena/about_jena/index.mdtext
Modified:
    incubator/jena/site/trunk/content/jena/about_jena/index.mdtext
    incubator/jena/site/trunk/content/jena/about_jena/team.mdtext
    incubator/jena/site/trunk/templates/sidenav.mdtext

Copied: incubator/jena/site/trunk/content/jena/about_jena/about.mdtext (from r1148795, incubator/jena/site/trunk/content/jena/about_jena/index.mdtext)
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/about_jena/about.mdtext?p2=incubator/jena/site/trunk/content/jena/about_jena/about.mdtext&p1=incubator/jena/site/trunk/content/jena/about_jena/index.mdtext&r1=1148795&r2=1148834&rev=1148834&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/about_jena/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/about_jena/about.mdtext Wed Jul 20 16:32:16 2011
@@ -1,6 +1,5 @@
-Title: About Apache Jena
+Title: What is Jena?
 
-## What is Jena?
 Jena is a Java framework for building Semantic Web applications. It provides a
 extensive Java libraries for helping developers develop code that
 handles RDF, RDFS, RDFa, OWL and SPARQL in line with
@@ -9,17 +8,17 @@ Jena includes a rule-based inference eng
 to perform reasoning based on OWL and RDFS ontologies, and a variety of storage
 strategies to store RDF *triples* in memory or on disk.
 
-## History
+### History
 Jena was originally developed by researchers in [HP Labs](http://www.hpl.hp.com),
 starting in Bristol, UK, in 2000. Jena has always been an open-source project,
 and has been extensively used in a wide variety of semantic web applications and
 demonstrators. In 2009, HP decided to refocus development activity away from direct
 support of development of Jena, though remaining supportive of the project's aims.
 The project team successfully applied to have Jena adopted by the Apache
-Software Foundation (vote [result](http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/%3C4CEC31E4.9080401@apache.org%3E))
-in November 2010.
+Software Foundation
+in November 2010  (see the [vote result](http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/%3C4CEC31E4.9080401@apache.org%3E)).
 
-## Current status
+### Current status
 Jena is currently an [*incubator project*](http://incubator.apache.org/projects/jena.html)
 in the ASF. We are actively working to bring the project source code and documentation into the ASF infrastructure, and to
 align the build process and other software management activities with ASF's

Modified: incubator/jena/site/trunk/content/jena/about_jena/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/about_jena/index.mdtext?rev=1148834&r1=1148833&r2=1148834&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/about_jena/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/about_jena/index.mdtext Wed Jul 20 16:32:16 2011
@@ -1,26 +1,35 @@
-Title: About Apache Jena
+Title: Apache Jena
 
-## What is Jena?
-Jena is a Java framework for building Semantic Web applications. It provides a
-extensive Java libraries for helping developers develop code that
-handles RDF, RDFS, RDFa, OWL and SPARQL in line with
-published [W3C recommendations](http://www.w3.org/2001/sw/).
-Jena includes a rule-based inference engine
-to perform reasoning based on OWL and RDFS ontologies, and a variety of storage
-strategies to store RDF *triples* in memory or on disk.
-
-## History
-Jena was originally developed by researchers in [HP Labs](http://www.hpl.hp.com),
-starting in Bristol, UK, in 2000. Jena has always been an open-source project,
-and has been extensively used in a wide variety of semantic web applications and
-demonstrators. In 2009, HP decided to refocus development activity away from direct
-support of development of Jena, though remaining supportive of the project's aims.
-The project team successfully applied to have Jena adopted by the Apache
-Software Foundation (vote [result](http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/%3C4CEC31E4.9080401@apache.org%3E))
-in November 2010.
-
-## Current status
-Jena is currently an [*incubator project*](http://incubator.apache.org/projects/jena.html)
-in the ASF. We are actively working to bring the project source code and documentation into the ASF infrastructure, and to
-align the build process and other software management activities with ASF's
-policies and best practices.
+<!-- This page will not normally be seen. The javascript nav should ensure that the index.mdtext in the
+     root directory will be seen instead of this one. Nevertheless, for safety this page should be a copy
+     of /index.mdtext -->
+
+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.
+
+The Jena Framework includes:
+
+* 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
+
+Jena is currently an [incubator](http://incubator.apache.org/) project of the
+[Apache Software Foundation](http://www.apache.org).
+
+## 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)

Modified: incubator/jena/site/trunk/content/jena/about_jena/team.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/about_jena/team.mdtext?rev=1148834&r1=1148833&r2=1148834&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/about_jena/team.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/about_jena/team.mdtext Wed Jul 20 16:32:16 2011
@@ -10,7 +10,6 @@ Title: Apache Jena project team members
 * Ian Dickinson (ijd) **CP**
 * Leo Simons (leosimons) **CPM**
 * Ross Gardler (rgardler) **CPM**, project champion
-* Dave Johnson (snoopdave) **CPM**
 
 ### Key
 

Modified: incubator/jena/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/templates/sidenav.mdtext?rev=1148834&r1=1148833&r2=1148834&view=diff
==============================================================================
--- incubator/jena/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/jena/site/trunk/templates/sidenav.mdtext Wed Jul 20 16:32:16 2011
@@ -7,6 +7,7 @@
 
 # About Jena
   - [Home](/jena/index.html)
+  - [About Jena](/jena/about_jena/about.html)
   - [Architecture](/jena/about_jena/architecture.html)
   - [Roadmap](/jena/about_jena/roadmap.html)
   - [Project team](/jena/about_jena/team.html)