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/08/02 00:17:47 UTC

svn commit: r1509456 [8/21] - in /cordova/site/public/docs: en/1.5.0/ en/1.5.0rc1/ en/1.6.0/ en/1.6.0rc1/ en/1.6.1/ en/1.7.0/ en/1.7.0rc1/ en/1.8.0/ en/1.8.0rc1/ en/1.8.1/ en/1.9.0/ en/1.9.0rc1/ en/2.0.0/ en/2.0.0rc1/ en/2.1.0/ en/2.1.0rc1/ en/2.1.0rc2...

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_upgrading.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_upgrading.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_upgrading.md.html Thu Aug  1 22:17:43 2013
@@ -102,7 +102,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -135,11 +134,11 @@
             <div id="content">
                 <h1><a name="Upgrading%20BlackBerry">Upgrading BlackBerry</a></h1>
 
-<p>This guide shows how to modify BlackBerry projects to upgrade from older versions of Cordova.
-Most of these instructions apply to projects created with an older set
-of command-line tools that precede the <code>cordova</code> CLI utility. See The
-Cordova Command-line Interface for information how to update the
-version of the CLI.</p>
+<p>This guide shows how to modify BlackBerry projects to upgrade from
+older versions of Cordova.  These instructions apply to projects
+created with an older set of command-line tools that precede the
+<code>cordova</code> CLI utility. See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information
+how to update the version of the CLI.</p>
 
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 projects to 2.9.0</a>
@@ -148,40 +147,25 @@ version of the CLI.</p>
 <p>BlackBerry 10:</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.9.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.9.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</li>
-<li>
-<strong>Copy</strong> your projects source from the old project's /www folder to the new project's /www folder</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
+<li><p>Download and extract the Cordova 2.9.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.9.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</p></li>
+<li><p>Copy your project's source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
 <h3>BlackBerryOS/Playbook</h3>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.9.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.9.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.9.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.9.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 projects to 2.8.0</a>
@@ -193,249 +177,239 @@ version of the CLI.</p>
 Also note that the cordova js script file is now called 'cordova.js' and no longer contains a version string.</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.8.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.8.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</li>
-<li>
-<strong>Copy</strong> your projects source from the old project's /www folder to the new project's /www folder</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
+<li><p>Download and extract the Cordova 2.8.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.8.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</p></li>
+<li><p>Copy your project's source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
 <p>BlackBerryOS/Playbook:</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.8.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.8.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.8.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.8.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 projects to 2.7.0</a>
 </h2>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.7.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.7.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova-2.7.0.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova-2.6.0.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova-2.7.0.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.7.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.7.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova-2.7.0.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova-2.6.0.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova-2.7.0.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
 </h2>
 
-<p>Updating the PhoneGap download folder:</p>
+<p>Updating the PhoneGap download directory:</p>
 
-<p>It is recommended that you download a fresh copy of the entire folder.</p>
+<p>It is recommended that you download a fresh copy of the entire directory.</p>
 
-<p>However, here are the new parts needed for the piecemeal update:
-1. Update the cordova.blackberry.js file in the ‘Phonegap-2.6.0/lib/blackberry/javascript’ folder
-2. Update the ‘ext’, ‘ext-air’, and ‘ext-qnx’ in the ‘Phonegap-2.6.0/lib/blackberry/framework’ folder
-3. Update the ‘build.xml’ file in the ‘Phonegap-2.6.0/lib/blackberry’ folder
-4. Update the ‘Phonegap-2.6.0/lib/blackberry/bin’ folder
-5. Update the ‘VERSION’ file in the ‘Phonegap-2.6.0/lib/blackberry’ folder</p>
-
-<p>Updating the example/ folder or migrating an existing project:</p>
-
-<ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Update the contents of the <code>ext-qnx/</code> folder.</li>
-<li>Copy the new <code>cordova-2.6.0.js</code> into your project.</li>
-<li>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</li>
+<p>However, here are the new parts needed for the piecemeal update:</p>
+
+<ol>
+<li><p>Update the cordova.blackberry.js file in the <code>Phonegap-2.6.0/lib/blackberry/javascript</code> directory.</p></li>
+<li><p>Update the <code>ext</code>, <code>ext-air</code>, and <code>ext-qnx</code> in the <code>Phonegap-2.6.0/lib/blackberry/framework</code> directory.</p></li>
+<li><p>Update the <code>build.xml</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
+<li><p>Update the <code>Phonegap-2.6.0/lib/blackberry/bin</code> directory.</p></li>
+<li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
+</ol>
+<p>Updating the <code>example/</code> directory or migrating an existing project:</p>
+
+<ol>
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-qnx/</code> directory.</p></li>
+<li><p>Copy the new <code>cordova-2.6.0.js</code> into your project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
 </h2>
 
