middleman/middleman-core/lib/middleman-core/templates/html5/source/README.md

56 lines
2 KiB
Markdown
Raw Normal View History

2012-04-16 23:52:55 +02:00
# [HTML5 Boilerplate](http://html5boilerplate.com)
2012-04-16 23:52:55 +02:00
HTML5 Boilerplate is a professional front-end template that helps you build fast, robust, adaptable, and future-proof websites. Spend more time developing and less time reinventing the wheel.
2012-04-16 23:52:55 +02:00
This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.
2012-04-16 23:52:55 +02:00
## Quick start
2012-04-16 23:52:55 +02:00
Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - or [download it](https://github.com/h5bp/html5-boilerplate/zipball/master)
2012-04-16 23:52:55 +02:00
## Features
2012-04-16 23:52:55 +02:00
* HTML5 ready. Use the new elements with confidence.
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
* Designed with progressive enhancement in mind.
* CSS normalizations and common bug fixes.
* IE-specific classes for easier cross-browser control.
* A default print stylesheet, performance optimized.
* 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 for feature detection.
* An optimized Google Analytics snippet.
* Apache server caching, compression, and other configuration defaults for Grade-A performance.
* Cross-domain Ajax and Flash.
* "Delete-key friendly." Easy to strip out parts you don't need.
* Extensive inline and accompanying documentation.
2012-04-16 23:52:55 +02:00
## Contributing
2012-04-16 23:52:55 +02:00
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.
2012-04-16 23:52:55 +02:00
## Project information
2012-04-16 23:52:55 +02:00
* Source: http://github.com/h5bp/html5-boilerplate
* Web: http://html5boilerplate.com
* Docs: http://html5boilerplate.com/docs
* Twitter: http://twitter.com/h5bp
2012-04-16 23:52:55 +02:00
## License
2012-04-16 23:52:55 +02:00
### Major components:
* jQuery: MIT/GPL license
2012-04-16 23:52:55 +02:00
* Modernizr: MIT/BSD license
* Normalize.css: Public Domain
2012-04-16 23:52:55 +02:00
### Everything else:
2012-04-16 23:52:55 +02:00
The Unlicense (aka: public domain)