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 2013/09/13 20:10:56 UTC

[12/17] docs commit: new icon/splash content for WP

new icon/splash content for WP


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/d439b7f2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/d439b7f2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/d439b7f2

Branch: refs/heads/master
Commit: d439b7f21c7163c8299f49792a8396836420b14c
Parents: 8a360f6
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 12 21:02:26 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Sep 13 11:10:31 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md           | 28 ------------------
 docs/en/edge/guide/platforms/ios/config.md |  1 -
 docs/en/edge/guide/platforms/wp8/config.md | 38 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d439b7f2/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index cc323e8..e51984e 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -195,34 +195,6 @@ platform's configuration options:
 
 <!-- !!!
 
- # Using config.xml
-
- #### Windows Phone
-
-We support two icons for Windows Phone, a regular icon and a tile
-image.
-
-        <icon src="icons/winphone/icon.png" gap:platform="winphone" />
-        <icon src="icons/winphone/tileicon.png" gap:platform="winphone" gap:role="background" />
-
- #### WebOS 
-
-WebOS supports a default icon and a mini icon which can be used for
-notifications.
-
-        <icon src="icons/webos/icon.png" gap:platform="webos" />
-        <icon src="icons/webos/miniicon.png" gap:platform="webos" gap:role="mini" />
-
- ### Splash Screens
-
- #### Windows Phone
-
-Windows Phone supports a single splash image and can be defined as
-below.  Unlike the other supported platforms, Windows Phone splash
-screen should be in `jpg` format
-
-        <gap:splash src="splash/winphone/splash.jpg" gap:platform="winphone" />
-
  #### Custom Debug Server
 
 The `debug-server` feature allows you to use a custom Weinre instance

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d439b7f2/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index feeaa6d..980b76a 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -324,4 +324,3 @@ be unique, otherwise the build fails.  The optional `role` must be
 either `Editor`, `Viewer`, `Shell`, or `None`.  At least one `scheme`
 must be registered.
 
-

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d439b7f2/docs/en/edge/guide/platforms/wp8/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/config.md b/docs/en/edge/guide/platforms/wp8/config.md
new file mode 100644
index 0000000..6b8fe1b
--- /dev/null
+++ b/docs/en/edge/guide/platforms/wp8/config.md
@@ -0,0 +1,38 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you under the Apache License, Version 2.0 (the
+         "License"); you may not use this file except in compliance
+         with the License.  You may obtain a copy of the License at
+         
+           http://www.apache.org/licenses/LICENSE-2.0
+         
+         Unless required by applicable law or agreed to in writing,
+         software distributed under the License is distributed on an
+         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+         KIND, either express or implied.  See the License for the
+         specific language governing permissions and limitations
+         under the License.
+---
+
+# Windows Phone Configuration
+
+The `config.xml` file controls an app's basic settings that apply
+across each application and CordovaWebView instance. This section
+lists image-related settings that only apply to Windows Phone builds.
+See The config.xml File for information on global configuration
+options.
+
+Cordova supports two kinds of Windows Phone icons, a regular icon and
+a background tile image:
+
+        <icon src="icons/winphone/icon.png"     gap:platform="winphone" />
+        <icon src="icons/winphone/tileicon.png" gap:platform="winphone" gap:role="background" />
+
+Windows Phone supports a single splash screen image as shown below.
+Unlike other platforms, the image should be in _jpg_ format:
+
+        <gap:splash src="splash/winphone/splash.jpg" gap:platform="winphone" />
+