You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/01/01 16:27:39 UTC

svn commit: r1427439 [2/2] - in /jena/site/trunk: content/ content/documentation/io/ content/documentation/notes/ content/documentation/rdf/ templates/

Modified: jena/site/trunk/content/documentation/rdf/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/rdf/index.mdtext?rev=1427439&r1=1427438&r2=1427439&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/rdf/index.mdtext (original)
+++ jena/site/trunk/content/documentation/rdf/index.mdtext Tue Jan  1 15:27:39 2013
@@ -174,21 +174,22 @@ of that resource, as above, but also as 
 ## Jena packages
 
 As a guide to the various features of Jena, here's a description of the main Java packages.
-For brevity, we shorten `com.hp.hpl` to `chh`.
+For brevity, we shorten `com.hp.hpl` to `chh` and `org.apache.jena` to `oaj`.
 
 **Important note** At some future point, now that Jena has become a project under the Apache
 Software Foundation, the package names beginning `com.hpl.hpl` will change to `org.apache`.
-Likewise `org.openjena`. We will provide transition packages to help Jena users adapt to this
+We will provide transition packages to help Jena users adapt to this
 change when it occurs.
 
 Package | Description | More information
 ------- | ----------- | ----------------
 chh.jena.rdf.model  | The Jena core. Creating and manipulating RDF graphs. |
+oaj.riot            | Reading and Writing RDF. |
 chh.jena.datatypes | Provides the core interfaces through which datatypes are described to Jena.| [Typed literals](http://jena.apache.org/documentation/notes/typed-literals.html)
 chh.jena.ontology | Abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. | [Ontology API](http://jena.apache.org/documentation/ontology/index.html)
-chh.jena.rdf.arp  | A parser for RDF/XML. |
 chh.jena.rdf.listeners  | Listening for changes to the statements in a model |
 chh.jena.reasoner|  The reasoner subsystem is supports a range of inference engines which derive additional information from an RDF model | [Reasoner how-to](http://jena.apache.org/documentation/inference/index.html)
 chh.jena.shared | Common utility classes |
 chh.jena.vocabulary | A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies. |
+
 chh.jena.xmloutput |   Writing RDF/XML. | [I/O index](http://jena.apache.org/documentation/io/index.html)

Modified: jena/site/trunk/content/ia.txt
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/ia.txt?rev=1427439&r1=1427438&r2=1427439&view=diff
==============================================================================
--- jena/site/trunk/content/ia.txt (original)
+++ jena/site/trunk/content/ia.txt Tue Jan  1 15:27:39 2013
@@ -35,15 +35,16 @@
     +-- Overview                        documentation   /documentation(/index.html)
     +-- Javadoc                                         /documentation/javadoc
     +-- RDF                                             /documentation/rdf(/index.html)
-    +-- Query                                           /documentation/query(/index.html)
+    +-- SPARQL                                          /documentation/query(/index.html)
     +-- TDB                                             /documentation/tdb(/index.html)
-    +-- SDB                                             /documentation/sdb(/index.html)
-    +-- Serving Data                                    /documentation/serving_data(/index.html)
+    +-- Fuseki: Serving Data                            /documentation/serving_data(/index.html)
     +-- Ontology                                        /documentation/ontology(/index.html)
         +-- Principles                                  /documentation/ontology/principles.html
         +-- Ontology API                                /documentation/ontology/ontology_api
         +-- Code examples                               /documentation/ontology/code_examples
     +-- Inference                                       /documentation/inference(/index.html)
+    +-- [Assembler]                                     /documentation/assembler(/index.html)
+    +-- SDB                                             /documentation/sdb(/index.html)
     +-- Tools                                           /documentation/tools(/index.html)
 +-- Getting Involved
     +-- Contributing to Jena            getting involved /getting_involved(/index.html)

Modified: jena/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/templates/sidenav.mdtext?rev=1427439&r1=1427438&r2=1427439&view=diff
==============================================================================
--- jena/site/trunk/templates/sidenav.mdtext (original)
+++ jena/site/trunk/templates/sidenav.mdtext Tue Jan  1 15:27:39 2013
@@ -41,6 +41,7 @@
   - [Overview](/documentation/index.html)
   - [Javadoc](/documentation/javadoc/)
   - [RDF](/documentation/rdf/index.html)
+  - [I/O](/documentation/io/index.html)
   - [SPARQL (ARQ)](/documentation/query/index.html)
     - [Application API](/documentation/query/app_api.html)
     - [Command line utilities](/documentation/query/cmds.html)
@@ -48,16 +49,13 @@
     - [API for Transactions](/documentation/tdb/tdb_transactions.html)
     - [Dataset Assembler](/documentation/tdb/assembler.html)
   - [Fuseki: Serving Data](/documentation/serving_data/index.html)
-  - [SDB](/documentation/sdb/index.html)
-  - [LARQ: Free Text Search](/documentation/larq/index.html)
   - [Ontology](/documentation/ontology/index.html)
   - [Inference](/documentation/inference/index.html)
   - [Assembler](/documentation/assembler/index.html)
     - [Assembler how-to](/documentation/assembler/assembler-howto.html)
     - [Inside assemblers](/documentation/assembler/inside-assemblers.html)
-  - [I/O](/documentation/io/index.html)
-    - [I/O how-to](/documentation/io/iohowto.html)
-    - [RIOT](/documentation/io/riot.html)
+  - [SDB](/documentation/sdb/index.html)
+  - [LARQ: Free Text Search](/documentation/larq/index.html)
   - [Notes](/documentation/notes/index.html)
     - [Concurrency how-to](/documentation/notes/concurrency-howto.html)
     - [Event handler how-to](/documentation/notes/event-handler-howto.html)