Author: buildbot
Date: Wed Apr 15 11:17:16 2015
New Revision: 947711
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/javascript/index.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 15 11:17:16 2015
@@ -1 +1 @@
-1672271
+1673727
Modified: websites/staging/olingo/trunk/content/doc/javascript/index.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/index.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/index.html Wed Apr 15
11:17:16 2015
@@ -88,10 +88,10 @@
</div><!--/.container-fluid -->
</div><!-- Main component for a primary marketing message or call to
action --><h2 id="olingo-odata-client-for-javascript">Olingo OData Client for
JavaScript</h2>
<p>The Olingo OData Client for JavaScript (odatajs) is a library written in
JavaScript that enables browser based frontend applications to easily use the
OData protocol for communication with application servers.</p>
-<p>This library "odatajs-4.0.0-beta-01.min.js" supports only the OData V4
protocol.</p>
+<p>This library "odatajs-4.0.0.min.js" supports only the OData V4 protocol.</p>
<p>For using the OData protocols V1-V3 please refer to the <a
href="http://datajs.codeplex.com/">datajs library</a></p>
<p>The odatajs library can be included in any html page with the script tag
(for example)
-<code><script type="text/javascript"
src="./sources/odatajs-4.0.0-beta-01.min.js"></script></code>
+<code><script type="text/javascript"
src="./sources/odatajs-4.0.0.min.js"></script></code>
and its features can be used through the <code>odatajs</code> namespace (or
<code>window.odatajs</code>). The odatajs library can be used together with the
datajs library which uses the <code>window.OData</code> namespace.</p>
<p>For API documentation please see <a
href="http://olingo.apache.org/doc/javascript/apidoc/index.html">ODatajs API
documentation</a></p>
<p>You may also use the documentation and the samples from the <a
href="http://datajs.codeplex.com/documentation">datajs library</a> because the
features and API are similar.</p>
@@ -105,8 +105,8 @@ and its features can be used through the
Changes in Olingo OData Client for JavaScript</li>
<li>[Changed] The license header is changed to the Apache license header</li>
<li>[Pruned] Atom and JSON verbose payload support is removed to conform the
OData V4 protocol</li>
-<li>[New] The new build infrastructure
-In order to make the build infrastructure of the DataJS V4 cross-platform and
easy accessible, a new build infrastructure based on Node Package Manager (NPM)
and Grunt is adopted and has replaced the former Visual Studio based build
infrastructure. For more details, please refers to the building
instructions.</li>
+<li>[New] New build infrastructure -
+In order to make the build infrastructure of ODataJS cross-platform and easy
accessible, a new build infrastructure based on Node Package Manager (NPM) and
Grunt is adopted and has replaced the former Visual Studio based build
infrastructure. For more details, please refers to the building
instructions.</li>
<li>[New] The code comments are modified to the JSDoc style and the JSDoc
generation functionality is enabled.</li>
<li>[New] Support running on browser-independent environments (e.g.
Node.js)</li>
</ul>