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/08/24 22:29:39 UTC

[13/72] [abbrv] 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/8d6fb0fd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/tree/8d6fb0fd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/diff/8d6fb0fd

Branch: refs/heads/master
Commit: 8d6fb0fd0f336a2cc7d22bb50b35d6b4f2126d2a
Parents: f98b376
Author: paul plaquette <pp...@gmail.com>
Authored: Fri Jul 27 15:09:09 2012 +0200
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:27:41 2012 -0700

----------------------------------------------------------------------
 README.md |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/8d6fb0fd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fe68761..c97f419 100644
--- a/README.md
+++ b/README.md
@@ -75,3 +75,34 @@ Further Reading
 - [Cordova Issue Tracker](https://issues.apache.org/jira/browse/CB)
 - [Tizen Web SDK Documentation](https://developer.tizen.org/documentation)
 
+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)