Updated Branches: refs/heads/master 1ffa9e6b1 -> 280535944
[Cordova-Tizen] - TIZEN SDK 2.2 support fix Typos in README file Project: http://git-wip-us.apache.org/repos/asf/cordova-tizen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-tizen/commit/28053594 Tree: http://git-wip-us.apache.org/repos/asf/cordova-tizen/tree/28053594 Diff: http://git-wip-us.apache.org/repos/asf/cordova-tizen/diff/28053594 Branch: refs/heads/master Commit: 2805359443191fa3636445b25c9c7de40708ae81 Parents: 1ffa9e6 Author: Paul Plaquette <[email protected]> Authored: Wed Aug 28 22:38:08 2013 +0200 Committer: Paul Plaquette <[email protected]> Committed: Wed Aug 28 22:38:08 2013 +0200 ---------------------------------------------------------------------- README.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/28053594/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3f0c137..134b5c6 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ TIZEN is not yet integrated in Cordova 3.x branch. (This the next Goal.) git arcane: -looking remote repository branches : ... git branch -r -getting and checkout a branch:.......... git checkout -t origin/2.9.x + - looking remote repository branches : ... git branch -r + - getting and checkout a branch:.......... git checkout -t origin/2.9.x once you are on the 2.9.x local branch, you can create a new branch from it to store your work git branch myFeature-2.9.x @@ -76,10 +76,10 @@ Add the following lines into the `<head>` section of your `index.html` project f <script type="text/javascript" src="js/cordova.x.y.z.js"></script> `config.xml` is a sample that you are free to alter or merge with an existing TIZEN configuration file. -It gives privilèges access to TIZEN API, possible access to the web (URL), as well as other elements they may be required by a project as described by TIZEN SDK Documentation. +It gives privileges access to TIZEN API, possible access to the web (URL), as well as other elements they may be required by a project as described by TIZEN SDK Documentation. Sample proposed here contains all elements required by Cordova API. -not that the "system" is necessary to get the Cordova "Device Ready" event to fire telling application Cordova is ready to be used +Note that the "system" is necessary to get the Cordova "Device Ready" event to fire telling application Cordova is ready to be used In TIZEN SDK previous to SDK 2.1, the privileges was named "systeminfo". In TIZEN SDK 2.1, the config.xml editor was not proposing the system privileges, and it had to be added manually. This issue was fixed in TIZEN SDK 2.2 @@ -100,12 +100,12 @@ Further Reading - [TIZEN Developers Guide](https://developer.tizen.org/documentation/dev-guide) - [TIZEN Developers Forum](https://developer.tizen.org/forums/) - +www/ framework/ - cordova icon, for TIZEN we are not quite sure about the size to use...now it is a 64*64 png - - inedx html, a starter html file - - tizen.css, for notifications UI + - index html, a starter html file + - cordova-tizen.css, for notifications UI - sounds/ beep.wav, a file that should be used by notifications to play a "beep" js/ @@ -114,18 +114,13 @@ js/ lib/ cordova.js, generated by make file -tizen SDK Samples/ - -mobile-spec/ - -a TIZEN SDK eclipse project (to be imported using Eclipse import wizard) - -the cordova Legacy App adapted to TIZEN SDK: - notifications/index.html is loading the tizen.css file for notifications - (waiting to generate this from the source code) +mobile-spec: + TizenCordovaMobileSpec/ + mobile-spec adapted to TIZEN SDK 2.2 + + notifications/index.html is loading the cordova-tizen.css file for notifications config.xml that is granting all TIZEN related features as most of them are required by the Codova JavaScript lib - in the future we will try to add more samples
