Author: agrieve
Date: Thu Jul 25 14:02:49 2013
New Revision: 1506973

URL: http://svn.apache.org/r1506973
Log:
[CB-3816] no space in 'Hello World' until other bug gets fixed

Modified:
    cordova/site/public/docs/en/3.0.0/guide_cli_index.md.html
    cordova/site/public/docs/en/3.0.0/guide_platforms_android_index.md.html
    cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html
    cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html

Modified: cordova/site/public/docs/en/3.0.0/guide_cli_index.md.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_cli_index.md.html?rev=1506973&r1=1506972&r2=1506973&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_cli_index.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_cli_index.md.html Thu Jul 25 
14:02:49 2013
@@ -191,7 +191,7 @@ platform SDKs.  Following installation, 
 <p>Go to the directory where you maintain your source code, and run a
 command such as the following:</p>
 
-<pre class="prettyprint"><code>    $ cordova create HelloWorld 
com.example.hello "Hello World"
+<pre class="prettyprint"><code>    $ cordova create HelloWorld 
com.example.hello "HelloWorld"
 </code></pre>
 
 <p>The first argument specifies a <em>HelloWorld</em> directory to be generated
@@ -203,7 +203,7 @@ distribute the application.</p>
 
 <p>The other two arguments are optional: the <code>com.example.hello</code> 
argument
 provides your project with a reverse domain-style identifier, and the
-<code>"Hello World!"</code> provides the application's display text. You can 
edit
+<code>"HelloWorld!"</code> provides the application's display text. You can 
edit
 both of these values later in the <code>config.xml</code> file.</p>
 
 <h2>

Modified: 
cordova/site/public/docs/en/3.0.0/guide_platforms_android_index.md.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_android_index.md.html?rev=1506973&r1=1506972&r2=1506973&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_android_index.md.html 
(original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_android_index.md.html Thu 
Jul 25 14:02:49 2013
@@ -223,7 +223,7 @@ run:</p>
 <p>Use the <code>cordova</code> utility to set up a new project, as described 
in The
 Cordova <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The 
Command-line Interface</a>. For example, in a source-code directory:</p>
 
-<pre class="prettyprint"><code>    $ cordova create hello com.example.hello 
"Hello World"
+<pre class="prettyprint"><code>    $ cordova create hello com.example.hello 
"HelloWorld"
     $ cd hello
     $ cordova platform add android
     $ cordova build

Modified: 
cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html?rev=1506973&r1=1506972&r2=1506973&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html 
(original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html 
Thu Jul 25 14:02:49 2013
@@ -263,7 +263,7 @@ blackberry.bbwp.dir=C:\\Program Files\\R
 </li>
 </ul>
 <p>These correspond to parameters you specify when building your project.
-The first time you run these commands, they generate a "Hello World"
+The first time you run these commands, they generate a "HelloWorld"
 application:</p>
 
 <pre class="prettyprint"><code>cordova/build playbook

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html?rev=1506973&r1=1506972&r2=1506973&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html 
(original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html Thu Jul 
25 14:02:49 2013
@@ -193,7 +193,7 @@ then the <strong>Downloads</strong> tab.
 <p>Use the <code>cordova</code> utility to set up a new project, as described 
in The
 Cordova <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The 
Command-line Interface</a>. For example, in a source-code directory:</p>
 
-<pre class="prettyprint"><code>    $ cordova create hello com.example.hello 
"Hello World"
+<pre class="prettyprint"><code>    $ cordova create hello com.example.hello 
"HelloWorld"
     $ cd hello
     $ cordova platform add android
     $ cordova prepare              # or "cordova build"


Reply via email to