You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/02/03 14:29:23 UTC

svn commit: r1563883 - /incubator/olingo/site/trunk/content/documentation.mdtext

Author: mibo
Date: Mon Feb  3 13:29:23 2014
New Revision: 1563883

URL: http://svn.apache.org/r1563883
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/documentation.mdtext

Modified: incubator/olingo/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/documentation.mdtext?rev=1563883&r1=1563882&r2=1563883&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/documentation.mdtext (original)
+++ incubator/olingo/site/trunk/content/documentation.mdtext Mon Feb  3 13:29:23 2014
@@ -18,19 +18,25 @@ Notice:    Licensed to the Apache Softwa
 
 # Documentation
 
----
+### Olingo Project Setup (Contributors)
+
+* [Git and Maven Support](/doc/maven.html)
+* [Eclipse IDE Support](/doc/eclipse.html)
+* [Release Documentation](doc/release.html)
 
+## OData Version 2
 ### How to Start
 
 * [Sample Project Setup with Maven Archetypes](/doc/sample-setup.html)
 * [Run with Tomcat](/doc/tomcat.html)
 * [Maven Dependencies](/doc/dependencies.html)
 
----
-
 ### Tutorials
 
-##### OData Library
+##### Olingo for Client usage
+* [Sample Client Application](doc/tutorials/basiclient.html)
+
+##### Olingo for Server usage
 * [Read Scenario](doc/tutorials/basicread.html)
 * [Write Scenario](doc/tutorials/Olingo_Tutorial_BasicWrite.html)
 * [Read Scenario - $expand](doc/tutorials/read_expand.html)
@@ -38,18 +44,14 @@ Notice:    Licensed to the Apache Softwa
 * [Batch Scenario (read/write)](doc/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html)
 <!-- * [Delta Responses](doc/tutorials/delta.html) -->
 
-##### OData JPA Processor Library
+##### Olingo Library Extensions
 
   * [Creating a Web Application Project for Transforming JPA Models into OData Services](doc/tutorials/CreateWebApp.html)
   * [Extending the EDM Generated from the JPA Models](doc/tutorials/ExtendingtheEDM.html)
   * [Adding Function Imports to OData Services](doc/tutorials/jpafunctionimport.html)
   * [Redefine Metadata for JPA Model](doc/tutorials/jparedefinemetadata.html)
-
-##### OData Annotation Processor Extension
-
 * [Creating a Web Application Project with Annotation Processor Extension](doc/tutorials/AnnotationProcessorExtension.html)
 
-
 ##### Miscellaneous
 
 * [Implementation of Filter Visitor](doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html)
@@ -60,8 +62,20 @@ Notice:    Licensed to the Apache Softwa
 
 ---
 
-### Olingo Project Setup (Contributors)
+## OData Version 4
 
-* [Git and Maven Support](/doc/maven.html)
-* [Eclipse IDE Support](/doc/eclipse.html)
-* [Release Documentation](doc/release.html)
\ No newline at end of file
+### How to Start
+
+  * TBD
+
+### Tutorials
+
+##### Olingo for Client usage
+
+  * TBD
+
+##### Olingo for Server usage
+
+  * TBD
+
+---