berlin train
[ReadingsJQM.git] / readme.md
1 # Welcome to jQuery Mobile Boilerplate
2
3 "What do I need in a new jQuery Mobile project?". This project is meant to be a single place for developers to get started using jQuery Mobile. It includes icon files, robots.txt (and human).txt files, as well as an extensive snippets library that developers can use as reference.
4
5 **Note:** The jQuery team has offered two options for CSS file inclusion. If you're planning on using a custom theme then you only need to include `jquery.mobile.structure-1.1.0.min.css`.
6
7 ## Quick start
8
9 Clone the git repo - `git clone git@github.com:commadelimited/jQuery-Mobile-Boilerplate.git` - or [download it](https://github.com/commadelimited/jQuery-Mobile-Boilerplate/zipball/master)
10
11 **Note:** By default, the links to the CSS and JS files are root relative.
12
13 `<script src="/js/application.js"></script>`
14
15 Boilerplate expects to be placed in the root of your website. If this is not the configuration you're using then you'll need to update these links manually.
16
17 `<script src="js/application.js"></script>`
18
19 ## Example
20
21 [View a simple demo ](http://andymatthews.net/code/jquery-mobile-boilerplate/)
22
23 ## Features
24
25 * jQuery Mobile 1.1 Final Compatible!
26 * Project ready. Download (or clone) and go!
27 * The latest jQuery Mobile JS & CSS bits from CDN, with a local option.
28 * The latest jQuery bits from CDN, with a local option.
29 * Override files for both JS and CSS
30 * Extensive UI element snippet library. Easy to copy and paste.
31 * Includes Scott Jehl's fix for the [iOS orientation bug](https://github.com/scottjehl/iOS-Orientationchange-Fix)
32
33 ## Contributing
34
35 You are invited to contribute code and suggestions to this project. The more the merrier.
36
37 ## Project Info
38
39 * Source: http://github.com/commadelimited/jQuery-Mobile-Boilerplate
40 * Twitter: [http://twitter.com/jqmbp](http://twitter.com/jqmbp)
41 * Twitter: [http://twitter.com/commadelimited](http://twitter.com/commadelimited)
42
43 ## License
44
45 ### 3rd party libraries:
46
47 * jQuery: MIT/GPL license
48 * jQuery Mobile: MIT/GPL license
49
50 ### Custom bits:
51
52 Public domain