You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/11/03 12:10:04 UTC

[1/3] docs commit: no need to create a manifest web IDE instead of App Manager

Repository: cordova-docs
Updated Branches:
  refs/heads/master 83bd1d1cd -> 1b87cc0e8


no need to create a manifest
web IDE instead of App Manager


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

Branch: refs/heads/master
Commit: be83a4b439a4edf5f0b4a326621aec02a9ace59a
Parents: 83bd1d1
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Oct 31 14:36:29 2014 +0100
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Fri Oct 31 14:36:29 2014 +0100

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/firefoxos/index.md | 21 +++-----------------
 1 file changed, 3 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/be83a4b4/docs/en/edge/guide/platforms/firefoxos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/firefoxos/index.md b/docs/en/edge/guide/platforms/firefoxos/index.md
index 84cb148..7a4ee15 100644
--- a/docs/en/edge/guide/platforms/firefoxos/index.md
+++ b/docs/en/edge/guide/platforms/firefoxos/index.md
@@ -50,21 +50,6 @@ At this point you are ready to go — change the code inside test-app/www to wha
 	cordova plugin add org.apache.cordova.device
 	cordova plugin add org.apache.cordova.vibration
 
-You also need to add a custom manifest.webapp file into your test-app/www directory, which should include at least the following:
-
-  	{ 
-    	"launch_path":"/index.html",
-    	"installs_allowed_from":["*"],
-    	"version":"0.0.1",
-    	"name":"My app",
-    	"pkgName":"io.cordova.hellocordova",
-    	"icons": {
-      		"128": "/img/logo.png"
-    	}
-  	}
-
-For more information about Firefox App manifests, read [App manifest](https://developer.mozilla.org/en-US/Apps/Developing/Manifest) on MDN.
-
 When your app code is written, deploy your changes to the Firefox OS app you've added to your project with
 
   	$ cordova prepare
@@ -73,11 +58,11 @@ Note that a build step (i.e. cordova build) is not required when deploying to th
 
 ##Testing and Debugging
 
-The app can be tested using the Firefox OS [App Manager](https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager).
+The app can be tested using the Firefox OS [Web IDE](https://developer.mozilla.org/en-US/docs/Tools/WebIDE).
 
-When you have connected the App Manager to your test device/simulator, select the "Add Packaged App" option, then make sure you point to the test-app/platforms/firefoxos/www/ directory to include the App in the Manager interface.
+When you have connected the Web IDE to your test device/simulator, select the "Open Packaged App" option, then make sure you point to the test-app/platforms/firefoxos/www/ directory to include the App in the Manager interface.
 
-For here you can install the app on your test device/simulator (with the "Update" button). Using the "Debug" button you can then debug the app and edit its code live. 
+For here you can install the app on your test device/simulator (with the "Play" button). Using the "Pause" button you can then debug the app and edit its code live. 
 
 Note: Before attempting to publish your app you should consider validating it using the [App validator](https://marketplace.firefox.com/developers/validator).
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/3] docs commit: Merge branch 'fix_ffos_guide'

Posted by za...@apache.org.
Merge branch 'fix_ffos_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/1b87cc0e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1b87cc0e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1b87cc0e

Branch: refs/heads/master
Commit: 1b87cc0e8deaaa1c45c5f833bdf407620214fe30
Parents: 83bd1d1 597c051
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Mon Nov 3 12:09:47 2014 +0100
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Mon Nov 3 12:09:47 2014 +0100

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/firefoxos/index.md | 29 ++++++--------------
 1 file changed, 9 insertions(+), 20 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/3] docs commit: info about cordova build

Posted by za...@apache.org.
info about cordova build


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

Branch: refs/heads/master
Commit: 597c051f2b2e2fe81abfe62d4c9b794575867648
Parents: be83a4b
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Oct 31 16:21:02 2014 +0100
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Fri Oct 31 16:21:02 2014 +0100

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/firefoxos/index.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/597c051f/docs/en/edge/guide/platforms/firefoxos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/firefoxos/index.md b/docs/en/edge/guide/platforms/firefoxos/index.md
index 7a4ee15..e97f539 100644
--- a/docs/en/edge/guide/platforms/firefoxos/index.md
+++ b/docs/en/edge/guide/platforms/firefoxos/index.md
@@ -52,9 +52,13 @@ At this point you are ready to go — change the code inside test-app/www to wha
 
 When your app code is written, deploy your changes to the Firefox OS app you've added to your project with
 
-  	$ cordova prepare
+  	$ cordova prepare firefoxos
   	
-Note that a build step (i.e. cordova build) is not required when deploying to the Firefox OS platform, as Firefox OS apps are HTML-based, and therefore not compiled. 
+To create a packaged app one can zip the platforms/firefoxos/www directory. You can also simply build it using 
+
+    $ cordova build firefoxos
+
+The Firefox OS packaged app will be built in platforms/firefoxos/build/package.zip
 
 ##Testing and Debugging
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org