-<p>Updating the PhoneGap download folder:</p>
+<p>Updating the PhoneGap download directory:</p>
+
+<p>It is recommended that you download a fresh copy of the entire directory.</p>
+
+<p>However, here are the new parts needed for the piecemeal update:</p>
 
-<p>It is recommended that you download a fresh copy of the entire folder.</p>
+<ol>
+<li><p>Update the cordova.blackberry.js file in the <code>Phonegap-2.5.0/lib/blackberry/javascript</code> directory.</p></li>
+<li><p>Update the <code>ext</code>, <code>ext-air</code>, and <code>ext-qnx</code> in the <code>Phonegap-2.5.0/lib/blackberry/framework</code> directory.</p></li>
+<li><p>Update the <code>build.xml</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
+<li><p>Update the <code>Phonegap-2.5.0/lib/blackberry/bin</code> directory.</p></li>
+<li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
+</ol>
+<p>Updating the example/ directory or migrating an existing project:</p>
 
-<p>However, here are the new parts needed for the piecemeal update:
-1. Update the cordova.blackberry.js file in the ‘Phonegap-2.5.0/lib/blackberry/javascript’ folder
-2. Update the ‘ext’, ‘ext-air’, and ‘ext-qnx’ in the ‘Phonegap-2.5.0/lib/blackberry/framework’ folder
-3. Update the ‘build.xml’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder
-4. Update the ‘Phonegap-2.5.0/lib/blackberry/bin’ folder
-5. Update the ‘VERSION’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder</p>
-
-<p>Updating the example/ folder or migrating an existing project:</p>
-
-<ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Update the contents of the <code>ext-qnx/</code> folder.</li>
-<li>Copy the new <code>cordova-2.5.0.js</code> into your project.</li>
-<li>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</li>
+<ol>
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-qnx/</code> directory.</p></li>
+<li><p>Copy the new <code>cordova-2.5.0.js</code> into your project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.4.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.4.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.3.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.3.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.3.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.3.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.3.0/</code> folder to <code>cordova.2.4.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.4.0.js</code> file</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.3.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.3.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.3.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.3.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.3.0/</code> directory to <code>cordova.2.4.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.3.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.3.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.2.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.2.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.2.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.2.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.2.0/</code> folder to <code>cordova.2.3.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.3.0.js</code> file</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.2.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.2.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.2.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.2.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.2.0/</code> directory to <code>cordova.2.3.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
 </h2>
 
-<p>Updating just the www folder:</p>
+<p>Updating just the www directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.2.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.2.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.1.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.1.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.1.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.1.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.1.0/</code> folder to <code>cordova.2.2.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.1.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.1.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.1.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.1.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.1.0/</code> directory to <code>cordova.2.2.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.1.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.1.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.0.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.0.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.0.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.0.0/</code> folder to <code>cordova.2.1.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.0.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.0.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.0.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.0.0/</code> directory to <code>cordova.2.1.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.0.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.0.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
 <li>
 <p>Update your <code>www/plugins.xml</code> file. Two plugins changed their
 namespace/service label. Change the old entries for the <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and
@@ -452,18 +426,18 @@ namespace/service label. Change the old 
 </code></pre>
 </li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.1.9.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.1.9.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.1.9.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.1.9.0/</code> folder to <code>cordova.2.0.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.0.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.1.9.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.1.9.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.1.9.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.1.9.0/</code> directory to <code>cordova.2.0.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
 <li>
-<p>Open the <code>www/</code> folder and update the <code>plugins.xml</code> file. Two plugins
+<p>Open the <code>www/</code> directory and update the <code>plugins.xml</code> file. Two plugins
 changed their namespace/service label. Change the old entries for the
 <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and <a href="cordova_contacts_contacts.md.html#Contact">Contact</a> plugins from:</p>
 
@@ -483,18 +457,20 @@ changed their namespace/service label. C
 <a name="Upgrading%20BlackBerry_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-1.8.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-1.8.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li>
 <p>Update your <code>www/plugins.xml</code> file. Two plugins changed their
 namespace/service label. Change the old entries for the <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and
