ncbo/bioportal_web_ui

View on GitHub
public/browse/lib/html5-boilerplate/doc/TOC.md

Summary

Maintainability
Test Coverage
[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.