Updating readme.md. Adding licensing to individual project files.
authorandy matthews <andy@commadelimited.com>
Mon, 6 Feb 2012 19:38:13 +0000 (13:38 -0600)
committerandy matthews <andy@commadelimited.com>
Mon, 6 Feb 2012 19:38:13 +0000 (13:38 -0600)
css/custom.css
index.html
readme.md
snippets/buttons.html
snippets/collapsible-sets.html
snippets/collapsibles.html
snippets/forms.html
snippets/grids.html
snippets/lists.html

index e69de29..dd5df5e 100644 (file)
@@ -0,0 +1,3 @@
+/*
+       jQuery Mobile Boilerplate
+*/
\ No newline at end of file
index 4bce550..45aea54 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
@@ -9,6 +12,7 @@
        <!-- if you have a custom theme, add it here -->
        <link rel="stylesheet"  href="themes/jQuery-Mobile-Boilerplate.css" />
 
+       <!-- Custom css -->
        <link rel="stylesheet" href="css/custom.css" />
 
        <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
index 687c60a..8e2a740 100644 (file)
--- 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
index 2cf8450..ff591c7 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
index 17621c0..0a7b582 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
index 2090a43..5b63beb 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
index e936213..0fa48ef 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
index cda6361..0ef2fa4 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>
index a74966a..aeed6df 100644 (file)
@@ -1,3 +1,6 @@
+<!--
+       jQuery Mobile Boilerplate
+-->
 <!doctype html>
 <html>
 <head>