@@ -511,18 +487,18 @@ namespace/service label. Change the old 
 </code></pre>
 </li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.1.7.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.1.7.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.1.7.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.1.7.0/</code> folder to <code>cordova.1.8.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-1.8.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.1.7.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.1.7.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.1.7.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.1.7.0/</code> directory to <code>cordova.1.8.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li>
-<p>Open the <code>www/</code> folder and update the <code>plugins.xml</code> file. Two plugins
+<p>Open the <code>www/</code> directory and update the <code>plugins.xml</code> file. Two plugins
 changed their namespace/service label. Change the old entries for the
 <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and <a href="cordova_contacts_contacts.md.html#Contact">Contact</a> plugins from:</p>
 

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_firefoxos_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_firefoxos_config.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_firefoxos_config.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_firefoxos_config.md.html Thu Aug  1 22:17:43 2013
@@ -91,7 +91,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_index.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_index.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_index.md.html Thu Aug  1 22:17:43 2013
@@ -98,7 +98,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_ios_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_ios_config.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_ios_config.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_ios_config.md.html Thu Aug  1 22:17:43 2013
@@ -92,7 +92,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -125,32 +124,68 @@
             <div id="content">
                 <h1><a name="iOS%20Configuration">iOS Configuration</a></h1>
 
-<p>The <code>config.xml</code> settings file controls various settings of Cordova. This is application wide, and not set per CDVViewController instance.
-The <code>config.xml</code> file is located in your <code>&lt;project folder&gt;/&lt;appname&gt;</code> directory.</p>
+<p>The <code>config.xml</code> settings file controls various Cordova settings.
+This is application wide, and not set per CDVViewController instance.
+The <code>config.xml</code> file is located in your <code>&lt;project folder&gt;/&lt;appname&gt;</code>
+directory.</p>
 
 <h2>
 <a name="iOS%20Configuration_preference">&lt;preference&gt;</a>
 </h2>
 
-<p>Various preferences (as <strong>&lt;preference&gt;</strong> tags) default on not breaking existing apps. The available preferences are:</p>
+<p>Various preferences (as <code>&lt;preference&gt;</code> tags) default on not breaking
+existing apps. The available preferences are:</p>
 
