Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Updating readme.md. Adding licensing to individual project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
commadelimited committed Feb 6, 2012
1 parent 3c3db2b commit 4a68d4c
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 3 deletions.
3 changes: 3 additions & 0 deletions css/custom.css
@@ -0,0 +1,3 @@
/*
jQuery Mobile Boilerplate
*/
4 changes: 4 additions & 0 deletions index.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand All @@ -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>
Expand Down
36 changes: 33 additions & 3 deletions 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.
## 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)
3 changes: 3 additions & 0 deletions snippets/buttons.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down
3 changes: 3 additions & 0 deletions snippets/collapsible-sets.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down
3 changes: 3 additions & 0 deletions snippets/collapsibles.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down
3 changes: 3 additions & 0 deletions snippets/forms.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down
3 changes: 3 additions & 0 deletions snippets/grids.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down
3 changes: 3 additions & 0 deletions snippets/lists.html
@@ -1,3 +1,6 @@
<!--
jQuery Mobile Boilerplate
-->
<!doctype html>
<html>
<head>
Expand Down

0 comments on commit 4a68d4c

Please sign in to comment.