From ff64d28763fa8dcd01fd0eaee8683c7e0902dbf7 Mon Sep 17 00:00:00 2001 From: Adam Stanley Date: Sat, 20 Oct 2012 20:31:51 +1100 Subject: [PATCH 1/2] added instructions for config.xml --- README.md | 25 +++++++++++++++++-------- config.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 config.xml diff --git a/README.md b/README.md index 49a078c..6919d95 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ RIM has been committed to providing the best Web support possible for its BlackB Quick Start ----------- ``` - - - - My Page + + + + My Page - - + +
@@ -27,8 +27,8 @@ Quick Start

My Title

-
-

Hello world

+
+

Hello world

@@ -41,6 +41,15 @@ All of the files you need to get started are in ```dist/``` folder You will notice that this example does not include jQuery or jQuery mobile, this is because all of the files need are combined into ```BlackBerry-JQM-all.min.css``` and ```BlackBerry-JQM-all.min.js```, this is done to reduce download overhead on the device and improve overall performance. If you prefer to include each file seperatly please check out the [getting started](/blackberry/jQueryMobile-BB10-Theme/blob/master/docs/README.md) documentation. +Building the kitchenSink sample +-------- +1. Clone or download this repo +2. Using BlackBerry 10 WebWorks SDK, package the following assets: + * ./dist + * ./kitchenSink + * config.xml + * index.html +3. Deploy to BlackBerry 10 device (signing required) or simulator Check out the [docs](/blackberry/jQueryMobile-BB10-Theme/blob/master/docs/README.md) for more information. diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..528b727 --- /dev/null +++ b/config.xml @@ -0,0 +1,41 @@ + + + + + jQM BB10 Theme + Kitchen Sink sample application that demonstrates use of the jQuery Mobile theme for BlackBerry 10 + Jason Scott + + + Licensed 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. + + + + + + From 7d78c5cda54259164dd927ba299018bfa433fe5d Mon Sep 17 00:00:00 2001 From: Adam Stanley Date: Sat, 20 Oct 2012 20:38:02 +1100 Subject: [PATCH 2/2] init --- config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.xml b/config.xml index 528b727..8c98560 100644 --- a/config.xml +++ b/config.xml @@ -36,6 +36,6 @@ - +