-<ol>
-<li><p><strong>DisallowOverscroll (boolean, defaults to false)</strong> - set to true if you don't want the WebView to rubber-band</p></li>
-<li><p><strong>TopActivityIndicator (string, defaults to 'gray')</strong> - this is the top spinning throbber in the status/battery bar, valid values are <code>whiteLarge</code>, <code>white</code>, and <code>gray</code></p></li>
-<li><p><strong>EnableLocation (boolean, defaults to false)</strong> - set to true, to initialize the <a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a> plugin at start-up (so the fix on your location can be more accurate) <strong>DEPRECATED</strong>: please set the <strong>onload</strong> attribute of the <strong><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></strong> plugin to <strong>true</strong> instead.</p></li>
-<li><p><strong>EnableViewportScale (boolean, defaults to false)</strong> - set to true to prevent viewport scaling through a meta tag</p></li>
-<li><p><strong>AutoHideSplashScreen (boolean, defaults to true)</strong> - set to false to control when the splashscreen is hidden through a JavaScript API</p></li>
-<li><p><strong>FadeSplashScreen (boolean, defaults to true)</strong> - set to false to prevent the splash-screen to fade in and out when showing or hiding it.</p></li>
-<li><p><strong>FadeSplashScreenDuration (float, defaults to 2)</strong> - The splash-screen Fade duration in seconds.</p></li>
-<li><p><strong>ShowSplashScreenSpinner (boolean, defaults to true)</strong> - set to false to hide the splash-screen spinner</p></li>
-<li><p><strong>MediaPlaybackRequiresUserAction (boolean, defaults to false)</strong> - set to true to not allow autoplayed HTML5 video</p></li>
-<li><p><strong>AllowInlineMediaPlayback (boolean, defaults to false)</strong> - set to true to allow inline HTML5 media playback, also, the video element in the HTML document must also include the webkit-playsinline attribute</p></li>
-<li><p><strong>BackupWebStorage (string, defaults to 'cloud')</strong> - valid values are 'none', 'cloud' and 'local'. Set to 'cloud' to allow the web storage data to be backed up to iCloud, and set to 'local' to only allow local backups (iTunes sync). Set to 'none' to not allow any backups of web storage.</p></li>
-<li><p><strong>KeyboardDisplayRequiresUserAction (boolean, defaults to true)</strong> - set to false to open the keyboard when form elements get focus via the JavaScript focus() call.</p></li>
-<li><p><strong>SuppressesIncrementalRendering (boolean, defaults to false)</strong> - set to true to wait until all new view content has been received before it is rendered.</p></li>
-<li><p><strong>HideKeyboardFormAccessoryBar (boolean, defaults to false)</strong> - set to true to hide the additional toolbar that is on top of the keyboard (this is the toolbar that has the Prev, Next and Done buttons)</p></li>
-<li><p><strong>KeyboardShrinksView (boolean, defaults to false)</strong> -  set to true to shrink the WebView when the keyboard comes up. The WebView shrinks instead of the viewport shrinking and the page scrollable. This applies to apps that position their elements relative to the bottom of the WebView. This is the default behaviour on Android, and makes a lot of sense when building apps as opposed to webpages.</p></li>
-</ol>
+<ul>
+<li><p><code>DisallowOverscroll</code> (boolean, defaults to <code>false</code>): set to <code>true</code> if
+you don't want the WebView to rubber-band.</p></li>
+<li><p><code>TopActivityIndicator</code> (string, defaults to <code>gray</code>): this is the top
+spinning throbber in the status/battery bar, valid values are
+<code>whiteLarge</code>, <code>white</code>, and <code>gray</code>.</p></li>
+<li><p><code>EnableLocation</code> (boolean, defaults to <code>false</code>): set to true, to
+initialize the <a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a> plugin at start-up (so the fix on your
+location can be more accurate) <strong>DEPRECATED</strong>: please set the
+<code>onload</code> attribute of the <code><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></code> plugin to <code>true</code>
+instead.</p></li>
+<li><p><code>EnableViewportScale</code> (boolean, defaults to <code>false</code>): set to true to
+prevent viewport scaling through a meta tag.</p></li>
+<li><p><code>AutoHideSplashScreen</code> (boolean, defaults to <code>true</code>): set to false to
+control when the splashscreen is hidden through a JavaScript API.</p></li>
+<li><p><code>FadeSplashScreen</code> (boolean, defaults to <code>true</code>): set to false to
+prevent the splash-screen to fade in and out when showing or hiding
+it.</p></li>
+<li><p><code>FadeSplashScreenDuration</code> (float, defaults to 2): The splash-screen
+Fade duration in seconds.</p></li>
+<li><p><code>ShowSplashScreenSpinner</code> (boolean, defaults to <code>true</code>): set to false
+to hide the splash-screen spinner.</p></li>
+<li><p><code>MediaPlaybackRequiresUserAction</code> (boolean, defaults to <code>false</code>): set
+to true to not allow autoplayed HTML5 video.</p></li>
+<li><p><code>AllowInlineMediaPlayback</code> (boolean, defaults to <code>false</code>): set to
+true to allow inline HTML5 media playback, also, the video element
+in the HTML document must also include the webkit-playsinline
+attribute.</p></li>
+<li><p><code>BackupWebStorage</code> (string, defaults to <code>cloud</code>): valid values are
+<code>none</code>, <code>cloud</code> and <code>local</code>. Set to <code>cloud</code> to allow the web
+storage data to be backed up to iCloud, and set to <code>local</code> to only
+allow local backups (iTunes sync). Set to <code>none</code> to not allow any
+backups of web storage.</p></li>
+<li><p><code>KeyboardDisplayRequiresUserAction</code> (boolean, defaults to <code>true</code>):
+set to false to open the keyboard when form elements get focus via
+the JavaScript focus() call.</p></li>
+<li><p><code>SuppressesIncrementalRendering</code> (boolean, defaults to <code>false</code>): set
+to true to wait until all new view content has been received
+before it is rendered.</p></li>
+<li><p><code>HideKeyboardFormAccessoryBar</code> (boolean, defaults to <code>false</code>): set to
+true to hide the additional toolbar that is on top of the
+keyboard. This toolbar features the <strong>Prev</strong>, <strong>Next</strong>, and <strong>Done</strong>
+buttons.</p></li>
+<li><p><code>KeyboardShrinksView</code> (boolean, defaults to <code>false</code>): set to <code>true</code> to
+shrink the WebView when the keyboard comes up. The WebView shrinks
+instead of the viewport shrinking and the page scrollable. This
+applies to apps that position their elements relative to the bottom
+of the WebView. This is the default behaviour on Android, and makes
+a lot of sense when building apps as opposed to webpages.</p></li>
+</ul>
 </div>
         </div>
 

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_ios_index.md.html Thu Aug  1 22:17:43 2013
@@ -98,7 +98,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -143,7 +142,7 @@ following for more detailed platform-spe
 <li><a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a></li>
 </ul>
 <p>The command-line tools above refer to versions prior to Cordova 3.0.
