[CB-3827] rename img dirs & redirect links
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/5a8c2ccd Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/5a8c2ccd Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/5a8c2ccd Branch: refs/heads/master Commit: 5a8c2ccdfa41f2cdc5e2aab6e163599f4469206b Parents: cf9a3c3 Author: Mike Sierra <[email protected]> Authored: Thu Jul 4 13:44:17 2013 -0400 Committer: Mike Sierra <[email protected]> Committed: Thu Jul 4 13:44:17 2013 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/win8/index.md | 6 +++--- docs/en/edge/guide/platforms/wp7/index.md | 8 ++++---- docs/en/edge/guide/platforms/wp8/index.md | 8 ++++---- .../default/img/guide/platforms/win8/wsalert.png | Bin 0 -> 44166 bytes .../img/guide/platforms/win8/wschangemanifest.png | Bin 0 -> 112224 bytes .../img/guide/platforms/win8/wsnewproject.png | Bin 0 -> 189370 bytes .../img/guide/platforms/windows-8/wsalert.png | Bin 44166 -> 0 bytes .../platforms/windows-8/wschangemanifest.png | Bin 112224 -> 0 bytes .../guide/platforms/windows-8/wsnewproject.png | Bin 189370 -> 0 bytes .../platforms/windows-phone-7/wp7emulator.png | Bin 41379 -> 0 bytes .../windows-phone-7/wp7projectstructure.png | Bin 22436 -> 0 bytes .../img/guide/platforms/windows-phone-7/wp7vs.png | Bin 29416 -> 0 bytes .../img/guide/platforms/windows-phone-7/wpd.png | Bin 1964 -> 0 bytes .../platforms/windows-phone-7/wpfirstrun.png | Bin 114030 -> 0 bytes .../guide/platforms/windows-phone-7/wpnewproj.png | Bin 87470 -> 0 bytes .../img/guide/platforms/windows-phone-7/wprun.png | Bin 63091 -> 0 bytes .../platforms/windows-phone-8/BuidDevice.png | Bin 9935 -> 0 bytes .../platforms/windows-phone-8/BuildEmulator.png | Bin 15667 -> 0 bytes .../platforms/windows-phone-8/FullTemplate.png | Bin 77781 -> 0 bytes .../windows-phone-8/StandAloneTemplate.png | Bin 78237 -> 0 bytes .../windows-phone-8/projectStructure.png | Bin 9225 -> 0 bytes .../img/guide/platforms/wp7/wp7emulator.png | Bin 0 -> 41379 bytes .../guide/platforms/wp7/wp7projectstructure.png | Bin 0 -> 22436 bytes .../default/img/guide/platforms/wp7/wp7vs.png | Bin 0 -> 29416 bytes .../docs/default/img/guide/platforms/wp7/wpd.png | Bin 0 -> 1964 bytes .../img/guide/platforms/wp7/wpfirstrun.png | Bin 0 -> 114030 bytes .../default/img/guide/platforms/wp7/wpnewproj.png | Bin 0 -> 87470 bytes .../default/img/guide/platforms/wp7/wprun.png | Bin 0 -> 63091 bytes .../img/guide/platforms/wp8/BuidDevice.png | Bin 0 -> 9935 bytes .../img/guide/platforms/wp8/BuildEmulator.png | Bin 0 -> 15667 bytes .../img/guide/platforms/wp8/FullTemplate.png | Bin 0 -> 77781 bytes .../guide/platforms/wp8/StandAloneTemplate.png | Bin 0 -> 78237 bytes .../img/guide/platforms/wp8/projectStructure.png | Bin 0 -> 9225 bytes 33 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/docs/en/edge/guide/platforms/win8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/win8/index.md b/docs/en/edge/guide/platforms/win8/index.md index 3372889..658ca32 100644 --- a/docs/en/edge/guide/platforms/win8/index.md +++ b/docs/en/edge/guide/platforms/win8/index.md @@ -55,11 +55,11 @@ expose the same APIs as on other Cordova-supported platforms. - Open Visual Studio 2012 and choose **New Project**. - Select **Installed → Template → Other Languages → JavaScript → Windows Store** from the tree, and then **Blank App** from the projects list. Enter whatever project name you like, such as **CordovaWin8Foo** as in this example. -  +  - Microsoft continues to use `default.html` as the default home page, but most web developers use `index.html`. (Plus it's likely that in the other platform variants of your project you are using `index.html` as the name of your default page.) To fix this, in Solution Explorer rename the `default.html` file to `index.html`. Then double-click the `package.appxmanifest` file and change the **Start page** value to `index.html`. -  +  - To include `cordova.js` in your project, right-click on the **js** folder in Solution Explorer and select **Add → New Item**. Locate the `cordova.js` file in the **lib\windows-8** folder noted above. @@ -102,7 +102,7 @@ expose the same APIs as on other Cordova-supported platforms. - Run the project from Visual Studio. You'll see the message box appear: -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/docs/en/edge/guide/platforms/wp7/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp7/index.md b/docs/en/edge/guide/platforms/wp7/index.md index a227130..beeb37c 100644 --- a/docs/en/edge/guide/platforms/wp7/index.md +++ b/docs/en/edge/guide/platforms/wp7/index.md @@ -59,7 +59,7 @@ Open Visual Studio and choose __Open Project__. Navigate to the `hello/platforms/wp7` directory and choose the `Hello_World.sln` file. The SDK displays the directory's contents: - + At this point you can modify the app within the SDK, but running the `build` or `prepare` commands again wipes out local changes. If Visual @@ -73,12 +73,12 @@ Within the SDK, select the __Windows Phone Emulator__ target from the popup menu in the main menu bar, and press the green button to run the emulator: - + The app displays on the emulator's home screen as it would on a real device: - + ## Deploy to Device @@ -91,5 +91,5 @@ Once registered, you need to make sure the phone is connected via USB with its screen unlocked. In Visual Studio, choose the __Windows Phone Device__ target and press the green button to run it: - + http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/docs/en/edge/guide/platforms/wp8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp8/index.md b/docs/en/edge/guide/platforms/wp8/index.md index 85a02ae..fac477b 100644 --- a/docs/en/edge/guide/platforms/wp8/index.md +++ b/docs/en/edge/guide/platforms/wp8/index.md @@ -94,7 +94,7 @@ choose __do not include in project__. - Select **CordovaWP8**. (The version number is displayed in the template description.) - Give the project a name, and select __OK__. - + 4. Review the project structure ------------------------------- @@ -103,7 +103,7 @@ choose __do not include in project__. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. - Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed. - + 5. Build and Deploy to Emulator ------------------------------- @@ -111,7 +111,7 @@ choose __do not include in project__. - Make sure **Windows Phone Emulator** is selected in the main drop-down menu. - Press the green **play** button next to the drop-down menu to start debugging, or type __F5__. - + 6. Build your project for the device ------------------------------------ @@ -122,7 +122,7 @@ In order to test your application on a device, the device must be registered. Cl - In Visual Studio, select 'Device' from the top drop-down menu. - Press the green **play** button next to the main drop-down menu to start debugging, or type __F5__. - + Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/win8/wsalert.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/win8/wsalert.png b/template/docs/default/img/guide/platforms/win8/wsalert.png new file mode 100755 index 0000000..9680e53 Binary files /dev/null and b/template/docs/default/img/guide/platforms/win8/wsalert.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/win8/wschangemanifest.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/win8/wschangemanifest.png b/template/docs/default/img/guide/platforms/win8/wschangemanifest.png new file mode 100755 index 0000000..1dd67da Binary files /dev/null and b/template/docs/default/img/guide/platforms/win8/wschangemanifest.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/win8/wsnewproject.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/win8/wsnewproject.png b/template/docs/default/img/guide/platforms/win8/wsnewproject.png new file mode 100755 index 0000000..8e1df69 Binary files /dev/null and b/template/docs/default/img/guide/platforms/win8/wsnewproject.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-8/wsalert.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-8/wsalert.png b/template/docs/default/img/guide/platforms/windows-8/wsalert.png deleted file mode 100755 index 9680e53..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-8/wsalert.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-8/wschangemanifest.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-8/wschangemanifest.png b/template/docs/default/img/guide/platforms/windows-8/wschangemanifest.png deleted file mode 100755 index 1dd67da..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-8/wschangemanifest.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-8/wsnewproject.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-8/wsnewproject.png b/template/docs/default/img/guide/platforms/windows-8/wsnewproject.png deleted file mode 100755 index 8e1df69..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-8/wsnewproject.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wp7emulator.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wp7emulator.png b/template/docs/default/img/guide/platforms/windows-phone-7/wp7emulator.png deleted file mode 100644 index e3de172..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wp7emulator.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wp7projectstructure.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wp7projectstructure.png b/template/docs/default/img/guide/platforms/windows-phone-7/wp7projectstructure.png deleted file mode 100644 index 0c7d42d..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wp7projectstructure.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wp7vs.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wp7vs.png b/template/docs/default/img/guide/platforms/windows-phone-7/wp7vs.png deleted file mode 100644 index 4e14c2f..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wp7vs.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wpd.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wpd.png b/template/docs/default/img/guide/platforms/windows-phone-7/wpd.png deleted file mode 100644 index 0a0b2db..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wpd.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wpfirstrun.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wpfirstrun.png b/template/docs/default/img/guide/platforms/windows-phone-7/wpfirstrun.png deleted file mode 100644 index 8a82ec6..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wpfirstrun.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wpnewproj.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wpnewproj.png b/template/docs/default/img/guide/platforms/windows-phone-7/wpnewproj.png deleted file mode 100644 index ed2f143..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wpnewproj.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-7/wprun.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-7/wprun.png b/template/docs/default/img/guide/platforms/windows-phone-7/wprun.png deleted file mode 100644 index ce67de9..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-7/wprun.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-8/BuidDevice.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-8/BuidDevice.png b/template/docs/default/img/guide/platforms/windows-phone-8/BuidDevice.png deleted file mode 100644 index 92ea56d..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-8/BuidDevice.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-8/BuildEmulator.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-8/BuildEmulator.png b/template/docs/default/img/guide/platforms/windows-phone-8/BuildEmulator.png deleted file mode 100644 index 5893f64..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-8/BuildEmulator.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-8/FullTemplate.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-8/FullTemplate.png b/template/docs/default/img/guide/platforms/windows-phone-8/FullTemplate.png deleted file mode 100644 index 85f49cf..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-8/FullTemplate.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-8/StandAloneTemplate.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-8/StandAloneTemplate.png b/template/docs/default/img/guide/platforms/windows-phone-8/StandAloneTemplate.png deleted file mode 100644 index 62a98c4..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-8/StandAloneTemplate.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/windows-phone-8/projectStructure.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/windows-phone-8/projectStructure.png b/template/docs/default/img/guide/platforms/windows-phone-8/projectStructure.png deleted file mode 100644 index 9956094..0000000 Binary files a/template/docs/default/img/guide/platforms/windows-phone-8/projectStructure.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wp7emulator.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wp7emulator.png b/template/docs/default/img/guide/platforms/wp7/wp7emulator.png new file mode 100644 index 0000000..e3de172 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wp7emulator.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wp7projectstructure.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wp7projectstructure.png b/template/docs/default/img/guide/platforms/wp7/wp7projectstructure.png new file mode 100644 index 0000000..0c7d42d Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wp7projectstructure.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wp7vs.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wp7vs.png b/template/docs/default/img/guide/platforms/wp7/wp7vs.png new file mode 100644 index 0000000..4e14c2f Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wp7vs.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wpd.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wpd.png b/template/docs/default/img/guide/platforms/wp7/wpd.png new file mode 100644 index 0000000..0a0b2db Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wpd.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wpfirstrun.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wpfirstrun.png b/template/docs/default/img/guide/platforms/wp7/wpfirstrun.png new file mode 100644 index 0000000..8a82ec6 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wpfirstrun.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wpnewproj.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wpnewproj.png b/template/docs/default/img/guide/platforms/wp7/wpnewproj.png new file mode 100644 index 0000000..ed2f143 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wpnewproj.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp7/wprun.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp7/wprun.png b/template/docs/default/img/guide/platforms/wp7/wprun.png new file mode 100644 index 0000000..ce67de9 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp7/wprun.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp8/BuidDevice.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp8/BuidDevice.png b/template/docs/default/img/guide/platforms/wp8/BuidDevice.png new file mode 100644 index 0000000..92ea56d Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp8/BuidDevice.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp8/BuildEmulator.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp8/BuildEmulator.png b/template/docs/default/img/guide/platforms/wp8/BuildEmulator.png new file mode 100644 index 0000000..5893f64 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp8/BuildEmulator.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp8/FullTemplate.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp8/FullTemplate.png b/template/docs/default/img/guide/platforms/wp8/FullTemplate.png new file mode 100644 index 0000000..85f49cf Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp8/FullTemplate.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp8/StandAloneTemplate.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp8/StandAloneTemplate.png b/template/docs/default/img/guide/platforms/wp8/StandAloneTemplate.png new file mode 100644 index 0000000..62a98c4 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp8/StandAloneTemplate.png differ http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5a8c2ccd/template/docs/default/img/guide/platforms/wp8/projectStructure.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/platforms/wp8/projectStructure.png b/template/docs/default/img/guide/platforms/wp8/projectStructure.png new file mode 100644 index 0000000..9956094 Binary files /dev/null and b/template/docs/default/img/guide/platforms/wp8/projectStructure.png differ
