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/02/23 00:43:56 UTC

svn commit: r1449255 [24/34] - 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.0rc...

Added: cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_blackberry_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_blackberry_index.md.html?rev=1449255&view=auto
==============================================================================
--- cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_blackberry_index.md.html (added)
+++ cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_blackberry_index.md.html Fri Feb 22 23:42:47 2013
@@ -0,0 +1,310 @@
+<!DOCTYPE html>
+<!--
+    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.
+--><html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
+        <div id="header">
+            <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
+            <small>
+                <select><optgroup label="English" value="en">
+<option value="edge">edge</option>
+<option selected value="2.5.0rc1">2.5.0rc1</option>
+<option value="2.4.0rc1">2.4.0rc1</option>
+<option value="2.4.0">2.4.0</option>
+<option value="2.3.0rc2">2.3.0rc2</option>
+<option value="2.3.0rc1">2.3.0rc1</option>
+<option value="2.3.0">2.3.0</option>
+<option value="2.2.0rc2">2.2.0rc2</option>
+<option value="2.2.0rc1">2.2.0rc1</option>
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0rc2">2.1.0rc2</option>
+<option value="2.1.0rc1">2.1.0rc1</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0rc1">2.0.0rc1</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0rc1">1.9.0rc1</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.8.0rc1">1.8.0rc1</option>
+<option value="1.8.0">1.8.0</option>
+<option value="1.7.0rc1">1.7.0rc1</option>
+<option value="1.7.0">1.7.0</option>
+<option value="1.6.1">1.6.1</option>
+<option value="1.6.0rc1">1.6.0rc1</option>
+<option value="1.6.0">1.6.0</option>
+<option value="1.5.0rc1">1.5.0rc1</option>
+<option value="1.5.0">1.5.0</option>
+</optgroup>
+<optgroup label="Japanese" value="jp">
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.7.0">1.7.0</option>
+</optgroup>
+<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
+        </div>
+        <div id="subheader">
+            <h1>Getting Started with BlackBerry</h1>
+            <small><select><option value="Getting%2520Started%2520with%2520BlackBerry">Getting Started with BlackBerry</option>
+<option value="Getting%20Started%20with%20BlackBerry_1_requirements">      - 1.  Requirements</option>
+<option value="Getting%20Started%20with%20BlackBerry_2_install_the_webworks_sdk">      - 2.  Install the WebWorks SDK</option>
+<option value="Getting%20Started%20with%20BlackBerry_3_register_for_signing_keys">      - 3.  Register for Signing Keys</option>
+<option value="Getting%20Started%20with%20BlackBerry_4_install_cordova">      - 4.  Install Cordova</option>
+<option value="Getting%20Started%20with%20BlackBerry_5_setup_new_project">      - 5.  Setup New Project</option>
+<option value="Getting%20Started%20with%20BlackBerry_6_hello_world">      - 6.  Hello World</option>
+<option value="Getting%20Started%20with%20BlackBerry_7a_deploy_to_simulator">      - 7A.  Deploy to Simulator</option>
+<option value="Getting%20Started%20with%20BlackBerry_7b_deploy_to_device_windows_and_mac">      - 7B.  Deploy to Device (Windows and Mac)</option>
+<option value="Getting%20Started%20with%20BlackBerry_additional_information">      - Additional Information</option></select></small>
+        </div>
+
+        <div id="sidebar">
+            <div class="vertical_divider"></div>
+        <h1>API Reference</h1>
+<ul>
+<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
+<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
+<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
+<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
+<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
+<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
+<li><a href="cordova_device_device.md.html#Device">Device</a></li>
+<li><a href="cordova_events_events.md.html#Events">Events</a></li>
+<li><a href="cordova_file_file.md.html#File">File</a></li>
+<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
+<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
+<li><a href="cordova_media_media.md.html#Media">Media</a></li>
+<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
+<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
+<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
+</ul>
+<h1>Guides</h1>
+<ul>
+<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
+<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
+<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
+<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
+<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
+<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
+<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
+<li><a href="_index.html">Keyword Index</a></li>
+</ul>
+</div>
+
+        <div id="scrollable">
+            <div id="content">
+                <h1><a name="Getting%20Started%20with%20BlackBerry">Getting Started with BlackBerry</a></h1>
+
+<p>Cordova for BlackBerry makes use of the <a class="external" href="https://bdsc.webapps.blackberry.com/html5">BlackBerry WebWorks framework</a>. BlackBerry WebWorks tooling is available for Windows or Mac environments. </p>
+
+<p>WebWorks applications can ONLY be deployed to the following BlackBerry platforms:</p>
+
+<ul>
+<li>BlackBerry OS 5.0 and higher</li>
+<li>BlackBerry PlayBook</li>
+<li>BlackBerry 10 (QNX)</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_1_requirements">1.  Requirements</a>
+</h2>
+
+<ul>
+<li>Windows XP (32-bit) or Windows 7 (32-bit and 64-bit) or Mac OSX 10.6.4+</li>
+<li>Java Development Kit (JDK)
+<ul>
+<li>Windows: <a class="external" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk">Oracle JDK</a> (32-Bit Version)</li>
+<li>Mac OS X: Versions prior to Mac OS X 10.7 provided Java by default.  OS X 10.7+ requires installation of <a class="external" href="http://support.apple.com/kb/DL1421">Java</a>.</li>
+</ul>
+</li>
+<li>Apache Ant
+<ul>
+<li>Windows: <a class="external" href="http://ant.apache.org/bindownload.cgi">Apache Ant</a>.</li>
+<li>Mac OS X: Apache Ant is bundled with Java install.</li>
+</ul>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_2_install_the_webworks_sdk">2.  Install the WebWorks SDK</a>
+</h2>
+
+<p>Download and install the appropriate WebWorks SDKs for your development. BlackBerry 10, BlackBerry PlayBook, and BlackBerry Smartphone WebWorks SDKs can all be downloaded from the following locations.  Please note that BlackBerry PlayBook development requires the Adobe Air SDK as well.</p>
+
+<ul>
+<li>[BlackBerry 10 (QNX) SDK] (https://developer.blackberry.com/html5/download/#blackberry10)</li>
+<li>[BlackBerry PlayBook SDK] (https://developer.blackberry.com/html5/download/#playbook) &amp; <a class="external" href="http://www.adobe.com/devnet/air/air-sdk-download.html">Adobe Air SDK</a>
+</li>
+<li>[BlackBerry Smartphones SDK] (https://developer.blackberry.com/html5/download/#smartphones)</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_3_register_for_signing_keys">3.  Register for Signing Keys</a>
+</h2>
+
+<p>If you wish to publish your application on BlackBerry App World, or deploy on an actual device you’ll need to register for a set of free Code Signing Keys.  </p>
+
+<p>To register for Signing Keys visit, and complete the <a class="external" href="https://www.blackberry.com/SignedKeys">BlackBerry Keys Order Form</a>.</p>
+
+<p>Once you receive your Signing Keys, they'll need to be setup. To learn how to setup your Signing Keys visit the <a class="external" href="https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html">BlackBerry HTML5/WebWorks website</a>.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_4_install_cordova">4.  Install Cordova</a>
+</h2>
+
+<p>Download the latest copy of <a class="external" href="http://cordova.apache.org/#download">Cordova</a> and extract its contents to your local machine.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_5_setup_new_project">5.  Setup New Project</a>
+</h2>
+
+<ul>
+<li>Open up a command prompt/terminal and navigate to where you extracted Cordova.</li>
+<li>There is a directory for each platform that Cordova supports.  CD into the blackberry directory.</li>
+<li>The blackberry directory contains several directories.  The <code>example</code> folder contains a complete Cordova project.  Copy the <code>example</code> folder to another location on your computer.</li>
+<li>Change to the newly created directory.</li>
+<li>Open up the project.properties file with your favorite editor and edit the entries for the WebWorks SDKs you are using. For example...</li>
+</ul>
+<p>BlackBerry 10 (QNX)
+- <code>qnx.bbwp.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry 10 WebWorks SDK 1.0.2.9</code></p>
+
+<p>BlackBerry PlayBook
+- <code>playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp</code></p>
+
+<p>BlackBerry Smartphone (OS5-7)
+- <code>blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager</code></p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_6_hello_world">6.  Hello World</a>
+</h2>
+
+<p>Build the Cordova sample project by typing <code>ant target build</code> in your command prompt/terminal while you are in your project's directory. Replace <code>target</code> with either <code>qnx</code> <code>playbook</code> or <code>blackberry</code>. For example...</p>
+
+<p>BlackBerry 10 (QNX)
+- <code>ant qnx build</code></p>
+
+<p>BlackBerry PlayBook
+- <code>ant playbook build</code></p>
+
+<p>BlackBerry Smartphone (OS5-7)
+- <code>ant blackberry build</code></p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_7a_deploy_to_simulator">7A.  Deploy to Simulator</a>
+</h2>
+
+<p>BlackBerry smartphone simulators are only available on Windows. BlackBerry 10, and PlayBook simulators require VMWare Player (Windows) or VMWare Fusion (Mac OS X). The WebWorks SDK provides a default simulator. Additional simulators are <a class="external" href="http://us.blackberry.com/developers/resources/simulators.jsp">available</a>.</p>
+
+<p>For instructions on installing simulators, please visit the following link(s):
+- <a class="external" href="https://developer.blackberry.com/html5/documentation/using_the_bb10_simulator_2008466_11.html">BlackBerry 10</a>
+- <a class="external" href="https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html">BlackBerry PlayBook</a>
+- <a class="external" href="https://developer.blackberry.com/html5/documentation/run_your_app_on_smartphone_sim_1876976_11.html">BlackBerry Smartphone</a></p>
+
+<ul>
+<li>Open the project.properties file with your favorite editor and customize the following properties.</li>
+</ul>
+<p>BlackBerry 10
+- <code>qnx.sim.ip</code>
+- <code>qnx.sim.password</code>
+- Note: IP address of simulator obtained when placing the simulator in developer mode through simulator security settings. Simulator password can be set through simulator security settings.</p>
+
+<p>Playbook
+- <code>playbook.sim.ip</code> : 
+- <code>playbook.sim.password</code>
+- Note: IP address of simulator obtained when placing the simulator in developer mode through simulator security settings. Simulator password can be set through simulator security settings.</p>
+
+<p>Smartphone (Optional)
+- <code>blackberry.sim.dir</code> 
+- <code>blackberry.sim.bin</code>
+- Note: On windows file separator '\' must be escaped when specifying directories.  For example <code>C:\\Program Files\\BlackBerry\\Simulator</code>.  </p>
+
+<p>While in your project directory, in command prompt/terminal type <code>ant target load-simulator</code>. Replace <code>target</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>. Note, for BlackBerry 10 and PlayBook, the simulator virtual image must already be started.  For example...</p>
+
+<p>BlackBerry 10 (QNX)
+- <code>ant qnx load-simulator</code></p>
+
+<p>BlackBerry PlayBook
+- <code>ant playbook load-simulator</code></p>
+
+<p>BlackBerry Smartphone (OS5-7)
+- <code>ant blackberry load-simulator</code></p>
+
+<p>The application will be installed to the home screen of the simulator. Note, on BlackBerry OS 5 the application is installed in the Downloads folder.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_7b_deploy_to_device_windows_and_mac">7B.  Deploy to Device (Windows and Mac)</a>
+</h2>
+
+<p>To deploy your app to a device you must have registered for, and setup BlackBerry Code Signing Keys.  See section 3 for details. Also, to deploy apps on BlackBerry 10 or PlayBook, the device must be set to Development Mode which can be enabled from the Settings &gt; Security menu.</p>
+
+<ul>
+<li>Open the project.properties file with your favorite editor and customize the following properties:</li>
+</ul>
+<p>BlackBerry 10 (QNX)
+- <code>qnx.sigtool.password</code>
+- <code>qnx.device.ip</code>
+- <code>qnx.device.password</code></p>
+
+<p>BlackBerry PlayBook
+- <code>playbook.sigtool.csk.password</code>
+- <code>playbook.sigtool.p12.password</code>
+- <code>playbook.device.ip</code>
+- <code>playbook.device.password</code></p>
+
+<p>BlackBerry Smartphone (OS5-7)
+- Smartphone (Optional)
+- <code>blackberry.sigtool.password</code></p>
+
+<p>While in your project directory, in command prompt/terminal type <code>ant target load-device</code>. Replace <code>target</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>.  For example...</p>
+
+<p>BlackBerry 10 (QNX)
+- <code>ant qnx load-device</code></p>
+
+<p>BlackBerry PlayBook
+- <code>ant playbook load-device</code></p>
+
+<p>BlackBerry Smartphone (OS5-7)
+- <code>ant blackberry load-device</code></p>
+
+<p>The application will be installed to the home screen of the device. Note, on BlackBerry OS 5 the application is installed in the Downloads folder.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20BlackBerry_additional_information">Additional Information</a>
+</h2>
+
+<p>The following articles provide help to issues you may encounter when developing a Cordova application which is based on the BlackBerry WebWorks framework</p>
+
+<ul>
+<li><p><a class="external" href="http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Common-BlackBerry-WebWorks-development-pitfalls-that-can-be/ta-p/624712">BlackBerry WebWorks Development Pitfalls</a></p></li>
+<li><p><a class="external" href="https://bdsc.webapps.blackberrycom/html5/documentation/ww_developing/bestpractice_compiling_ww_apps_1873324_11.html">Best practices for packaging WebWorks applications</a></p></li>
+</ul>
+</div>
+        </div>
+
+        <!-- Functionality and Syntax Highlighting -->
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
+</html>

Added: cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_index.md.html?rev=1449255&view=auto
==============================================================================
--- cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_index.md.html (added)
+++ cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_index.md.html Fri Feb 22 23:42:47 2013
@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<!--
+    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.
+--><html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
+        <div id="header">
+            <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
+            <small>
+                <select><optgroup label="English" value="en">
+<option value="edge">edge</option>
+<option selected value="2.5.0rc1">2.5.0rc1</option>
+<option value="2.4.0rc1">2.4.0rc1</option>
+<option value="2.4.0">2.4.0</option>
+<option value="2.3.0rc2">2.3.0rc2</option>
+<option value="2.3.0rc1">2.3.0rc1</option>
+<option value="2.3.0">2.3.0</option>
+<option value="2.2.0rc2">2.2.0rc2</option>
+<option value="2.2.0rc1">2.2.0rc1</option>
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0rc2">2.1.0rc2</option>
+<option value="2.1.0rc1">2.1.0rc1</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0rc1">2.0.0rc1</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0rc1">1.9.0rc1</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.8.0rc1">1.8.0rc1</option>
+<option value="1.8.0">1.8.0</option>
+<option value="1.7.0rc1">1.7.0rc1</option>
+<option value="1.7.0">1.7.0</option>
+<option value="1.6.1">1.6.1</option>
+<option value="1.6.0rc1">1.6.0rc1</option>
+<option value="1.6.0">1.6.0</option>
+<option value="1.5.0rc1">1.5.0rc1</option>
+<option value="1.5.0">1.5.0</option>
+</optgroup>
+<optgroup label="Japanese" value="jp">
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.7.0">1.7.0</option>
+</optgroup>
+<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
+        </div>
+        <div id="subheader">
+            <h1>Getting Started Guides</h1>
+            <small></small>
+        </div>
+
+        <div id="sidebar">
+            <div class="vertical_divider"></div>
+        <h1>API Reference</h1>
+<ul>
+<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
+<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
+<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
+<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
+<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
+<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
+<li><a href="cordova_device_device.md.html#Device">Device</a></li>
+<li><a href="cordova_events_events.md.html#Events">Events</a></li>
+<li><a href="cordova_file_file.md.html#File">File</a></li>
+<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
+<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
+<li><a href="cordova_media_media.md.html#Media">Media</a></li>
+<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
+<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
+<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
+</ul>
+<h1>Guides</h1>
+<ul>
+<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
+<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
+<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
+<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
+<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
+<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
+<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
+<li><a href="_index.html">Keyword Index</a></li>
+</ul>
+</div>
+
+        <div id="scrollable">
+            <div id="content">
+                <h1><a name="Getting%20Started%20Guides">Getting Started Guides</a></h1>
+
+<ul>
+<li><a href="guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android">Getting Started with Android</a></li>
+<li><a href="guide_getting-started_blackberry_index.md.html#Getting%20Started%20with%20BlackBerry">Getting Started with BlackBerry</a></li>
+<li><a href="guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS">Getting Started with iOS</a></li>
+<li><a href="guide_getting-started_symbian_index.md.html#Getting%20Started%20with%20Symbian">Getting Started with Symbian</a></li>
+<li><a href="guide_getting-started_webos_index.md.html#Getting%20Started%20with%20WebOS">Getting Started with WebOS</a></li>
+<li><a href="guide_getting-started_windows-phone-7_index.md.html#Getting%20Started%20with%20Windows%20Phone%207">Getting Started with Windows Phone 7</a></li>
+<li><a href="guide_getting-started_windows-phone-8_index.md.html#Getting%20Started%20with%20Windows%20Phone%208">Getting Started with Windows Phone 8</a></li>
+<li><a href="guide_getting-started_windows-8_index.md.html#Getting%20Started%20with%20Windows%208">Getting Started with Windows 8</a></li>
+<li><a href="guide_getting-started_bada_index.md.html#Getting%20Started%20with%20Bada">Getting Started with Bada</a></li>
+<li><a href="guide_getting-started_tizen_index.md.html#Getting%20Started%20with%20Tizen">Getting Started with Tizen</a></li>
+</ul>
+</div>
+        </div>
+
+        <!-- Functionality and Syntax Highlighting -->
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
+</html>

Added: cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_ios_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_ios_index.md.html?rev=1449255&view=auto
==============================================================================
--- cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_ios_index.md.html (added)
+++ cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_ios_index.md.html Fri Feb 22 23:42:47 2013
@@ -0,0 +1,502 @@
+<!DOCTYPE html>
+<!--
+    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.
+--><html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
+        <div id="header">
+            <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
+            <small>
+                <select><optgroup label="English" value="en">
+<option value="edge">edge</option>
+<option selected value="2.5.0rc1">2.5.0rc1</option>
+<option value="2.4.0rc1">2.4.0rc1</option>
+<option value="2.4.0">2.4.0</option>
+<option value="2.3.0rc2">2.3.0rc2</option>
+<option value="2.3.0rc1">2.3.0rc1</option>
+<option value="2.3.0">2.3.0</option>
+<option value="2.2.0rc2">2.2.0rc2</option>
+<option value="2.2.0rc1">2.2.0rc1</option>
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0rc2">2.1.0rc2</option>
+<option value="2.1.0rc1">2.1.0rc1</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0rc1">2.0.0rc1</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0rc1">1.9.0rc1</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.8.0rc1">1.8.0rc1</option>
+<option value="1.8.0">1.8.0</option>
+<option value="1.7.0rc1">1.7.0rc1</option>
+<option value="1.7.0">1.7.0</option>
+<option value="1.6.1">1.6.1</option>
+<option value="1.6.0rc1">1.6.0rc1</option>
+<option value="1.6.0">1.6.0</option>
+<option value="1.5.0rc1">1.5.0rc1</option>
+<option value="1.5.0">1.5.0</option>
+</optgroup>
+<optgroup label="Japanese" value="jp">
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.7.0">1.7.0</option>
+</optgroup>
+<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
+        </div>
+        <div id="subheader">
+            <h1>Getting Started with iOS</h1>
+            <small><select><option value="Getting%2520Started%2520with%2520iOS">Getting Started with iOS</option>
+<option value="Getting%20Started%20with%20iOS_introduction">      - Introduction</option>
+<option value="Getting%20Started%20with%20iOS_install_cordova">      - Install Cordova</option>
+<option value="Getting%20Started%20with%20iOS_project_creation">      - Project Creation</option>
+<option value="Getting%20Started%20with%20iOS_running_the_application">      - Running the Application</option>
+<option value="Getting%20Started%20with%20iOS_results">      - Results</option>
+<option value="Getting%20Started%20with%20iOS_common_problems">      - Common Problems</option>
+<option value="Getting%20Started%20with%20iOS_next_steps">      - Next Steps</option>
+<option value="Getting%20Started%20with%20iOS_resources">      - Resources</option></select></small>
+        </div>
+
+        <div id="sidebar">
+            <div class="vertical_divider"></div>
+        <h1>API Reference</h1>
+<ul>
+<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
+<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
+<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
+<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
+<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
+<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
+<li><a href="cordova_device_device.md.html#Device">Device</a></li>
+<li><a href="cordova_events_events.md.html#Events">Events</a></li>
+<li><a href="cordova_file_file.md.html#File">File</a></li>
+<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
+<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
+<li><a href="cordova_media_media.md.html#Media">Media</a></li>
+<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
+<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
+<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
+</ul>
+<h1>Guides</h1>
+<ul>
+<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
+<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
+<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
+<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
+<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
+<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
+<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
+<li><a href="_index.html">Keyword Index</a></li>
+</ul>
+</div>
+
+        <div id="scrollable">
+            <div id="content">
+                <h1><a name="Getting%20Started%20with%20iOS">Getting Started with iOS</a></h1>
+
+<h2>
+<a name="Getting%20Started%20with%20iOS_introduction">Introduction</a>
+</h2>
+
+<p>Apache Cordova is a library used to create native mobile applications using Web technologies.  The application is created using HTML, CSS and JavaScript and compiled for each specific platform using the platform native tools.  Cordova provides a standard set of JavaScript APIs to access device features on all supported platforms. This document describes how to get started using Apache Cordova for the iOS platform.</p>
+
+<h3>Requirements</h3>
+
+<ul>
+<li>
+<strong>Intel-based Computer with Mac® OS X® Lion or greater (10.7.4+)</strong>

+The Apple® tools required for building iOS applications run only on the OS X operating system. The version of the development environment required, Xcode® 4.5, runs only on Mac OS X version 10.7 (Lion) or greater.  
</li>
+<li>
+<p><strong>Xcode 4.5 and iOS 6 SDK</strong>
+
    To submit apps to the Apple App Store℠, you must be using the latest versions of the Apple tools. Currently the latest versions are Xcode 4.5.2 and the iOS 6 SDK (Software Development Kit). The download of Xcode 4.5.2 includes the iOS 6 SDK. 
</p>
+
+<ul>
+<li>Download from the <a class="external" href="https://itunes.apple.com/us/app/xcode/id497799835?mt=12">App Store</a> (https://itunes.apple.com/us/app/xcode/id497799835?mt=12). 
</li>
+<li>Download from <a class="external" href="https://developer.apple.com/downloads/index.action">Apple Developer Downloads</a> (https://developer.apple.com/downloads/index.action).  Note:  This link requires Apple Developer registration.</li>
+</ul>
+</li>
+<li>
+<p><strong>Xcode Command Line Tools</strong></p>
+
+<p>Cordova uses the command line to create a new application project.  To access the Xcode tools from the command line an additional download is required.  The tools are downloaded from within Xcode.
</p>
+
+<ol>
+<li>Open Xcode</li>
+<li>Select the following via the Xcode Menus:  <strong>Xcode Preferences&gt; Downloads&gt;Command Line Tools</strong>.  This will download and install copies of the core command line tools and system headers into system folders on your computer.</li>
+</ol>
+</li>
+<li>
+<p><strong>iOS <a href="cordova_device_device.md.html#Device">Device</a></strong></p>
+
+<p>You can test many of the Cordova features using the iOS simulator that is installed with the iOS SDK and Xcode, but you will need an actual device to fully test all of the device features used in your applications before submitting to the App Store.  The device must have at least iOS 5.x installed - this is the minimum iOS version supported as of Cordova 2.3.  Devices that support at least iOS 5 include all iPad® models, iPhone® 3GS and above, and iPod® Touch 3rd Generation or later. 
    
    In addition, to install apps onto a device, you must be a member of the <a class="external" href="https://developer.apple.com/programs/ios/">iOS Developer Program</a> from Apple.  The program costs $99 per year. This Getting Started guide documents deploying the application to the iOS simulator so registration with the developer program is not required.</p>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20iOS_install_cordova">Install Cordova</a>
+</h2>
+
+<h3>Download Cordova</h3>
+
+<p>Download the latest version of <a class="external" href="http://www.apache.org/dist/cordova/">Apache Cordova</a> from http://www.apache.org/dist/cordova/.  Click on the Download icon and select cordova-X.Y.Z-src.zip to download to your machine. The X, Y and Z represent the version number of Cordova, for example 2.5.0.  The download includes the code for all of the Apache Cordova supported platforms.  
</p>
+
+<h3>Extract Cordova</h3>
+
+<p>To access the code it will need to be extracted from the archive (.zip) file.</p>
+
+<ol>
+<li><p>Navigate to the folder where you downloaded the code.  Find the cordova-X.Y.Z-src.zip file.  

+Note: The file names change with each new version of Cordova.  The file name will be different if you are using an updated or newer version of Cordova.
</p></li>
+<li><p>Using the Finder® app, double click the file to extract. This will create a directory named, cordova-X.Y.Z.  
</p></li>
+<li><p>Expand this folder and locate the cordova-ios.zip file and double click to extract it.  
</p></li>
+<li><p>The code for iOS is within the cordova-ios directory structure.</p></li>
+</ol>
+<h2>
+<a name="Getting%20Started%20with%20iOS_project_creation">Project Creation</a>
+</h2>
+
+<p>Xcode projects for Cordova are created by invoking a script file via the command line. The following steps explain how to create the necessary directory structure, open and use the Terminal application to create a new project, and execute the create script. 
</p>
+
+<h3>Determine Project Location</h3>
+
+<p>Determine where on your system you will locate the Xcode project files for your application.  For this tutorial I created a CordovaXY directory under my Documents folder:  ~/Documents/CordovaXY  where the X and Y refer the to Cordova version #.
</p>
+
+<ol>
+<li><p>In Finder navigate to the Documents Directory. 
</p></li>
+<li><p>Create a directory called CordovaXY within the Documents directory where the X and Y represent the Cordova version number (23, for example).  You can use a different directory name or location if you wish but you will need to remember this directory location and name for subsequent steps.
</p></li>
+</ol>
+<h3>Open Terminal</h3>
+
+<ol>
+<li><p>In Finder, navigate to the Applications Folder. Find and expand the Utilities Folder.
</p></li>
+<li><p>Locate the Terminal app and double click to open it. 
</p></li>
+<li>
+<p>In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary.   Highlight the bin directory as shown:</p>
+
+<p><img src="img/guide/getting-started/ios/bin_dir_listing.png" alt="" title=""></p>
+
+<p><strong>Note:</strong> This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed.</p>
+</li>
+<li><p>Drag this directory to the open Terminal icon in the dock.  This will open up a default terminal window with the path set to the bin directory.</p></li>
+</ol>
+<h3>Create New Project</h3>
+
+<h4>Command Line Syntax</h4>
+
+<ol>
+<li>
+<p>Determine Required Parameters</p>
+
+<p>There are 3 ordered, required parameters for creating a Cordova project from the command line:
</p>
+
+<ol>
+<li>
+<p><strong>project location</strong></p>
+
+<p>This is the directory where the Xcode project and files for the application will be located. This tutorial is using ~/Documents/CordovaXY as the base location and the application name as the project directory.  Thus the location for our project will be 
~/Documents/CordovaXY/HelloWorld, where HelloWorld is the project name  (note that the X and Y represent the Cordova version, for example 22 for version 2.2).  The final directory, HelloWorld in this example, must not already exist as it will be created during execution of the command.</p>
+</li>
+<li>
+<p><strong>package name</strong></p>
+
+<p>When submitting apps to the App Store, this must be the reverse domain name App ID that is created via the Apple Provisioning Portal (described in the Deploy to <a href="cordova_device_device.md.html#Device">Device</a> section).  The Provisioning Portal is accessible once you have paid for and signed into your iOS Developer Account.   Since you will not be submitting this sample app, this tutorial uses org.apache.Cordova plus the app name, HelloWorld:  
org.apache.cordova.HelloWorld
</p>
+</li>
+<li>
+<p><strong>project name</strong></p>
+
+<p>This is the name of the actual project.  Most developers make the project name and the application name the same.  In this example the project name is HelloWorld.
</p>
+</li>
+</ol>
+</li>
+<li>
+<p>Execute the Command</p>
+
+<p>In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command:
+
  <code>./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld</code></p>
+
+<p><img src="img/guide/getting-started/ios/create.png" alt="" title=""></p>
+</li>
+<li>
+<p>Fix Common Problems</p>
+
+<p><strong>No Developer Directory Found</strong></p>
+
+<p>The “Error: No developer directory found at /Developer” message is displayed if the create script can not find the location of the command line tools within Xcode. This can occur if more than one version of Xcode is installed on the system or when upgrading from older versions of Xcode.  The solution is to run the xcode-select command to set the location.  If you have installed Xcode in the default location the command to execute is:
</p>
+
+<pre class="prettyprint"><code>    sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer

+</code></pre>
+
+<p>See <a class="external" href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html">http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html</a> for more information on the xcode-select command if you have installed Xcode in a different location.</p>
+</li>
+</ol>
+<h4>Optional Features</h4>
+
+<ul>
+<li>
+<p><strong>Additional Parameters</strong></p>
+
+<p>The default create script copies the necessary common library files from the Cordova distribution directory into your Xcode project directory.  These files will appear within the CordovaLib directory of your project structure.  Some development organizations prefer to have developers reference the common Cordova library files from a fixed location.  A common location helps to insure that all developers are using the exact same copy of the CordovaLib code.  This is accomplished by adding the --shared parameter to the create command.  The following command will create a project that references the CordovaLib directory from the iOS directory location where the create script is executed:
</p>
+
+<pre class="prettyprint"><code>./create --shared ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld

+</code></pre>
+
+<p>
  The Xcode project is still created in the ~/Documents/CordovaXY/HelloWorld directory, but it references the CordovaLib files from the fixed location of the Cordova distribution rather than a copy of these files within the project directory. 
</p>
+</li>
+<li>
+<p><strong>Additional Scripts</strong></p>
+
+<p>Within the cordova-ios/bin directory there is an additional script that changes the location of the CordovaLib directory to refer to a shared location after the project has been created,
</p>
+
+<pre class="prettyprint"><code> ./update_cordova_subproject path/to/your/project

+</code></pre>
+
+<p>Most users will be satisfied with the default project creation procedure and do not need this additional script. This script uses the location of CordovaLib directory at the same directory level as the bin directory from which it is run as the shared location for CordovaLib. To modify the newly created HelloWorld project to use a shared location for CordovaLib, execute the following command from the bin directory:
</p>
+
+<pre class="prettyprint"><code>./update_cordova_subproject ~/Documents/CordovaXY/HelloWorld

+</code></pre>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20iOS_running_the_application">Running the Application</a>
+</h2>
+
+<h3>Open the Project</h3>
+
+<p>Using the Finder app, navigate to the location where you created the project. This guide uses ~/Documents/CordovaXY/HelloWorld.  Double click the HelloWorld.xcodeproj file to open the project in Xcode.</p>
+
+<p>Your screen should look similar to:</p>
+
+<p><img src="img/guide/getting-started/ios/helloworld_project.png" alt="" title=""><strong>Note:</strong> this screen capture shows a project that was created with the name as HelloWorld23.   
</p>
+
+<h3>Deploy to the Simulator</h3>
+
+<ol>
+<li>In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target.  
</li>
+<li><p>Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown:  

+<img src="img/guide/getting-started/ios/select_xcode_scheme.png" alt="" title=""></p></li>
+<li><p>Click the <strong>Run</strong> button in your project window's toolbar to build, deploy and run the application in the simulator. 
</p></li>
+</ol>
+<h3>Deploy to the <a href="cordova_device_device.md.html#Device">Device</a>
+</h3>
+
+<h4>Requirements</h4>
+
+<p>There are several requirements to deploy to a device. Since this information is not related directly to Cordova, please refer to the Apple Configuring Development and Distribution Assets section of the <a class="external" href="http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/00-About_the_iOS_Application_Development_Workflow/introduction.html#//apple_ref/doc/uid/TP40007959">Tools Workflow Guide for iOS</a> documentation for complete details.
</p>
+
+<ul>
+<li><p>Join the Apple iOS Developer Program
</p></li>
+<li><p>Create a Provisioning Profile within the <a class="external" href="https://developer.apple.com/ios/manage/overview/index.action">iOS Provisioning Portal</a>.   You can use the Development Provisioning Assistant within the Provisioning Portal to create and install the profile and certificate for use within Xcode.
</p></li>
+<li><p>Verify that the Code Signing Identity in the Code Signing sections of the Hello World Xcode project settings has been set with your provisioning profile name.   
</p></li>
+</ul>
+<h4>Deployment Steps</h4>
+
+<ol>
+<li>Plug your device into your Mac via the USB Cable.
</li>
+<li>
+<p>Select the Target and device</p>
+
+<ol>
+<li>In the upper left hand corner of Xcode, click the Scheme drop down and select the project name, HelloWorld, as the target.
</li>
+<li>Click the device section and select your device from the list.  If your device is plugged in via the USB but not visible in the device list, click the <strong>Organizer</strong> button to determine any errors.
</li>
+</ol>
+</li>
+<li><p>Click the <strong>run</strong> button to build, deploy and run the application on your device.</p></li>
+</ol>
+<h2>
+<a name="Getting%20Started%20with%20iOS_results">Results</a>
+</h2>
+
+<p>The running HelloWorld app is shown below.  The <a href="cordova_device_device.md.html#Device">Device</a> is Ready line should be slowly pulsating.</p>
+
+<p><img src="img/guide/getting-started/ios/HelloWorldStandard.png" alt="" title=""></p>
+
+<h2>
+<a name="Getting%20Started%20with%20iOS_common_problems">Common Problems</a>
+</h2>
+
+<h3>Deprecation Warnings</h3>
+
+<p>When an application programming interface (API) has been changed or replaced by another API, it is marked as “deprecated.”  The API will still work in the near term but will be removed in a future version of the code library.  Apache Cordova contains some of these deprecated interfaces.  When you build and deploy an application, Xcode will issue warnings about these deprecated APIs.  The ‘invokeString’ method that Xcode is warning about represents functionality to invoke the app from a custom URL. The process for loading from a custom URL has changed but this code is included to provide backwards functionality for apps created with older versions of Cordova.  The sample app does not use this functionality so the references to the items causing the warnings can be ignored.</p>
+
+<p>If you wish to remove the warnings you can remove the code that is referencing the invokeString deprecated API. 
</p>
+
+<ol>
+<li>Navigate to the MainViewController.m file in the Classes folder.
</li>
+<li>
+<p>Find and comment out the following code by surrounding it with the begin, /*,  and end, */, comment characters as highlighted in the code snippet below.</p>
+
+<pre class="prettyprint"><code>(void)webViewDidFinishLoad:(UIWebView*)theWebView
+{
+// only valid if ___PROJECTNAME__-Info.plist specifies a protocol to handle
+/*
+if (self.invokeString) {
+  // this is passed before the <a href="cordova_events_events.md.html#deviceready">deviceready</a> event is fired, so you can access it in js when you receive <a href="cordova_events_events.md.html#deviceready">deviceready</a>
+  NSLog(@"DEPRECATED: window.invokeString - use the window.handleOpenURL(url) function instead, which is always called when the app is launched through a custom scheme url.");
+  NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
+  [theWebView stringByEvaluatingJavaScriptFromString:jsString];
+}
+*/
+// Black base color for background matches the native apps
+theWebView.backgroundColor = [UIColor blackColor];
+
+
+return [super webViewDidFinishLoad:theWebView];
+}
+</code></pre>
+</li>
+<li><p>Press Command s to save the file. 
</p></li>
+<li><p>Navigate to the AppViewDelegate.m file in the Classes Folder.</p></li>
+<li>
+<p>Comment out the following line by placing a double slash at the beginning of line 73 as shown below:
</p>
+
+<pre class="prettyprint"><code>//self.viewController.invokeString = invokeString;

+</code></pre>
+</li>
+<li><p>Press Command-s to save the file.</p></li>
+<li><p>Press Command-b to rebuild the project and eliminate the warnings.
</p></li>
+</ol>
+<h3>Missing Headers</h3>
+
+<p>Some users have encountered compilation errors relating to missing headers.  This refers to a problem in the build location and is fixed via Xcode preferences. 
</p>
+
+<ol>
+<li>Within the Xcode menus select <strong>Xcode&gt;Preferences&gt;Locations</strong>. 
</li>
+<li>
+<p>In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: 

+<img src="img/guide/getting-started/ios/xcode_build_location.png" alt="" title=""></p>
+
+<p>This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode.</p>
+</li>
+</ol>
+<h2>
+<a name="Getting%20Started%20with%20iOS_next_steps">Next Steps</a>
+</h2>
+
+<h3>Building Your Own Applications</h3>
+
+<p><strong>Include Cordova</strong></p>
+
+<p>All of the code for the sample application is contained within the www directory in the Xcode project structure.  The starting page is named index.html.  Any page that uses Cordova must include the cordova-*.js file for the associated Cordova version and platform.  The format of the JavaScript file name is cordova-x.y.z where x represents the major version number, y the minor version and z any point release.  For example, the Cordova 2.2.0 file was named cordova-2.2.0.js.   The sample HelloWorld application includes this file from index.html.</p>
+
+<pre class="prettyprint"><code>  &lt;script type="text/javascript" src="cordova-2.2.0.js"&gt;&lt;/script&gt;
+  &lt;script type="text/javascript" src="js/index.js"&gt;&lt;/script&gt;
+  &lt;script type="text/javascript"&gt;
+          app.initialize();
+  &lt;/script&gt;
+</code></pre>
+
+<p><strong>Wait for deviceReady Event</strong></p>
+
+<p>When loading a page, Cordova’s deviceReady event must fire before you can access any of the platform features via the Cordova JavaScript APIs.  Within the sample application this is set up within the app object found within the js/index.js file. The app.initialze() call at the bottom of the index.html file (visible in the previous code example) sets in motion the binding of events to receive and respond to the deviceReady event.</p>
+
+<p>Another common method of initializing a page is to add an event listener for the deviceReady event within the handler for the body onload event as shown in the code snippet below:</p>
+
+<pre class="prettyprint"><code>  &lt;head&gt;
+    &lt;script type="text/javascript" src="cordova-2.5.0.js"&gt;&lt;/script&gt;
+    &lt;script&gt;
+      function onLoad() {
+    document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>(
+      ‘<a href="cordova_events_events.md.html#deviceready">deviceready</a>’, onDeviceReady, false);
+    }
+    function onDeviceReady() {
+      // do Something!
+      // example: display a Cordova Alert
+      // see docs.cordova.io for full details
+      navigator.<a href="cordova_notification_notification.md.html#notification.alert">notification.alert</a>(
+        'Cordova is ready!',       // message
+        function() {//do something},  // callback
+        'Congratulations',            // title
+        'Done'                      // buttonName
+       );
+    }
+    &lt;/script&gt;
+    &lt;/head&gt;
+    &lt;body onload=”onLoad();”&gt;
+    .....
+</code></pre>
+
+<h3>Code Your Application</h3>
+
+<p>Replace the sample code in the www directory of a new project with the HTML, JavaScript and CSS code for your application.  The name of the initial file to load when the app is launched should be index.html (advanced users can change this if necessary).  As demonstrated in the HelloWorld sample application, subdirectories within the www directory are permitted.  Note that the www directory is readonly, you can not write information to this directory during app execution.  If you need to store information use the Cordova <a href="cordova_file_file.md.html#File">File</a> or <a href="cordova_storage_storage.md.html#Storage">Storage</a> APIs.</p>
+
+<p>You can use many mobile JavaScript frameworks with Cordova  to create the UI and page navigation of your application.  Popular ones include:</p>
+
+<ul>
+<li>JQuery Mobile</li>
+<li>Dojo Mobile</li>
+<li>Sencha Touch</li>
+</ul>
+<h3>Modify <a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a>
+</h3>
+
+<p>There are many additional considerations to make your application unique.  The sample HelloWorld application is set up to run in all iOS environments, iPhone, iPod, and iPad.  You can design an app for a single device type by modifying the build settings within Xcode.</p>
+
+<p>You should customize the application with your own icons and splash screens.  The sample application includes Cordova specific images in the Apple required sizes and resolutions as examples.  The Cordova Specific settings are located in the config.xml file and documented in the Cordova <a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a> Guide. Refer to the Resources section for more Apple specific information about building iOS Apps.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20iOS_resources">Resources</a>
+</h2>
+
+<h3>Apple</h3>
+
+<p>Some of these references are within the Apple iOS Developer Reference and require an iOS Developer License.
</p>
+
+<ul>
+<li>
+<a class="external" href="http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/index.html#//apple_ref/doc/uid/TP40011343">Start Developing iOS Apps Today</a> provides a quick overview of steps for developing iOS Apps.
</li>
+<li>
+<a class="external" href="https://developer.apple.com/membercenter/index.action">Member Center home page</a> provides links to several iOS technical resources including technical resources, the provisioning portal, distribution guides and community forums. 
</li>
+<li>
+<a class="external" href="http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/00-About_the_iOS_Application_Development_Workflow/introduction.html#//apple_ref/doc/uid/TP40007959">Tools Workflow Guide for iOS</a> 
</li>
+<li>
+<a class="external" href="http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/000-About_Xcode/about.html#//apple_ref/doc/uid/TP40010215">Xcode 4 User Guide</a> 
</li>
+<li>
+<a class="external" href="https://developer.apple.com/videos/wwdc/2012/">Session Videos</a> from the Apple World Wide Developer Conference 2012 (WWDC2012)</li>
+</ul>
+<h3>Apache Cordova</h3>
+
+<p>The <a class="external" href="http://cordova.apache.org/">Apache Cordova home page</a> contains all of the links below and more.</p>
+
+<ul>
+<li>Cordova API documentation is available at <a class="external" href="http://docs.cordova.io">http://docs.cordova.io</a>
</li>
+<li>
+<a class="external" href="https://groups.google.com/forum/?fromgroups=%23!forum/phonegap">PhoneGap google group</a> to discuss and ask questions about Cordova.  This forum is monitored by Cordova developers as well as users.  When posting please include the platform, device type, Cordova version and as many details as possible about the error or problem. 
</li>
+<li>
+<a href="cordova_file_file.md.html#File">File</a> Cordova bugs at <a class="external" href="https://issues.apache.org/jira/browse/CB">https://issues.apache.org/jira/browse/CB</a>
+</li>
+</ul>
+<h3>Credits</h3>
+
+<p>Mac®, OS X®, Apple®, Xcode®, App Store℠, iPad®, iPhone®, iPod® and  Finder® are Trademarks of Apple Inc.</p>
+
+            </div>
+        </div>
+
+        <!-- Functionality and Syntax Highlighting -->
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
+</html>

Added: cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_symbian_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_symbian_index.md.html?rev=1449255&view=auto
==============================================================================
--- cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_symbian_index.md.html (added)
+++ cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_symbian_index.md.html Fri Feb 22 23:42:47 2013
@@ -0,0 +1,196 @@
+<!DOCTYPE html>
+<!--
+    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.
+--><html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
+        <div id="header">
+            <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
+            <small>
+                <select><optgroup label="English" value="en">
+<option value="edge">edge</option>
+<option selected value="2.5.0rc1">2.5.0rc1</option>
+<option value="2.4.0rc1">2.4.0rc1</option>
+<option value="2.4.0">2.4.0</option>
+<option value="2.3.0rc2">2.3.0rc2</option>
+<option value="2.3.0rc1">2.3.0rc1</option>
+<option value="2.3.0">2.3.0</option>
+<option value="2.2.0rc2">2.2.0rc2</option>
+<option value="2.2.0rc1">2.2.0rc1</option>
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0rc2">2.1.0rc2</option>
+<option value="2.1.0rc1">2.1.0rc1</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0rc1">2.0.0rc1</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0rc1">1.9.0rc1</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.8.0rc1">1.8.0rc1</option>
+<option value="1.8.0">1.8.0</option>
+<option value="1.7.0rc1">1.7.0rc1</option>
+<option value="1.7.0">1.7.0</option>
+<option value="1.6.1">1.6.1</option>
+<option value="1.6.0rc1">1.6.0rc1</option>
+<option value="1.6.0">1.6.0</option>
+<option value="1.5.0rc1">1.5.0rc1</option>
+<option value="1.5.0">1.5.0</option>
+</optgroup>
+<optgroup label="Japanese" value="jp">
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.7.0">1.7.0</option>
+</optgroup>
+<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
+        </div>
+        <div id="subheader">
+            <h1>Getting Started with Symbian</h1>
+            <small><select><option value="Getting%2520Started%2520with%2520Symbian">Getting Started with Symbian</option>
+<option value="Getting%20Started%20with%20Symbian_video_tutorials">      - Video Tutorials:</option>
+<option value="Getting%20Started%20with%20Symbian_1_requirements">      - 1. Requirements</option>
+<option value="Getting%20Started%20with%20Symbian_2_install_sdk_cordova">      - 2. Install SDK + Cordova</option>
+<option value="Getting%20Started%20with%20Symbian_3_setup_new_project">      - 3. Setup New Project</option>
+<option value="Getting%20Started%20with%20Symbian_4_hello_world">      - 4. Hello World</option>
+<option value="Getting%20Started%20with%20Symbian_5a_deploy_to_simulator">      - 5A. Deploy to Simulator</option>
+<option value="Getting%20Started%20with%20Symbian_5b_deploy_to_device">      - 5B. Deploy to Device
+</option>
+<option value="Getting%20Started%20with%20Symbian_done">      - Done!</option></select></small>
+        </div>
+
+        <div id="sidebar">
+            <div class="vertical_divider"></div>
+        <h1>API Reference</h1>
+<ul>
+<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
+<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
+<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
+<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
+<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
+<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
+<li><a href="cordova_device_device.md.html#Device">Device</a></li>
+<li><a href="cordova_events_events.md.html#Events">Events</a></li>
+<li><a href="cordova_file_file.md.html#File">File</a></li>
+<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
+<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
+<li><a href="cordova_media_media.md.html#Media">Media</a></li>
+<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
+<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
+<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
+</ul>
+<h1>Guides</h1>
+<ul>
+<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
+<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
+<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
+<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
+<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
+<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
+<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
+<li><a href="_index.html">Keyword Index</a></li>
+</ul>
+</div>
+
+        <div id="scrollable">
+            <div id="content">
+                <h1><a name="Getting%20Started%20with%20Symbian">Getting Started with Symbian</a></h1>
+
+<p>This guide describes how to set up your development environment for Cordova and run a sample application.  Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20Symbian_video_tutorials">Video Tutorials:</a>
+</h2>
+
+<ul>
+<li><a class="external" href="http://www.youtube.com/v/R9zktJUN7AI?autoplay=1">Cordova Installer - Xcode 4 Template</a></li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_1_requirements">1. Requirements</a>
+</h2>
+
+<ul>
+<li>Windows, OS X, or Linux</li>
+</ul>
+<p>There are also <a class="external" href="http://wiki.phonegap.com/w/page/16494811/PhoneGap-Symbian-%28Qt%29">QT for Symbian</a> and <a class="external" href="http://wiki.phonegap.com/w/page/16494782/Getting-Started-with-PhoneGap-Symbian-(WRT-on-Sony-Ericsson">Symbian with Sony Ericsson</a>) guides.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20Symbian_2_install_sdk_cordova">2. Install SDK + Cordova</a>
+</h2>
+
+<ul>
+<li>Download and install <a class="external" href="http://www.cygwin.com/setup.exe">cygwin</a> (Windows only). Make sure you select "make" as it is not included by default</li>
+<li>Download the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a> and extract its contents. We will be working with the Android directory.</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_3_setup_new_project">3. Setup New Project</a>
+</h2>
+
+<ul>
+<li>In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_4_hello_world">4. Hello World</a>
+</h2>
+
+<ul>
+<li>Open up index.html located in phonegap/symbian/framework/www with your favourite editor. </li>
+<li>In the <code>body</code> tag, remove the line <code>"Build your phonegap app here! Dude!"</code> and add the line <code>&lt;h1&gt;Hello World&lt;/h1&gt;</code>
+</li>
+<li>In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. </li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_5a_deploy_to_simulator">5A. Deploy to Simulator</a>
+</h2>
+
+<ul>
+<li>For Mac or Linux you should install <a class="external" href="http://www.aptana.org/products/studio2/download">Aptana Studio</a> and <a class="external" href="http://www.forum.nokia.com/info/sw.nokia.com/id/00d62bd8-4214-4c86-b608-5f11b94dad54/Nokia_WRT_Plug_in_for_Aptana_Studio.html">Nokia WRT Plug-in for Aptana Studio</a>. This has a browser-based javascript emulator</li>
+<li>For Windows you can download the <a class="external" href="http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html">S60 SDK</a> which includes the S60 Emulator</li>
+<li>Load the phonegap-symbian.wrt/app.wgz file into the emulator.</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_5b_deploy_to_device">5B. Deploy to Device
+</a>
+</h2>
+
+<ul>
+<li>Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Symbian_done">Done!</a>
+</h2>
+
+<p>You can also checkout more detailed version of this guide <a class="external" href="http://wiki.phonegap.com/w/page/16494780/Getting-Started-with-Phonegap-Nokia-WRT">here</a>.</p>
+
+            </div>
+        </div>
+
+        <!-- Functionality and Syntax Highlighting -->
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
+</html>

Added: cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_tizen_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_tizen_index.md.html?rev=1449255&view=auto
==============================================================================
--- cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_tizen_index.md.html (added)
+++ cordova/site/public/docs/en/2.5.0rc1/guide_getting-started_tizen_index.md.html Fri Feb 22 23:42:47 2013
@@ -0,0 +1,260 @@
+<!DOCTYPE html>
+<!--
+    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.
+--><html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+<meta name="generator" content="joDoc">
+<title>Apache Cordova API Documentation</title>
+<link rel="stylesheet" type="text/css" href="index.css">
+<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+</head>
+<body>
+        <div id="header">
+            <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
+            <small>
+                <select><optgroup label="English" value="en">
+<option value="edge">edge</option>
+<option selected value="2.5.0rc1">2.5.0rc1</option>
+<option value="2.4.0rc1">2.4.0rc1</option>
+<option value="2.4.0">2.4.0</option>
+<option value="2.3.0rc2">2.3.0rc2</option>
+<option value="2.3.0rc1">2.3.0rc1</option>
+<option value="2.3.0">2.3.0</option>
+<option value="2.2.0rc2">2.2.0rc2</option>
+<option value="2.2.0rc1">2.2.0rc1</option>
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0rc2">2.1.0rc2</option>
+<option value="2.1.0rc1">2.1.0rc1</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0rc1">2.0.0rc1</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0rc1">1.9.0rc1</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.8.0rc1">1.8.0rc1</option>
+<option value="1.8.0">1.8.0</option>
+<option value="1.7.0rc1">1.7.0rc1</option>
+<option value="1.7.0">1.7.0</option>
+<option value="1.6.1">1.6.1</option>
+<option value="1.6.0rc1">1.6.0rc1</option>
+<option value="1.6.0">1.6.0</option>
+<option value="1.5.0rc1">1.5.0rc1</option>
+<option value="1.5.0">1.5.0</option>
+</optgroup>
+<optgroup label="Japanese" value="jp">
+<option value="2.2.0">2.2.0</option>
+<option value="2.1.0">2.1.0</option>
+<option value="2.0.0">2.0.0</option>
+<option value="1.9.0">1.9.0</option>
+<option value="1.8.1">1.8.1</option>
+<option value="1.7.0">1.7.0</option>
+</optgroup>
+<optgroup label="Korean" value="kr"><option value="2.0.0">2.0.0</option></optgroup></select></small>
+        </div>
+        <div id="subheader">
+            <h1>Getting Started with Tizen</h1>
+            <small><select><option value="Getting%2520Started%2520with%2520Tizen">Getting Started with Tizen</option>
+<option value="Getting%20Started%20with%20Tizen_1_requirements">      - 1. Requirements</option>
+<option value="Getting%20Started%20with%20Tizen_2_install_sdk_cordova">      - 2. Install SDK + Cordova</option>
+<option value="Getting%20Started%20with%20Tizen_3_setup_new_project">      - 3. Setup New Project</option>
+<option value="Getting%20Started%20with%20Tizen_4_hello_world">      - 4. Hello World</option>
+<option value="Getting%20Started%20with%20Tizen_5a_deploy_to_simulator">      - 5A. Deploy to Simulator</option>
+<option value="Getting%20Started%20with%20Tizen_5b_deploy_to_device_emulator">      - 5B. Deploy to Device/Emulator</option>
+<option value="Getting%20Started%20with%20Tizen_done">      - Done!</option></select></small>
+        </div>
+
+        <div id="sidebar">
+            <div class="vertical_divider"></div>
+        <h1>API Reference</h1>
+<ul>
+<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
+<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
+<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
+<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
+<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
+<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
+<li><a href="cordova_device_device.md.html#Device">Device</a></li>
+<li><a href="cordova_events_events.md.html#Events">Events</a></li>
+<li><a href="cordova_file_file.md.html#File">File</a></li>
+<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
+<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
+<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
+<li><a href="cordova_media_media.md.html#Media">Media</a></li>
+<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
+<li><a href="cordova_splashscreen_splashscreen.md.html#Splashscreen">Splashscreen</a></li>
+<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
+</ul>
+<h1>Guides</h1>
+<ul>
+<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
+<li><a href="guide_command-line_index.md.html#Command-Line%20Usage">Command-Line Usage</a></li>
+<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
+<li><a href="guide_project-settings_index.md.html#Project%20Settings">Project Settings</a></li>
+<li><a href="guide_plugin-development_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
+<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
+<li><a href="guide_cordova-webview_index.md.html#Embedding%20WebView">Embedding WebView</a></li>
+<li><a href="_index.html">Keyword Index</a></li>
+</ul>
+</div>
+
+        <div id="scrollable">
+            <div id="content">
+                <h1><a name="Getting%20Started%20with%20Tizen">Getting Started with Tizen</a></h1>
+
+<p>This guide describes how to set up your development environment for Cordova and run a sample application.  Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.</p>
+
+<h2>
+<a name="Getting%20Started%20with%20Tizen_1_requirements">1. Requirements</a>
+</h2>
+
+<ul>
+<li>Linux Ubuntu 10.04/10.10/11.04/11.10 32-bit, Windows XP SP3/7 32-bit.</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_2_install_sdk_cordova">2. Install SDK + Cordova</a>
+</h2>
+
+<ul>
+<li>Download and install the <a class="external" href="https://developer.tizen.org/sdk">Tizen SDK</a>.</li>
+<li>Download the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a> and extract its contents. We will be working with the tizen directory.</li>
+<li>(optional) Install Tizen Cordova template projects: copy the <code>/templates</code> directory content into you Tizen Eclipse IDE web templates directory (e.g: <code>/home/my_username/tizen-sdk/IDE/Templates/web</code>).</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_3_setup_new_project">3. Setup New Project</a>
+</h2>
+
+<ul>
+<li>
+<p><strong>Method #1: Import a Cordova Tizen project sample</strong></p>
+
+<ul>
+<li>Launch Tizen Eclipse IDE</li>
+<li>Select  <strong><a href="cordova_file_file.md.html#File">File</a></strong> -&gt; <strong>Import</strong> -&gt; <strong>Tizen Web Project</strong>
+</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/import_project.png" alt="" title=""></p>
+
+<ul>
+<li>Click <strong>Next</strong>
+</li>
+<li>Make sure that <strong>Select root directory</strong> is checked</li>
+<li>Make sure <strong>Copy projects into workspace</strong> is checked</li>
+<li>Click <strong>Browse</strong>
+</li>
+<li>Browse to one of the Cordova Tizen "samples" project directory (e.g: <code>/cordova-basic</code>) and select it</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/import_widget.png" alt="" title=""></p>
+
+<ul>
+<li>Click <strong>Finish</strong>
+</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/project_explorer.png" alt="" title=""></p>
+
+<ul>
+<li>Your project should now have been imported and appear <strong>Project Explorer</strong> view</li>
+</ul>
+</li>
+<li>
+<p><strong>Method #2: Use Tizen Eclipse IDE Cordova Tizen project templates</strong></p>
+
+<ul>
+<li>Launch Tizen Eclipse IDE</li>
+<li>Select  <strong><a href="cordova_file_file.md.html#File">File</a></strong> -&gt; <strong>New</strong> -&gt; <strong>Tizen Web Project</strong>
+</li>
+<li>Select <strong>User Template</strong> and <strong>User defined</strong> items</li>
+<li>Select one of the Tizen Cordova template (e.g: <strong>CordovaBasicTemplate</strong>)</li>
+<li>Fill-up the <strong>Project name</strong> and its target <strong>Location</strong>
+</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/project_template.png" alt="" title=""></p>
+
+<ul>
+<li>Click <strong>Finish</strong>
+</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/project_explorer.png" alt="" title=""></p>
+
+<ul>
+<li>Your project should now have been created and appear <strong>Project Explorer</strong> view</li>
+</ul>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_4_hello_world">4. Hello World</a>
+</h2>
+
+<ul>
+<li>
+<p>To build your project:</p>
+
+<ul>
+<li>
+<strong>Right Click</strong> your project in the <strong>Project Explorer</strong> view and Select <strong>Build Project</strong>
+</li>
+</ul>
+<p><img src="img/guide/getting-started/tizen/build_project.png" alt="" title=""></p>
+
+<ul>
+<li><p>A widget package should have been generated in your project root directory (e.g: <code>cordova-basic.wgt</code>)</p></li>
+<li><p><strong>Note</strong> that the provided samples Tizen Cordova projects are not basic hello world applications. They contain a simple example usage of the Battery Cordova API.</p></li>
+</ul>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_5a_deploy_to_simulator">5A. Deploy to Simulator</a>
+</h2>
+
+<ul>
+<li>
+<p><strong>Right Click</strong> your project in the <strong>Project Explorer</strong> view and Select <strong>Run As</strong> and <strong>Tizen Web Simulator Application</strong></p>
+
+<p><img src="img/guide/getting-started/tizen/runas_web_sim_app.png" alt="" title=""></p>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_5b_deploy_to_device_emulator">5B. Deploy to Device/Emulator</a>
+</h2>
+
+<ul>
+<li>Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly)</li>
+<li>
+<p>Select your application deployment target with the <strong><a href="cordova_connection_connection.md.html#Connection">Connection</a> Explorer</strong> view (Select <strong>Window</strong> Menu -&gt; <strong>Show View</strong> -&gt; <strong><a href="cordova_connection_connection.md.html#Connection">Connection</a> Explorer</strong> )</p>
+
+<p><img src="img/guide/getting-started/tizen/connection_explorer.png" alt="" title=""></p>
+</li>
+<li>
+<p><strong>Right Click</strong> your project in the <strong>Project Explorer</strong> view and Select <strong>Run As</strong> and <strong>Tizen Web Application</strong></p>
+
+<p><img src="img/guide/getting-started/tizen/runas_web_app.png" alt="" title=""></p>
+</li>
+</ul>
+<h2>
+<a name="Getting%20Started%20with%20Tizen_done">Done!</a>
+</h2>
+
+            </div>
+        </div>
+
+        <!-- Functionality and Syntax Highlighting -->
+        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
+</body>
+</html>