Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A3D910E86 for ; Wed, 12 Jun 2013 19:15:32 +0000 (UTC) Received: (qmail 54773 invoked by uid 500); 12 Jun 2013 19:15:32 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 54754 invoked by uid 500); 12 Jun 2013 19:15:32 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 54747 invoked by uid 99); 12 Jun 2013 19:15:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 19:15:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2B7958A3DDC; Wed, 12 Jun 2013 19:15:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bhiggins@apache.org To: commits@cordova.apache.org Message-Id: <8e1bd095e2d2449e87f546cfbc59cc3a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: [CB-3772] Fix invalid characters in BB10 getting started guide Date: Wed, 12 Jun 2013 19:15:32 +0000 (UTC) Updated Branches: refs/heads/master db36946f3 -> b0e2afef4 [CB-3772] Fix invalid characters in BB10 getting started guide Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b0e2afef Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b0e2afef Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b0e2afef Branch: refs/heads/master Commit: b0e2afef4151dbfd19a0b3fe3a58950e6f59a879 Parents: db36946 Author: Bryan Higgins Authored: Wed Jun 12 15:15:06 2013 -0400 Committer: Bryan Higgins Committed: Wed Jun 12 15:15:06 2013 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/getting-started/blackberry10/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b0e2afef/docs/en/edge/guide/getting-started/blackberry10/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/getting-started/blackberry10/index.md b/docs/en/edge/guide/getting-started/blackberry10/index.md index e5e6b21..9f739b2 100644 --- a/docs/en/edge/guide/getting-started/blackberry10/index.md +++ b/docs/en/edge/guide/getting-started/blackberry10/index.md @@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one Getting Started with BlackBerry 10 ================================== -Apache Cordova is an application development platform that allows you to use common web technologies�primarily HTML5, JavaScript, and CSS�to create applications for mobile devices. Cordova uses a standard set of APIs to access common device features. Additional plugins allow you to access BlackBerry specific APIs, so that you can extend your application to tightly integrate with the BlackBerry 10 OS. +Apache Cordova is an application development platform that allows you to use common web technologies, primarily HTML5, JavaScript, and CSS, to create applications for mobile devices. Cordova uses a standard set of APIs to access common device features. Additional plugins allow you to access BlackBerry specific APIs, so that you can extend your application to tightly integrate with the BlackBerry 10 OS. Requirements ------------ @@ -34,7 +34,7 @@ Cordova for BlackBerry has the following software requirements: Setting up your signing keys ---------------------------- -Before starting development, you�ll need to register for your code signing key and debug token. The signing key allows you to sign your completed app so that you can distribute it through BlackBerry World. The debug token allows you to test an unsigned app on a BlackBerry 10 device. You do not need to create and install the debug token yourself; if you supply the keystore password, the build script will create and install the debug token for you. +Before starting development, you'll need to register for your code signing key and debug token. The signing key allows you to sign your completed app so that you can distribute it through BlackBerry World. The debug token allows you to test an unsigned app on a BlackBerry 10 device. You do not need to create and install the debug token yourself; if you supply the keystore password, the build script will create and install the debug token for you. - [Register for your code signing key now.](https://www.blackberry.com/SignedKeys/codesigning.html) - [Set your computer up for code signing. ](http://developer.blackberry.com/html5/documentation/set_up_for_signing.html) @@ -156,7 +156,7 @@ where Adding and managing plugins --------------------------- -To add additional functionality that is outside of the core features of Cordova, you�ll need to add plugins. A plugin represents a set of APIs that provide access to additional features of the platform. +To add additional functionality that is outside of the core features of Cordova, you'll need to add plugins. A plugin represents a set of APIs that provide access to additional features of the platform. In order to use a plugin, you must first add it into your project. Once added into your project, the plugin will be bundled with your project during the build process, to ensure that your app has access to all the APIs it needs.