-See The Cordova Command-line Interface for information about the
+See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information about the
 current interface.</p>
 
 <h2>
@@ -195,7 +194,7 @@ Cordova <a href="guide_cli_index.md.html
 
 <pre class="prettyprint"><code>    $ cordova create hello com.example.hello "HelloWorld"
     $ cd hello
-    $ cordova platform add android
+    $ cordova platform add ios
     $ cordova prepare              # or "cordova build"
 </code></pre>
 

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_ios_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_ios_plugin.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_ios_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_ios_plugin.md.html Thu Aug  1 22:17:43 2013
@@ -100,7 +100,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -135,7 +134,9 @@
 
 <p>A plugin is an Objective-C class that extends the <code>CDVPlugin</code> class.</p>
 
-<p>Each plugin class must be registered using the config.xml file, as a &lt;plugin&gt; tag under the &lt;plugins&gt; key.</p>
+<p>Each plugin class must be registered as a <code>&lt;feature&gt;</code> tag in the
+<code>config.xml</code> file. It is through this mechanism that JavaScript's <code>exec</code>
+method's <code>service</code> parameter maps to an Objective-C class.</p>
 
 <h2>
 <a name="iOS%20Plugins_plugin_class_mapping">Plugin Class Mapping</a>
@@ -150,7 +151,7 @@
 more or less boiling down to calling the <code>action</code> method on the
 <code>service</code> class, with the arguments passed in the <code>args</code> array.</p>
 
-<p>The plugin must be added under the <code>&lt;plugins&gt;</code> tag of your Cordova-iOS
+<p>Specifiy the plugin as a <code>&lt;feature&gt;</code> tag in your Cordova-iOS
 application's project's <code>config.xml</code> file.</p>
 
 <pre class="prettyprint"><code>&lt;feature name="LocalStorage"&gt;
@@ -158,24 +159,35 @@ application's project's <code>config.xml
 &lt;/feature&gt;
 </code></pre>
 
-<p>The feature name='name' should match what you use in the JavaScript
-<code>exec</code> call, and the value matches the name of the plugin's
-Objective-C class. param name should always be "ios-package".
-Otherwise the plugin may compile but would not be
+<p>The feature <code>name</code> attribute should match what you use in the JavaScript
+<code>exec</code> call's <code>service</code> parameter, and the <code>value</code> attribute should match the name of the plugin's
+Objective-C class. <code>&lt;param name&gt;</code> should always be i<code>"ios-package"</code>.
+If you do not follow this setup, the plugin may compile but will not be
 reachable by Cordova.</p>
 
 <h2>
 <a name="iOS%20Plugins_plugin_initialization_and_lifetime">Plugin Initialization and Lifetime</a>
 </h2>
 
-<p>There is one instance of a plugin object that is created per-UIWebView, and the lifetime of the instance is tied to the UIWebView. Plugins are not instantiated until they are first referenced by a call from JS, unless the <code>onload</code> attribute set within config.xml. E.g.:</p>
-
-<pre class="prettyprint"><code>&lt;plugin name="Echo" value="Echo" onload="true" /&gt;
+<p>One instance of a plugin object is created for the life of each
+<code>UIWebView</code>. Plugins are not instantiated until they are first
+referenced by a call from JavaScript, unless <code>&lt;param&gt;</code> with an <code>onload</code>
+<code>name</code> attribute is set to <code>"true"</code> in <code>config.xml</code>. E.g.:</p>
+
+<pre class="prettyprint"><code>&lt;feature name="Echo"&gt;
+    &lt;param name="ios-package" value="Echo" /&gt;
+    &lt;param name="onload" value="true" /&gt;
+&lt;/feature&gt;
 </code></pre>
 
-<p>There is <em>no</em> designated initializer for plugins. Instead, plugins should use the <code>pluginInitialize</code> method for their start-up logic.</p>
+<p>There is <em>no</em> designated initializer for plugins. Instead, plugins
+should use the <code>pluginInitialize</code> method for their start-up logic.</p>
 
