From 4a68d4cc74db768a6063bcd6d8889cd0c7c0a54f Mon Sep 17 00:00:00 2001 From: andy matthews Date: Mon, 6 Feb 2012 13:38:13 -0600 Subject: [PATCH] Updating readme.md. Adding licensing to individual project files. --- css/custom.css | 3 +++ index.html | 4 ++++ readme.md | 36 +++++++++++++++++++++++++++++++--- snippets/buttons.html | 3 +++ snippets/collapsible-sets.html | 3 +++ snippets/collapsibles.html | 3 +++ snippets/forms.html | 3 +++ snippets/grids.html | 3 +++ snippets/lists.html | 3 +++ 9 files changed, 58 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index e69de29..dd5df5e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -0,0 +1,3 @@ +/* + jQuery Mobile Boilerplate +*/ \ No newline at end of file diff --git a/index.html b/index.html index 4bce550..45aea54 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,6 @@ + @@ -9,6 +12,7 @@ + diff --git a/readme.md b/readme.md index 687c60a..8e2a740 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,35 @@ -jQuery Mobile Boilerplate is meant to answer the question of "what do I need in a new jQuery Mobile project?". +# Welcome to jQuery Mobile Boilerplate -Clone this repository into a new jQuery Mobile project's directory and get started. +"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. -Check the snippets folder for commonly used elements, open the html file, copy and paste and you're off to the races. \ No newline at end of file +## Quick start + +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) + +## Features + +* Project ready. Download (or clone) and go! +* The latest jQuery Mobile JS & CSS bits from CDN, with a local option. +* The latest jQuery bits from CDN, with a local option. +* Override files for both JS and CSS +* Extensive UI element snippet library. Easy to copy and paste. + +## Contributing + +You are invited to contribute code and suggestions to this project. The more the merrier. + +## Project Info + +* Source: http://github.com/commadelimited/jQuery-Mobile-Boilerplate +* Twitter: [http://twitter.com/jqmbp](http://twitter.com/jqmbp) + +## License + +### 3rd party libraries: + +* jQuery: MIT/GPL license +* jQuery Mobile: MIT/GPL license + +### Custom bits: + +The Unlicense (aka: public domain) \ No newline at end of file diff --git a/snippets/buttons.html b/snippets/buttons.html index 2cf8450..ff591c7 100644 --- a/snippets/buttons.html +++ b/snippets/buttons.html @@ -1,3 +1,6 @@ + diff --git a/snippets/collapsible-sets.html b/snippets/collapsible-sets.html index 17621c0..0a7b582 100644 --- a/snippets/collapsible-sets.html +++ b/snippets/collapsible-sets.html @@ -1,3 +1,6 @@ + diff --git a/snippets/collapsibles.html b/snippets/collapsibles.html index 2090a43..5b63beb 100644 --- a/snippets/collapsibles.html +++ b/snippets/collapsibles.html @@ -1,3 +1,6 @@ + diff --git a/snippets/forms.html b/snippets/forms.html index e936213..0fa48ef 100644 --- a/snippets/forms.html +++ b/snippets/forms.html @@ -1,3 +1,6 @@ + diff --git a/snippets/grids.html b/snippets/grids.html index cda6361..0ef2fa4 100644 --- a/snippets/grids.html +++ b/snippets/grids.html @@ -1,3 +1,6 @@ + diff --git a/snippets/lists.html b/snippets/lists.html index a74966a..aeed6df 100644 --- a/snippets/lists.html +++ b/snippets/lists.html @@ -1,3 +1,6 @@ + -- 2.20.1