|
Maxious
|
1 |
[HTML5 Boilerplate homepage](http://html5boilerplate.com) |
|
|
2 |
|
|
|
3 |
# HTML5 Boilerplate documentation: |
|
|
4 |
|
|
|
5 |
## Getting started |
|
|
6 |
|
|
|
7 |
* [Usage](usage.md) — Overview of the project contents. |
|
|
8 |
* [FAQ](faq.md) — Frequently asked questions, along with their answers. |
|
|
9 |
|
|
|
10 |
## The core of HTML5 Boilerplate |
|
|
11 |
|
|
|
12 |
* [HTML](html.md) — A guide to the default HTML. |
|
|
13 |
* [CSS](css.md) — A guide to the default CSS. |
|
|
14 |
* [JavaScript](js.md) — A guide to the default JavaScript. |
|
|
15 |
* [.htaccess](htaccess.md) — All about the Apache web server config (also see |
|
|
16 |
our [alternative server configs](https://github.com/h5bp/server-configs)). |
|
|
17 |
* [crossdomain.xml](crossdomain.md) — An introduction to making use of |
|
|
18 |
crossdomain requests. |
|
|
19 |
* [Everything else](misc.md). |
|
|
20 |
|
|
|
21 |
## Development |
|
|
22 |
|
|
|
23 |
* [Contributing to HTML5 Boilerplate](contribute.md) — Guidelines on how to |
|
|
24 |
contribute effectively. |
|
|
25 |
* [Extending and customizing HTML5 Boilerplate](extend.md) — Going further with |
|
|
26 |
the boilerplate. |
|
|
27 |
|
|
|
28 |
## Related projects |
|
|
29 |
|
|
|
30 |
HTML5 Boilerplate has several related projects to help improve the performance |
|
|
31 |
of your site/app in various production environments. |
|
|
32 |
|
|
|
33 |
* [Server configs](https://github.com/h5bp/server-configs) — Configs for |
|
|
34 |
non-Apache servers. |
|
|
35 |
* [Node build script](https://github.com/h5bp/node-build-script) — A |
|
|
36 |
feature-rich [grunt](https://github.com/cowboy/grunt) plugin. |
|
|
37 |
* [Ant build script](https://github.com/h5bp/ant-build-script) — The original |
|
|
38 |
HTML5 Boilerplate build script. |
|
|
39 |
|