You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/11/21 19:55:28 UTC

svn commit: r1204647 - /incubator/jena/Jena2/JenaDist/trunk/README.txt

Author: castagna
Date: Mon Nov 21 18:55:28 2011
New Revision: 1204647

URL: http://svn.apache.org/viewvc?rev=1204647&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/JenaDist/trunk/README.txt

Modified: incubator/jena/Jena2/JenaDist/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaDist/trunk/README.txt?rev=1204647&r1=1204646&r2=1204647&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaDist/trunk/README.txt (original)
+++ incubator/jena/Jena2/JenaDist/trunk/README.txt Mon Nov 21 18:55:28 2011
@@ -1,79 +1,86 @@
-Apache Jena
-===========
 
-Jena is a Java framework for building semantic web applications. It provides 
-tools and Java libraries to help you to develop semantic web and linked-data 
-apps, tools and servers.
+                                  Apache Jena
+                                  ===========
 
-This distribution includes the following Apache Jena modules: 
+  Jena is a Java framework for building semantic web applications. It provides 
+  tools and Java libraries to help you to develop semantic web and linked-data 
+  apps, tools and servers.
 
- - jena-core ..... https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/
-   this module provides the Jena RDF APIs, Ontology APIs and Infrence APIs. 
- - jena-iri ....... https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/
-   this module provides an implementation of RFC 3987 (IRI) and RFC 3986 (URI)
- - jena-arq ....... https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/
-   this module (a.k.a. ARQ) provides the SPARQL query engine used by Jena
- - jena-larq ..... https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/
-   this module provides full text searches as extension to ARQ
+  This distribution includes the following Apache Jena modules: 
 
-Two additional modules are necessary for building this distribution:
+  - jena-core ..... https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/
+    this module provides the Jena RDF APIs, Ontology APIs and Infrence APIs. 
+  - jena-iri ....... https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/
+    this module provides an implementation of RFC 3987 (IRI) and RFC 3986 (URI)
+  - jena-arq ....... https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/
+    this module (a.k.a. ARQ) provides the SPARQL query engine used by Jena
+  - jena-larq ..... https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/
+    this module provides full text searches as extension to ARQ
 
- - jena-top ... https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/
- - jena-dist . https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaDist/
+  Two additional modules are necessary for building this distribution:
 
+  - jena-top ... https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/
+  - jena-dist . https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaDist/
 
-Getting started
----------------
 
-Jena is a Java library for RDF and OWL. To use Jena in your application, 
-ensure all the .jar files in the lib/ directory are on the classpath or 
-available to your web application. Jena is tested with these .jar files,
-it includes a copy of Apache Xerces and it relies on specific features 
-that change between versions.
+  Installing Jena
+  ---------------
 
-To use the Jena tools from the command line you need to set the JENAROOT
-and ARQROOT environment variables pointing to the location where you have 
-unzipped the Jena distribution:
+  Jena is a Java library for RDF and OWL. To use Jena in your application, 
+  ensure all the .jar files in the lib/ directory are on the classpath or 
+  available to your web application. Jena is tested with these .jar files,
+  it includes a copy of Apache Xerces and it relies on specific features 
+  that change between versions.
 
-  export JENAROOT=/path/to/apache-jena-2.6.5-incubating
-  export ARQROOT=/path/to/apache-jena-2.6.5-incubating
+  To use the Jena tools from the command line you need to set the JENAROOT
+  and ARQROOT environment variables pointing to the location where you have 
+  unzipped the Jena distribution:
 
+    export JENAROOT=/path/to/apache-jena-2.6.5-incubating
+    export ARQROOT=/path/to/apache-jena-2.6.5-incubating
 
-Website
--------
 
-The Apache Jena website is available here:
-http://incubator.apache.org/jena/
+  Website
+  -------
 
+  The Apache Jena website is available here:
+  http://incubator.apache.org/jena/
 
-Documentation
--------------
 
-Getting started: http://incubator.apache.org/jena/getting_started/
-Tutorials: http://incubator.apache.org/jena/tutorials/
-Documentation: http://incubator.apache.org/jena/documentation/
+  Documentation
+  -------------
 
-Support is provided via jena-users@incubator.apache.org mailing list.
-See also: http://incubator.apache.org/jena/help_and_support/
+  Getting started: http://incubator.apache.org/jena/getting_started/
+  Tutorials: http://incubator.apache.org/jena/tutorials/
+  Documentation: http://incubator.apache.org/jena/documentation/
 
+  Support is provided via jena-users@incubator.apache.org mailing list.
+  See also: http://incubator.apache.org/jena/help_and_support/
 
-Build instructions
-------------------
 
-If you downloaded the sources distribution it is possible to compile and
-build the binary distribution (provided you have Java 1.6 and Apache Maven
-2.2.1 or greated installed) doing:
+  Build instructions
+  ------------------
 
-  cd jena-dist
-  mvn package   
+  If you downloaded the sources distribution it is possible to compile and
+  build the binary distribution (provided you have Java 1.6 and Apache Maven
+  2.2.1 or greated installed) doing:
 
+    cd jena-dist
+    mvn package   
 
-Sources and Getting Involved
-----------------------------
 
-The Apache Jena source code repository is here:
-http://svn.apache.org/repos/asf/incubator/jena/Jena2/
+  Sources and Getting Involved
+  ----------------------------
 
-If you are interested in getting involved with Apache Jena development: 
-http://incubator.apache.org/jena/getting_involved/
+  The Apache Jena source code repository is here:
+  http://svn.apache.org/repos/asf/incubator/jena/Jena2/
+
+  If you are interested in getting involved with Apache Jena development: 
+  http://incubator.apache.org/jena/getting_involved/
+
+
+  Licensing
+  ---------
+
+  Please see LICENSE.TXT