You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/31 00:19:36 UTC

git commit: [#1312] Update PhoneGap references to Apache Cordova.

Updated Branches:
  refs/heads/master aeb33addd -> 68887a644


[#1312] Update PhoneGap references to Apache Cordova.


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/68887a64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/tree/68887a64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/diff/68887a64

Branch: refs/heads/master
Commit: 68887a644e333c1006dce875bbf67ae67448cc60
Parents: aeb33ad
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Aug 30 15:18:44 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 30 15:18:44 2012 -0700

----------------------------------------------------------------------
 README.md                                          |    2 +-
 .../mobile-spec/accelerometer/index.html           |    2 +-
 tizen SDK samples/mobile-spec/audio/index.html     |    2 +-
 tizen SDK samples/mobile-spec/battery/index.html   |    2 +-
 tizen SDK samples/mobile-spec/camera/index.html    |    2 +-
 tizen SDK samples/mobile-spec/compass/index.html   |    2 +-
 tizen SDK samples/mobile-spec/contacts/index.html  |    2 +-
 tizen SDK samples/mobile-spec/events/index.html    |    2 +-
 tizen SDK samples/mobile-spec/index.html           |    2 +-
 tizen SDK samples/mobile-spec/location/index.html  |    2 +-
 tizen SDK samples/mobile-spec/main.js              |    2 +-
 tizen SDK samples/mobile-spec/misc/index.html      |    4 ++--
 tizen SDK samples/mobile-spec/misc/page2.html      |    2 +-
 .../mobile-spec/notification/index.html            |    2 +-
 tizen SDK samples/mobile-spec/sql/index.html       |    6 +++---
 tizen SDK samples/mobile-spec/storage/index.html   |    2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c97f419..861225a 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Further Reading
 ---
 
 - [Cordova home](http://incubator.apache.org/cordova/)
-- [Cordova Documentation](http://docs.phonegap.com)
+- [Cordova Documentation](http://docs.cordova.io)
 - [Cordova Issue Tracker](https://issues.apache.org/jira/browse/CB)
 - [Tizen Web SDK Documentation](https://developer.tizen.org/documentation)
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/accelerometer/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/accelerometer/index.html b/tizen SDK samples/mobile-spec/accelerometer/index.html
index efa043b..969ea61 100755
--- a/tizen SDK samples/mobile-spec/accelerometer/index.html	
+++ b/tizen SDK samples/mobile-spec/accelerometer/index.html	
@@ -109,7 +109,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/audio/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/audio/index.html b/tizen SDK samples/mobile-spec/audio/index.html
index 42cfe83..6b2b7df 100644
--- a/tizen SDK samples/mobile-spec/audio/index.html	
+++ b/tizen SDK samples/mobile-spec/audio/index.html	
@@ -262,7 +262,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/battery/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/battery/index.html b/tizen SDK samples/mobile-spec/battery/index.html
index 394988c..d2f2520 100644
--- a/tizen SDK samples/mobile-spec/battery/index.html	
+++ b/tizen SDK samples/mobile-spec/battery/index.html	
@@ -22,7 +22,7 @@
             }, false);
         window.setTimeout(function() {
             if (!deviceReady) {
-                alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+                alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
             }
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/camera/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/camera/index.html b/tizen SDK samples/mobile-spec/camera/index.html
index bc3b554..2ceb658 100755
--- a/tizen SDK samples/mobile-spec/camera/index.html	
+++ b/tizen SDK samples/mobile-spec/camera/index.html	
@@ -73,7 +73,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/compass/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/compass/index.html b/tizen SDK samples/mobile-spec/compass/index.html
index 8dbf99a..728cc84 100755
--- a/tizen SDK samples/mobile-spec/compass/index.html	
+++ b/tizen SDK samples/mobile-spec/compass/index.html	
@@ -102,7 +102,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/contacts/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/contacts/index.html b/tizen SDK samples/mobile-spec/contacts/index.html
index 950e1cc..a6d6474 100755
--- a/tizen SDK samples/mobile-spec/contacts/index.html	
+++ b/tizen SDK samples/mobile-spec/contacts/index.html	
@@ -89,7 +89,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/events/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/events/index.html b/tizen SDK samples/mobile-spec/events/index.html
index 2c7e8ba..372561a 100755
--- a/tizen SDK samples/mobile-spec/events/index.html	
+++ b/tizen SDK samples/mobile-spec/events/index.html	
@@ -51,7 +51,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/index.html b/tizen SDK samples/mobile-spec/index.html
index 9c6f3cb..3352832 100755
--- a/tizen SDK samples/mobile-spec/index.html	
+++ b/tizen SDK samples/mobile-spec/index.html	
@@ -10,7 +10,7 @@
 
   </head>
   <body onload="init();" id="stage" class="theme">
-    <h1>PhoneGap Tests</h1>
+    <h1>Apache Cordova Tests</h1>
     <div id="info">
         <h4>Platform: <span id="platform">  </span></h4>
         <h4>Version: <span id="version"> </span></h4>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/location/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/location/index.html b/tizen SDK samples/mobile-spec/location/index.html
index 9c989de..f649ccf 100755
--- a/tizen SDK samples/mobile-spec/location/index.html	
+++ b/tizen SDK samples/mobile-spec/location/index.html	
@@ -107,7 +107,7 @@ var date = (new Date(p.timestamp));
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/main.js
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/main.js b/tizen SDK samples/mobile-spec/main.js
index ae447aa..0ef98b6 100755
--- a/tizen SDK samples/mobile-spec/main.js	
+++ b/tizen SDK samples/mobile-spec/main.js	
@@ -90,7 +90,7 @@ function close() {
 
 // This is just to do this.
 function readFile() {
-    navigator.file.read('/sdcard/phonegap.txt', fail, fail);
+    navigator.file.read('/sdcard/cordova.txt', fail, fail);
 }
 
 function writeFile() {

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/misc/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/misc/index.html b/tizen SDK samples/mobile-spec/misc/index.html
index 697cb10..8567068 100755
--- a/tizen SDK samples/mobile-spec/misc/index.html	
+++ b/tizen SDK samples/mobile-spec/misc/index.html	
@@ -28,7 +28,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }
@@ -48,7 +48,7 @@
     <a href="http://www.google.com" class="btn large">Load Web Site</a>
     <!--  Need new URL -->
     <!-- a href="http://handle.library.cornell.edu/control/authBasic/authTest/" class="btn large">Basic Auth: test/this</a -->
-    <a href="page2.html" hrefbad="page2.html?me=test" class="btn large">Load another PhoneGap page</a>
+    <a href="page2.html" hrefbad="page2.html?me=test" class="btn large">Load another Apache Cordova page</a>
     <h2>Android Only</h2>
     <a href="geo:0,0?q=11400 Burnet Rd, Austin, TX" class="btn large">Map IBM</a>
     <a href="market://search?q=google" class="btn large">Search Android market</a>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/misc/page2.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/misc/page2.html b/tizen SDK samples/mobile-spec/misc/page2.html
index 22026fc..ed1e4c5 100755
--- a/tizen SDK samples/mobile-spec/misc/page2.html	
+++ b/tizen SDK samples/mobile-spec/misc/page2.html	
@@ -11,7 +11,7 @@
   </head>
   <body onload="init();" id="stage" class="theme">
     <h1>Page2 App</h1>
-    <h2>This is page 2 of a PhoneGap app</h2>
+    <h2>This is page 2 of a Apache Cordova app</h2>
     <div id="info">
         <h4>Platform: <span id="platform">  </span></h4>
         <h4>Version: <span id="version"> </span></h4>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/notification/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/notification/index.html b/tizen SDK samples/mobile-spec/notification/index.html
index c43b1a1..ac0d155 100755
--- a/tizen SDK samples/mobile-spec/notification/index.html	
+++ b/tizen SDK samples/mobile-spec/notification/index.html	
@@ -55,7 +55,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/sql/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/sql/index.html b/tizen SDK samples/mobile-spec/sql/index.html
index 116f8d1..ca0376d 100755
--- a/tizen SDK samples/mobile-spec/sql/index.html	
+++ b/tizen SDK samples/mobile-spec/sql/index.html	
@@ -17,7 +17,7 @@
     //-------------------------------------------------------------------------
     var db;
     var callDatabase = function() {
-        db = openDatabase("mydb", "1.0", "PhoneGap Demo", 20000);
+        db = openDatabase("mydb", "1.0", "Apache Cordova Demo", 20000);
         if (db === null) {
             databaseOutput("Database could not be opened.");
             return;
@@ -72,7 +72,7 @@
 
     var readDatabase = function() {
     	if (!db) {
-    	    db = openDatabase("mydb", "1.0", "PhoneGap Demo", 20000);
+    	    db = openDatabase("mydb", "1.0", "Apache Cordova Demo", 20000);
     	    if (db === null) {
                 databaseOutput("Database could not be opened.");
                 return;
@@ -109,7 +109,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }

http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/68887a64/tizen SDK samples/mobile-spec/storage/index.html
----------------------------------------------------------------------
diff --git a/tizen SDK samples/mobile-spec/storage/index.html b/tizen SDK samples/mobile-spec/storage/index.html
index 85a0dbd..bc7c7c3 100755
--- a/tizen SDK samples/mobile-spec/storage/index.html	
+++ b/tizen SDK samples/mobile-spec/storage/index.html	
@@ -22,7 +22,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Apache Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }