buildroot.html: html code clean-up and other issues - Part2
authorMartin Banky <martin.banky@gmail.com>
Tue, 12 Oct 2010 22:17:54 +0000 (15:17 -0700)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 23 Oct 2010 12:43:20 +0000 (14:43 +0200)
commit2b504fe1f6f67bd2d12107c4c00248cb63a35e27
tree3f0f5768c44499140da06ccf396ef3d071b6ac6e
parent8113c8162bb78cc5a7081ee1cfa46ffe28ec6368
buildroot.html: html code clean-up and other issues - Part2

The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.

Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html