Author: buildbot
Date: Thu May 21 16:36:36 2015
New Revision: 952217

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 21 16:36:36 2015
@@ -1 +1 @@
-1680919
+1680924

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
 Thu May 21 16:36:36 2015
@@ -900,10 +900,10 @@ Our first OData service is very simple;
 <p><strong>Outlook</strong></p>
 <p>Further topics to be covered by follow-up tutorials:  </p>
 <ul>
-<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property (this page)</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_Readep.zip">sample
 project zip</a>  </li>
-<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a>  </li>
-<li>Work in progress: Tutorial OData V4 service part 4: <a 
href="/doc/odata4/index.html">Navigation</a> | <a 
href="/doc/odata4/index.html">sample project zip</a>  </li>
-<li>Work in progress: Tutorial OData V4 service part 5: <a 
href="/doc/odata4/index.html">System Query Options</a> | <a 
href="/doc/odata4/index.html">sample project zip</a>  </li>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection 
(this page)</a> | <a href="sample/DemoService_Tutorial_Read.zip">sample 
project</a> (<a href="sample/DemoService_Tutorial_Read.zip.md5">md5</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.asc">pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">sample
 project zip</a> (<a href="sample/DemoService_Tutorial_ReadEp.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_ReadEp.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_ReadEp.zip.asc">pgp</a>)  </li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a> (<a href="sample/DemoService_Tutorial_Write.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_Write.zip.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Write.zip.asc">pgp</a>)  </li>
+<li>Tutorial OData V4 service part 4: <a href="...">Navigation - (To Be 
Announced)</a>  </li>
 </ul>
 <p><strong>Further reading</strong></p>
 <p>OData specification: <a href="http://odata.org/";>http://odata.org/</a><br />

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
 Thu May 21 16:36:36 2015
@@ -97,7 +97,7 @@ These 2 topics will be covered in the pr
 <p>Note that this tutorial doesn’t cover modifying operations like create, 
update and delete.
 Such operations will be the focus of the Olingo V4 tutorial no. 3</p>
 <p><strong>Note</strong><br />
-The full implementation of the OData service as described in the present 
tutorial can be found in the attached zip file that contains an Eclipse project 
that can be imported into your Eclipse workspace.</p>
+The full implementation of the OData service as described in the present 
tutorial can be found in the <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">attached
 zip file</a> (<a href="sample/DemoService_Tutorial_ReadEp.zip.md5">md5</a>, <a 
href="sample/DemoService_Tutorial_ReadEp.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_ReadEp.zip.asc">pgp</a>) that contains an 
Eclipse project that can be imported into your Eclipse workspace.</p>
 <p><strong>Disclaimer</strong><br />
 Again, in the present tutorial, We will focus only on the relevant 
implementation, in order to keep the code small and simple.
 The sample code shouldn't be reused for advanced scenarios.</p>
@@ -792,9 +792,11 @@ It has been based on a simple OData mode
 <p>In the next tutorial (<a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Part 3: Write</a>) we 
will learn how to implement write operations, i.e. create, update and delete of 
an entity.</p>
 <hr />
 <h1 id="6-links">6. Links</h1>
-<p>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="/doc/odata4/tutorials/read/sample/DemoService_Tutorial_Read.zip">sample 
project zip</a><br />
-Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property (this page)</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_Readep.zip">sample
 project zip</a><br />
-Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a>  </p>
+<ul>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a href="sample/DemoService_Tutorial_Read.zip">sample project</a> (<a 
href="sample/DemoService_Tutorial_Read.zip.md5">md5</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.asc">pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property (this page)</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">sample
 project zip</a> (<a href="sample/DemoService_Tutorial_ReadEp.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_ReadEp.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_ReadEp.zip.asc">pgp</a>)  </li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a> (<a href="sample/DemoService_Tutorial_Write.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_Write.zip.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Write.zip.asc">pgp</a>)  </li>
+</ul>
 <p>OData specification: <a href="http://odata.org/";>http://odata.org/</a><br />
 Olingo Javadoc: <a 
href="/javadoc/odata4/index.html">http://olingo.apache.org/javadoc/odata4/index.html</a></p><div
 align="center">
 <p>Copyright © 2013-2015, The Apache Software Foundation<br>

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/write/tutorial_write.html
 Thu May 21 16:36:36 2015
@@ -437,10 +437,12 @@ It has been based on a simple OData mode
 <p>In the next tutorial (Part 4: Navigation) we will learn how to implement 
navigation, i.e. the linking of resources.</p>
 <hr />
 <h1 id="6-links">6. Links</h1>
-<p>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a 
href="/doc/odata4/tutorials/read/sample/DemoService_Tutorial_Read.zip">sample 
project zip</a><br />
-Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_Readep.zip">sample
 project zip</a><br />
-Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity) - (this page)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a><br />
-Tutorial OData V4 service part 4: <a href="...">Navigation - (To Be 
Announced)</a></p>
+<ul>
+<li>Tutorial OData V4 service part 1: <a 
href="/doc/odata4/tutorials/read/tutorial_read.html">Read Entity Collection</a> 
| <a href="sample/DemoService_Tutorial_Read.zip">sample project</a> (<a 
href="sample/DemoService_Tutorial_Read.zip.md5">md5</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Read.zip.asc">pgp</a>).</li>
+<li>Tutorial OData V4 service part 2: <a 
href="/doc/odata4/tutorials/readep/tutorial_readep.html">Read Entity, Read 
Property</a> | <a 
href="/doc/odata4/tutorials/readep/sample/DemoService_Tutorial_ReadEp.zip">sample
 project zip</a> (<a href="sample/DemoService_Tutorial_ReadEp.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_ReadEp.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_ReadEp.zip.asc">pgp</a>)  </li>
+<li>Tutorial OData V4 service part 3: <a 
href="/doc/odata4/tutorials/write/tutorial_write.html">Write (Create, Update, 
Delete Entity)  (this page)</a> | <a 
href="/doc/odata4/tutorials/write/sample/DemoService_Tutorial_Write.zip">sample 
project zip</a> (<a href="sample/DemoService_Tutorial_Write.zip.md5">md5</a>, 
<a href="sample/DemoService_Tutorial_Write.zip.zip.sha512">sha512</a>, <a 
href="sample/DemoService_Tutorial_Write.zip.asc">pgp</a>)  </li>
+<li>Tutorial OData V4 service part 4: <a href="...">Navigation - (To Be 
Announced)</a></li>
+</ul>
 <p>OData specification: <a href="http://odata.org/";>http://odata.org/</a><br />
 Olingo Javadoc: <a 
href="/javadoc/odata4/index.html">http://olingo.apache.org/javadoc/odata4/index.html</a></p><div
 align="center">
 <p>Copyright © 2013-2015, The Apache Software Foundation<br>


Reply via email to