-<p>Plugins with long-running requests, background activity (e.g. playing media), listeners or internal state should implement the <code>onReset</code> method and stop or clean up those activities. This method is run when the <code>UIWebView</code> navigates to a new page or refreshes, which reloads the JavaScript.</p>
+<p>Plugins with long-running requests, background activity (e.g. playing
+media), listeners or internal state should implement the <code>onReset</code>
+method and stop or clean up those activities. This method is run when
+the <code>UIWebView</code> navigates to a new page or refreshes, which reloads
+the JavaScript.</p>
 
 <h2>
 <a name="iOS%20Plugins_writing_an_ios_cordova_plugin">Writing an iOS Cordova Plugin</a>
@@ -200,9 +212,9 @@ reachable by Cordova.</p>
 </code></pre>
 
 <ol>
-<li><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h">CDVInvokedUrlCommand.h</a></li>
-<li><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h">CDVPluginResult.h</a></li>
-<li><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h">CDVCommandDelegate.h</a></li>
+<li><p><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVInvokedUrlCommand.h">CDVInvokedUrlCommand.h</a></p></li>
+<li><p><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.h">CDVPluginResult.h</a></p></li>
+<li><p><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCommandDelegate.h">CDVCommandDelegate.h</a></p></li>
 </ol>
 <h2>
 <a name="iOS%20Plugins_ios_cdvpluginresult_message_types">iOS CDVPluginResult message types</a>
@@ -235,9 +247,11 @@ callback does not fire.</p>
 <a name="iOS%20Plugins_echo_plugin_ios_plugin">Echo Plugin iOS Plugin</a>
 </h2>
 
-<p>We would add the following to the <code>&lt;plugins&gt;</code> tag of the project's <code>config.xml</code> file:</p>
+<p>We would add the following to the project's <code>config.xml</code> file:</p>
 
-<pre class="prettyprint"><code>&lt;plugin name="Echo" value="Echo" /&gt;
+<pre class="prettyprint"><code>&lt;feature name="Echo"&gt;
+    &lt;param name="ios-package" value="Echo" /&gt;
+&lt;/feature&gt;
 </code></pre>
 
 <p>Then we would add the following files (<code>Echo.h</code> and <code>Echo.m</code>) to the Plugins folder inside our Cordova-iOS
@@ -278,7 +292,7 @@ application folder:</p>
 </code></pre>
 
 <p>Let's take a look at the code. At the top we have all of the necessary
-Cordova imports. Our class extends from <code>CDVPlugin</code> - very important.</p>
+Cordova imports. Our class extends from <code>CDVPlugin</code> (very important).</p>
 
 <p>This plugin only supports one action, the <code>echo</code> action. First, we
 grab the echo string using the <code>objectAtIndex</code> method on our <code>args</code>,
@@ -323,10 +337,10 @@ call, you should use a background thread
 
 <p>See other methods that you can override in:</p>
 
-<ol>
-<li><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h">CDVPlugin.h</a></li>
-<li><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m">CDVPlugin.m</a></li>
-</ol>
+<ul>
+<li><p><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h">CDVPlugin.h</a></p></li>
+<li><p><a class="external" href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m">CDVPlugin.m</a></p></li>
+</ul>
 <p>For example, you can hook into the <code><a href="cordova_events_events.md.html#pause">pause</a></code>, <code><a href="cordova_events_events.md.html#resume">resume</a></code>, app terminate and <code>handleOpenURL</code> events.</p>
 
 <h2>
@@ -346,8 +360,8 @@ running in the iOS 6 Simulator.</p>
 </h2>
 
 <ul>
-<li>Don't forget to add your plugin's mapping to config.xml. If you forget, an error is logged in the Xcode console.</li>
-<li>Don't forget to add any hosts you connect to in the whitelist, as described in <a href="guide_appdev_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a>. If you forget, an error is logged in the Xcode console.</li>
+<li><p>Don't forget to add your plugin's mapping to config.xml. If you forget, an error is logged in the Xcode console.</p></li>
+<li><p>Don't forget to add any hosts you connect to in the whitelist, as described in <a href="guide_appdev_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a>. If you forget, an error is logged in the Xcode console.</p></li>
 </ul>
 </div>
         </div>

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_ios_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_ios_tools.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_ios_tools.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_ios_tools.md.html Thu Aug  1 22:17:43 2013
@@ -96,7 +96,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>