You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/07/28 04:01:29 UTC

[20/21] git commit: [updated README]

[updated README]


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/commit/942538bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/tree/942538bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/diff/942538bc

Branch: refs/heads/master
Commit: 942538bcc60f2ee095e5789a714b6a2bedea67e8
Parents: 0c62ac5
Author: paul plaquette <pp...@gmail.com>
Authored: Fri Jul 27 15:09:09 2012 +0200
Committer: paul plaquette <pp...@gmail.com>
Committed: Fri Jul 27 15:09:09 2012 +0200

----------------------------------------------------------------------
 README.md |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/942538bc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 99e6cea..0467ae5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,35 @@
 intel-cordova-tizen
 ===================
 
-that could become the source for the apache incubator-cordova-tizen that is until now  empty 
\ No newline at end of file
+that could become the source for the apache incubator-cordova-tizen that is until now  empty 
+
+
+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
+    - sounds/ beep.wav ,, a file that should be used by notifications to play a "beep"
+
+js/
+ where to put generated files from the cordova jake
+
+lib/
+    cordova.js, generated by make file
+
+tizen SDK Samples/
+
+mobile-spec/
+
+a tizen SDK eclipse project (to be imported using Eclipse import wizard)
+
+taken from after 2.0.0 tag
+
+the cordova Legacy App slightly adapte to tizen :
+    notifications/index.html is loading the tizen.css file for notifications
+    (waiting to generate this from the source code)
+    
+    config.xml that is granting all tizen related features as mùmost of them are required by the Codova JavaScript lib
+    
+    there will be more sample soon :
+    (actually tizen sample ported to phone gap when is makes sense, first should be contacts samples)