You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/08/01 22:50:14 UTC

[1/2] docs commit: cordova create "Hello World" -> "HelloWorld"

Updated Branches:
  refs/heads/master 96a3bc7ee -> 932e8c6cf


cordova create "Hello World" -> "HelloWorld"


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/932e8c6c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/932e8c6c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/932e8c6c

Branch: refs/heads/master
Commit: 932e8c6cf762e1fd5509211f728237e25d6d0cbb
Parents: 64fee82
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Aug 1 16:42:38 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Aug 1 16:49:49 2013 -0400

----------------------------------------------------------------------
 docs/en/3.0.0/guide/cli/index.md                  | 4 ++--
 docs/en/3.0.0/guide/platforms/android/index.md    | 2 +-
 docs/en/3.0.0/guide/platforms/blackberry/index.md | 2 +-
 docs/en/3.0.0/guide/platforms/ios/index.md        | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/cli/index.md b/docs/en/3.0.0/guide/cli/index.md
index b9d0455..1f94040 100644
--- a/docs/en/3.0.0/guide/cli/index.md
+++ b/docs/en/3.0.0/guide/cli/index.md
@@ -72,7 +72,7 @@ To install the `cordova` command-line tool, follow these steps:
 Go to the directory where you maintain your source code, and run a
 command such as the following:
 
-        $ cordova create HelloWorld com.example.hello "Hello World"
+        $ cordova create HelloWorld com.example.hello "HelloWorld"
 
 The first argument specifies a _HelloWorld_ directory to be generated
 for your project. Its `www` subdirectory houses your application's
@@ -83,7 +83,7 @@ distribute the application.
 
 The other two arguments are optional: the `com.example.hello` argument
 provides your project with a reverse domain-style identifier, and the
-`"Hello World!"` provides the application's display text. You can edit
+`"HelloWorld!"` provides the application's display text. You can edit
 both of these values later in the `config.xml` file.
 
 ## Add Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/android/index.md b/docs/en/3.0.0/guide/platforms/android/index.md
index ddad02e..63673f0 100644
--- a/docs/en/3.0.0/guide/platforms/android/index.md
+++ b/docs/en/3.0.0/guide/platforms/android/index.md
@@ -103,7 +103,7 @@ run:
 Use the `cordova` utility to set up a new project, as described in The
 Cordova The Command-line Interface. For example, in a source-code directory:
 
-        $ cordova create hello com.example.hello "Hello World"
+        $ cordova create hello com.example.hello "HelloWorld"
         $ cd hello
         $ cordova platform add android
         $ cordova build

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/blackberry/index.md b/docs/en/3.0.0/guide/platforms/blackberry/index.md
index 07998ee..3c8f407 100644
--- a/docs/en/3.0.0/guide/platforms/blackberry/index.md
+++ b/docs/en/3.0.0/guide/platforms/blackberry/index.md
@@ -128,7 +128,7 @@ Build the Cordova sample project by typing `./cordova/build <target>` in your co
         blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
 
 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:
 
     cordova/build playbook

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/932e8c6c/docs/en/3.0.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/ios/index.md b/docs/en/3.0.0/guide/platforms/ios/index.md
index d92045c..92a813f 100644
--- a/docs/en/3.0.0/guide/platforms/ios/index.md
+++ b/docs/en/3.0.0/guide/platforms/ios/index.md
@@ -74,7 +74,7 @@ __Install__ button next to the __Command Line Tools__ listing.
 Use the `cordova` utility to set up a new project, as described in The
 Cordova The Command-line Interface. For example, in a source-code directory:
 
-        $ cordova create hello com.example.hello "Hello World"
+        $ cordova create hello com.example.hello "HelloWorld"
         $ cd hello
         $ cordova platform add android
         $ cordova prepare              # or "cordova build"


[2/2] docs commit: Set nokogiri version to 1.5.9

Posted by ag...@apache.org.
Set nokogiri version to 1.5.9


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/64fee823
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/64fee823
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/64fee823

Branch: refs/heads/master
Commit: 64fee823e18f99d6b96cd8ee68e7c541567761ef
Parents: 96a3bc7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Aug 1 16:42:30 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Aug 1 16:49:49 2013 -0400

----------------------------------------------------------------------
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/64fee823/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index e385e61..8405800 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,6 @@
 source "https://rubygems.org"
 
 ruby '1.8.7'
-gem 'nokogiri', '1.5.2'
+gem 'nokogiri', '1.5.9'
 gem 'json'
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/64fee823/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index b56940a..4e9a07e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,11 +2,11 @@ GEM
   remote: https://rubygems.org/
   specs:
     json (1.8.0)
-    nokogiri (1.5.2)
+    nokogiri (1.5.9)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   json
-  nokogiri (= 1.5.2)
+  nokogiri (= 1.5.9)