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/21 14:06:43 UTC

[12/50] docs commit: [CB-3820] rm PGB-specific content

[CB-3820] rm PGB-specific content


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

Branch: refs/heads/master
Commit: 156d34b1a409677b56ce41531e3f00cd384b9981
Parents: 9df47dc
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 12:33:48 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:01:43 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md | 29 +++--------------------------
 1 file changed, 3 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/156d34b1/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 1381146..6ba6eca 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -69,20 +69,12 @@ platforms:
   reverse-domain identifier, and the `version` its full version number
   expressed in major/minor/patch notation.
 
-  For Android builds, an optional `versionCode` attribute allows you
-  to express the version number
-  [as an integer](http://developer.android.com/guide/publishing/versioning.html).
-
 - The `<name>` element specifies the app's formal name, as it appears
   on the device's home screen and within app-store interfaces.
 
-  If you are targeting the BlackBerry platform, use only Latin characters.
-
 - The `<description>` and `<author>` elements specify metadata and
   contact information that may appear within app-store listings.
 
-  If you are targeting the BlackBerry platform, keep the description short.
-
 - The optional `<content>` element defines your application's starting
   page in the top-level web assets directory. The default value is
   `index.html`, which customarily appears in a project's top-level
@@ -100,9 +92,9 @@ platforms:
 
 The following global preferences apply to all platforms:
 
-- `orientation` allows you to fix orientation and prevent changes
-  from rotating the interface. Possible values are `default`,
-  `landscape`, or `portrait`. Example:
+- `orientation` allows you to lock orientation and prevent the
+  interface from rotating in response to changes in orientation.
+  Possible values are `default`, `landscape`, or `portrait`. Example:
 
         <preference name="orientation" value="landscape" />
 
@@ -118,21 +110,6 @@ The following global preferences apply to all platforms:
 
         <preference name="fullscreen" value="true" />
 
-<!-- PGB 
-
-- `phonegap-version` specifies the version of PhoneGap to use when
-  building the app using the PhoneGap Build interface, or the CLI's
-  `remote` feature described in The Command-line Interface. Example:
-
-        <preference name="phonegap-version" value="2.9.0" />
-
-  Currently supported versions are __2.0.0__, __2.1.0__, __2.2.0__,
-  __2.3.0__, __2.5.0__, __2.7.0__, and __2.9.0__ (the default).  all
-  versions prior to __2.0.0__ are deprecated. Specifying an
-  unsupported version number prevents the project from building.
-
--->
-
 ## Multi-platform Preferences
 
 The following preferences apply to more than one platform, but not to