You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/09/10 09:40:09 UTC

svn commit: r921745 - in /websites/staging/olingo/trunk/content: ./ doc/javascript/project-build.html doc/javascript/project-release.html doc/javascript/project-setup.html

Author: buildbot
Date: Wed Sep 10 07:40:08 2014
New Revision: 921745

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/javascript/project-build.html
    websites/staging/olingo/trunk/content/doc/javascript/project-release.html
    websites/staging/olingo/trunk/content/doc/javascript/project-setup.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 10 07:40:08 2014
@@ -1 +1 @@
-1623917
+1623927

Modified: websites/staging/olingo/trunk/content/doc/javascript/project-build.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/project-build.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/project-build.html Wed Sep 10 07:40:08 2014
@@ -82,7 +82,7 @@
           
 			</div><!--/.nav-collapse -->
         </div><!--/.container-fluid -->
-      </div><!-- Main component for a primary marketing message or call to action --><h1 id="building-the-olingo-odata-client-for-java-script">Building the Olingo OData Client for Java Script</h1>
+      </div><!-- Main component for a primary marketing message or call to action --><h1 id="building-the-olingo-odata-client-for-javascript">Building the Olingo OData Client for JavaScript</h1>
 <h3 id="test-tool-prerequisites">Test tool prerequisites</h3>
 <p>Open your (git-)bash and navigate to the folder 
 <code>olingo-odata4-js/odatajs/</code></p>

Modified: websites/staging/olingo/trunk/content/doc/javascript/project-release.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/project-release.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/project-release.html Wed Sep 10 07:40:08 2014
@@ -82,12 +82,12 @@
           
 			</div><!--/.nav-collapse -->
         </div><!--/.container-fluid -->
-      </div><!-- Main component for a primary marketing message or call to action --><h1 id="apache-olingo-odata-client-for-java-script-release-documentation">Apache Olingo OData Client for Java Script Release Documentation</h1>
+      </div><!-- Main component for a primary marketing message or call to action --><h1 id="apache-olingo-odata-client-for-javascript-release-documentation">Apache Olingo OData Client for JavaScript Release Documentation</h1>
 <hr />
 <h3 id="introduction">Introduction</h3>
-<p>This document describes the release guidelines for Apache Olingo OData Client for Java Script (referenced in this document as ODataJS). 
+<p>This document describes the release guidelines for Apache Olingo OData Client for JavaScript (referenced in this document as ODataJS). 
 This is similar to <a href="http://maven.apache.org/developers/release/apache-release.html">standard Apache procedures to release</a>
-for Maven based projects at Apache, but since it is an Java Script library it is adopted to be used with grunt js.</p>
+for Maven based projects at Apache, but since it is an JavaScript library it is adopted to be used with grunt js.</p>
 <h3 id="build-environment">Build Environment</h3>
 <p>Apache Olingo is built and released with <a href="http://nodejs.org/">Node.js®</a> in combination with 
 <a href="http://gruntjs.com/">grunt task runner</a> </p>
@@ -96,7 +96,7 @@ for Maven based projects at Apache, but 
 <ul>
 <li>
 <p><strong>Main artifact</strong>: <code>&lt;artifactId&gt;-&lt;version&gt;.&lt;ext&gt;</code> 
-   <br/> A library artifact bundle containing all libraries necessary use the OData Client for Java Script 
+   <br/> A library artifact bundle containing all libraries necessary use the OData Client for JavaScript 
    <br/> <strong>Package formats</strong>: zip.</p>
 </li>
 <li>

Modified: websites/staging/olingo/trunk/content/doc/javascript/project-setup.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/project-setup.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/project-setup.html Wed Sep 10 07:40:08 2014
@@ -126,7 +126,7 @@ $ <span class="n">java</span> <span clas
 <p>Open your (git-)bash and use the following commonand:</p>
 <p><code>git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4-js</code></p>
 <h3 id="install-the-project-dependencies">Install the project dependencies</h3>
-<h5 id="java-script">Java Script</h5>
+<h5 id="javascript">JavaScript</h5>
 <p>After downloading navigate into the project folder via</p>
 <p><code>cd olingo-odata4-js/odatajs/</code></p>
 <p>and install the dependencies via npm (node package manager) with</p>