mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
Update readme
This commit is contained in:
12
readme.md
12
readme.md
@@ -14,7 +14,6 @@ Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - o
|
||||
|
||||
* HTML5 ready. Use the new elements with confidence.
|
||||
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
|
||||
* "Mobile first"/"Responsive design"-capable out of the box.
|
||||
* Designed with progressive enhancement in mind.
|
||||
* CSS normalizations and common bug fixes.
|
||||
* IE-specific classes for easier cross-browser control.
|
||||
@@ -22,10 +21,9 @@ Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - o
|
||||
* Mobile browser optimizations.
|
||||
* Protection against any stray `console.log` causing JavaScript errors in IE6/7.
|
||||
* The latest jQuery via CDN, with a local fallback.
|
||||
* A custom Modernizr build (including Respond.js) for feature detection and a polyfill for CSS Media Queries.
|
||||
* A custom Modernizr build for feature detection.
|
||||
* An optimized Google Analytics snippet.
|
||||
* Apache server caching, compression, and other configuration defaults for Grade-A performance.
|
||||
* A build script to automate the minification and concatenation of your HTML/CSS/JS.
|
||||
* Cross-domain Ajax and Flash.
|
||||
* "Delete-key friendly." Easy to strip out parts you don't need.
|
||||
* Extensive inline and accompanying documentation.
|
||||
@@ -33,11 +31,7 @@ Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - o
|
||||
|
||||
## Contributing
|
||||
|
||||
Anyone and everyone is welcome to contribute. Hundreds of developers have helped make the HTML5 Boilerplate what it is today. There are several ways you can help out:
|
||||
|
||||
1. Raising [issues](https://github.com/h5bp/html5-boilerplate/issues) on GitHub.
|
||||
2. Sending pull requests for bug fixes or new features and improvements.
|
||||
3. Making the [docs](https://github.com/h5bp/html5-boilerplate/wiki) better.
|
||||
Anyone and everyone is welcome to [contribute](https://github.com/h5bp/html5-boilerplate/wiki/contribute). Hundreds of developers have helped make the HTML5 Boilerplate what it is today.
|
||||
|
||||
|
||||
## Project information
|
||||
@@ -45,7 +39,6 @@ Anyone and everyone is welcome to contribute. Hundreds of developers have helped
|
||||
* Source: http://github.com/h5bp/html5-boilerplate
|
||||
* Web: http://html5boilerplate.com
|
||||
* Docs: http://html5boilerplate.com/docs
|
||||
* Mailing list: http://h5bp.com/group
|
||||
* Twitter: http://twitter.com/h5bp
|
||||
|
||||
|
||||
@@ -55,7 +48,6 @@ Anyone and everyone is welcome to contribute. Hundreds of developers have helped
|
||||
|
||||
* jQuery: MIT/GPL license
|
||||
* Modernizr: MIT/BSD license
|
||||
* Respond.js: MIT/GPL license
|
||||
* Normalize.css: Public Domain
|
||||
|
||||
### Everything else:
|
||||
|
||||
Reference in New Issue
Block a user