You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/08/30 23:54:41 UTC

ios commit: [CB-1307] Graduation: Remove PhoneGap References

Updated Branches:
  refs/heads/master fdbac9b2d -> 0a99ba319


[CB-1307] Graduation: Remove PhoneGap References


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/0a99ba31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/0a99ba31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/0a99ba31

Branch: refs/heads/master
Commit: 0a99ba31909b7aa4f4886075626a6ef85d138024
Parents: fdbac9b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Aug 30 14:54:34 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Aug 30 14:54:34 2012 -0700

----------------------------------------------------------------------
 FirstRun.md                        |    6 +++---
 README.md                          |    8 ++++----
 RELEASENOTES.md                    |    2 +-
 guides/Create a New Project.webloc |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0a99ba31/FirstRun.md
----------------------------------------------------------------------
diff --git a/FirstRun.md b/FirstRun.md
index 8b2330f..ce6c7ef 100644
--- a/FirstRun.md
+++ b/FirstRun.md
@@ -23,7 +23,7 @@
 ## Plugins
 
 * Plugins **MUST** add their plugin mapping to their app's Cordova.plist Plugins key, if not they will not work (see your plugin's README)
-* Plugins **MUST** add any external hosts they connect to to the white-list in Cordova.plist/ExternalHosts (add hostnames **only**, NO protocols nor paths) - see the [**Domain Whitelist Guide**](http://docs.phonegap.com/en/edge/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide)
+* Plugins **MUST** add any external hosts they connect to to the white-list in Cordova.plist/ExternalHosts (add hostnames **only**, NO protocols nor paths) - see the [**Domain Whitelist Guide**](http://docs.cordova.io/en/edge/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide)
 * A plugin's Objective-C code **MUST** be added to the project properly in a "group" (**YELLOW** folder), if you incorrectly added it as a folder reference it would be a blue folder (just delete the reference, and re-add)
 * A lot of plugins have changed their mapping names in **Cordova.plist**, you might have to copy and use the new **Cordova.plist** in your app.
 
@@ -37,7 +37,7 @@ Please see the **Cordova Plugin Upgrade Guide.md** document included in the **gu
 
 ## Project Upgrades
 	
-1. Please see the [**Upgrading Cordova iOS**](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html) document on [http://docs.phonegap.com](http://docs.phonegap.com)
+1. Please see the [**Upgrading Cordova iOS**](http://docs.cordova.io/en/edge/guide_upgrading_index.md.html) document on [http://docs.cordova.io](http://docs.cordova.io)
 2. See the FAQ in the README.md as well included in the source distribution
 
 <br />
@@ -48,7 +48,7 @@ Please see the instructions in the **README.md** document included in the source
 
 ## Creating a new Cordova-based project
 
-Follow the instructions in the [**Command-Line Usage** section](http://docs.phonegap.com/en/edge/guide_command-line_index.md.html#Command-Line%20Usage) of [http://docs.phonegap.com](http://docs.phonegap.com)
+Follow the instructions in the [**Command-Line Usage** section](http://docs.cordova.io/en/edge/guide_command-line_index.md.html#Command-Line%20Usage) of [http://docs.cordova.io](http://docs.cordova.io)
 
 <br />
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0a99ba31/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 84f8788..5340cd4 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Create a Cordova project
 
 1. Launch **Terminal.app**
 2. Go to the location where you installed Cordova, in the **bin** sub-folder
-3. Follow the instructions in the [**Command-Line Usage** section](http://docs.phonegap.com/en/edge/guide_command-line_index.md.html#Command-Line%20Usage) of [http://docs.phonegap.com](http://docs.phonegap.com)
+3. Follow the instructions in the [**Command-Line Usage** section](http://docs.cordova.io/en/edge/guide_command-line_index.md.html#Command-Line%20Usage) of [http://docs.cordova.io](http://docs.cordova.io)
 
 The docs should also have been included in the distribution.
 
@@ -116,7 +116,7 @@ This can be because of:
 
 1. You did not add the plugin mapping in __Cordova.plist/Plugins__ (contact the plugin creator for the proper mapping). The __key__ is the service name used in the JavaScript interface and the __value__ is the classname used in the Objective-C interface. Often the key and value are the same.
 2. You did _not_ add the plugin code as a "group" (__yellow__ folder) but added it as a "folder reference" (blue folder) 
-3. You are having #import problems - see the [Upgrading Cordova iOS](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html) document
+3. You are having #import problems - see the [Upgrading Cordova iOS](http://docs.cordova.io/en/edge/guide_upgrading_index.md.html) document
 
 <br />  
 
@@ -136,7 +136,7 @@ This includes external http/https/ftp/ftps links in:
 
 **5. How do I effectively upgrade my project?**
 
-Starting with Cordova 1.4, follow the instructions in the [**"Upgrading Cordova iOS"** document](http://docs.phonegap.com/en/edge/guide_upgrading_index.md.html).
+Starting with Cordova 1.4, follow the instructions in the [**"Upgrading Cordova iOS"** document](http://docs.cordova.io/en/edge/guide_upgrading_index.md.html).
 
 <br />
 
@@ -165,7 +165,7 @@ Note that Xcode template support has  been removed in 2.0.0.
 
 The CordovaLib static library is only used by the older subproject-based template. The Xcode 4 template uses Cordova.framework (a static framework) because of Xcode 4's template limitations. Both are based off the same code, just packaged differently.
 
-Staring with 2.0.0, you must create projects [using the command line](http://docs.phonegap.com/en/edge/guide_command-line_index.md.html#Command-Line%20Usage):
+Staring with 2.0.0, you must create projects [using the command line](http://docs.cordova.io/en/edge/guide_command-line_index.md.html#Command-Line%20Usage):
 
 <br />
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0a99ba31/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0834752..56715f7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -125,7 +125,7 @@ Cordova is a static library that enables developers to include the Cordova API i
 * Updated CB-957 - Include Xcode 4 requirement
 * Fixes CB-914 - Deactivate CDVLocalStorage (Backup/Restore, safari web preferences update)
 * [CB-765] Header Support iOS FileTransfer upload
-* Removed Upgrade Guide and Cleaver Guide from repo - they are all in http://docs.phonegap.com now
+* Removed Upgrade Guide and Cleaver Guide from repo - they are all in http://docs.cordova.io now
 * [CB-863] Splash screen on iOS not using localized UILaunchImageFile value
   
 <br />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0a99ba31/guides/Create a New Project.webloc
----------------------------------------------------------------------
diff --git a/guides/Create a New Project.webloc b/guides/Create a New Project.webloc
index 2ebe23f..b872d44 100644
--- a/guides/Create a New Project.webloc	
+++ b/guides/Create a New Project.webloc	
@@ -3,6 +3,6 @@
 <plist version="1.0">
 <dict>
 	<key>URL</key>
-	<string>http://docs.phonegap.com/en/edge/guide_command-line_index.md.html#Command-Line%20Usage</string>
+	<string>http://docs.cordova.io/en/edge/guide_command-line_index.md.html#Command-Line%20Usage</string>
 </dict>
 </plist>