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

[1/3] docs commit: added windows8 to cli guide

Updated Branches:
  refs/heads/master 026842aec -> 25d08f24d


added windows8 to cli guide


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

Branch: refs/heads/master
Commit: a3736ec98fc40941705a6e454d83ba028550ffe3
Parents: 4ebc97d
Author: Steven Gill <st...@gmail.com>
Authored: Mon Sep 30 15:28:27 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Sep 30 15:28:35 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a3736ec9/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 05952e6..610ca1b 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -42,6 +42,7 @@ platform's SDK. The CLI supports the following combinations:
 * BlackBerry 10   (Mac, Linux, Windows)
 * Windows Phone 7 (Windows)
 * Windows Phone 8 (Windows)
+* Windows 8       (Windows)
 * Firefox OS      (Mac, Linux, Windows)
 
 On the Mac, the command-line is available via the _Terminal_
@@ -112,6 +113,7 @@ different versions of the Windows Phone operating system:
 
         $ cordova platform add wp7
         $ cordova platform add wp8
+        $ cordova platform add windows8
         $ cordova platform add android
         $ cordova platform add blackberry10
         $ cordova platform add firefoxos


[3/3] docs commit: added upgrade portion for windows 8

Posted by st...@apache.org.
added upgrade portion for windows 8


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

Branch: refs/heads/master
Commit: 25d08f24d8f4f0975ddfdb39cbd4affebdb1e343
Parents: a3736ec
Author: Steven Gill <st...@gmail.com>
Authored: Mon Sep 30 15:34:00 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Sep 30 15:34:00 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/overview/index.md           | 1 +
 docs/en/edge/guide/platforms/win8/upgrading.md | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/25d08f24/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index 76422e9..b2a025e 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -137,6 +137,7 @@ CLI's shorthand stubs.)
         <th><tt>wp7</tt> (Windows<br/>Phone 7)</th>
         <th><tt>wp8</tt> (Windows<br/>Phone 8)</th>
         <th><tt>win8</tt><br/>(Windows 8)</th>
+        <th><tt>firefoxos</tt></th>
         <th><tt>tizen</tt></th>
     </tr>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/25d08f24/docs/en/edge/guide/platforms/win8/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/win8/upgrading.md b/docs/en/edge/guide/platforms/win8/upgrading.md
index 3cb0e1c..d27ba52 100644
--- a/docs/en/edge/guide/platforms/win8/upgrading.md
+++ b/docs/en/edge/guide/platforms/win8/upgrading.md
@@ -24,6 +24,10 @@ Most of these instructions apply to projects created with an older set
 of command-line tools that precede the `cordova` CLI utility. See The Command-line Interface for information how to update the
 version of the CLI.
 
+## Upgrade to 3.1.0
+
+Cordova CLI support for Windows 8 was introduced in Cordova 3.1.0. To upgrade, we suggest creating a new Cordova CLI project and moving over all necessary assets.  
+
 ## Upgrade to 2.9.0 from 2.8.0 ##
 
 The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.


[2/3] docs commit: added firefoxos

Posted by st...@apache.org.
added firefoxos


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

Branch: refs/heads/master
Commit: 4ebc97d01f06b35305b4dcc0172a1a696028ca0b
Parents: 026842a
Author: Steven Gill <st...@gmail.com>
Authored: Mon Sep 30 15:00:04 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Sep 30 15:28:35 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4ebc97d0/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 868e464..05952e6 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -42,6 +42,7 @@ platform's SDK. The CLI supports the following combinations:
 * BlackBerry 10   (Mac, Linux, Windows)
 * Windows Phone 7 (Windows)
 * Windows Phone 8 (Windows)
+* Firefox OS      (Mac, Linux, Windows)
 
 On the Mac, the command-line is available via the _Terminal_
 application. On the PC, it's available as _Command Prompt_ under
@@ -104,6 +105,7 @@ SDK.  Run any of these from a Mac:
         $ cordova platform add ios
         $ cordova platform add android
         $ cordova platform add blackberry10
+        $ cordova platform add firefoxos
 
 Run any of these from a Windows machine, where _wp_ refers to
 different versions of the Windows Phone operating system:
@@ -112,6 +114,7 @@ different versions of the Windows Phone operating system:
         $ cordova platform add wp8
         $ cordova platform add android
         $ cordova platform add blackberry10
+        $ cordova platform add firefoxos
 
 Run this to check your current set of platforms:
 
@@ -288,14 +291,14 @@ Use `plugin ls` (or `plugin list`, or `plugin` by itself) to view
 currently installed plugins. Each displays by its identifier:
 
         $ cordova plugin ls    # or 'plugin list'
-        [ 'org.apache.cordova.core.console' ]
+        [ 'org.apache.cordova.console' ]
 
 To remove a plugin, refer to it by the same identifier that appears in
 the listing. For example, here is how you would remove support for a
 debug console from a release version:
 
-        $ cordova plugin rm org.apache.cordova.core.console        
-        $ cordova plugin remove org.apache.cordova.core.console    # same
+        $ cordova plugin rm org.apache.cordova.console        
+        $ cordova plugin remove org.apache.cordova.console    # same
 
 You can batch-remove or add plugins by specifying more than one
 argument for each command.
@@ -349,7 +352,7 @@ update it to the latest version by running the following command:
 
 Use this syntax to install a specific version:
 
-        $ sudo npm install -g cordova@3.0.0
+        $ sudo npm install -g cordova@3.1.0
 
 Run `cordova -v` to see the currently running version.  Run the `npm
 info` command for a longer listing that includes the current version