mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-11 08:01:03 +01:00
38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
|
[HTML5 Boilerplate homepage](http://html5boilerplate.com)
|
||
|
|
||
|
# HTML5 Boilerplate documentation:
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
* [Usage](usage.md) — Overview of the project contents.
|
||
|
* [FAQ](faq.md) — Frequently asked questions, along with their answers.
|
||
|
|
||
|
## The core of HTML5 Boilerplate
|
||
|
|
||
|
* [HTML](html.md) — A guide to the default HTML.
|
||
|
* [CSS](css.md) — A guide to the default CSS.
|
||
|
* [JavaScript](js.md) — A guide to the default JavaScript.
|
||
|
* [.htaccess](https://github.com/h5bp/server-configs-apache/tree/master/doc)
|
||
|
— All about the Apache web server configs (also see our [alternative server
|
||
|
configs](https://github.com/h5bp/server-configs/blob/master/README.md)).
|
||
|
* [crossdomain.xml](crossdomain.md) — An introduction to making use of
|
||
|
crossdomain requests.
|
||
|
* [Everything else](misc.md).
|
||
|
|
||
|
## Development
|
||
|
|
||
|
* [Extending and customizing HTML5 Boilerplate](extend.md) — Going further with
|
||
|
the boilerplate.
|
||
|
|
||
|
## Related projects
|
||
|
|
||
|
HTML5 Boilerplate has several related projects to help improve the performance
|
||
|
of your site/app in various production environments.
|
||
|
|
||
|
* [Server configs](https://github.com/h5bp/server-configs) — Configs for
|
||
|
different servers.
|
||
|
* [Node build script](https://github.com/h5bp/node-build-script) — A
|
||
|
feature-rich [grunt](https://github.com/gruntjs/grunt) plugin.
|
||
|
* [Ant build script](https://github.com/h5bp/ant-build-script) — The original
|
||
|
HTML5 Boilerplate build script.
|