CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/10/14 18:27:55
Modified files: server/standards: boilerplate.html Log message: add id's to headers CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/server/standards/boilerplate.html?cvsroot=www&r1=1.53&r2=1.54 Patches: Index: boilerplate.html =================================================================== RCS file: /web/www/www/server/standards/boilerplate.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -b -r1.53 -r1.54 --- boilerplate.html 14 Jul 2010 09:19:12 -0000 1.53 +++ boilerplate.html 14 Oct 2010 18:27:52 -0000 1.54 @@ -1,4 +1,4 @@ -<!-- Parent-Version: $Revision: 1.53 $ --> +<!-- Parent-Version: $Revision: 1.54 $ --> <!-- This is the template document for GNU web pages. We use server side includes (#include) for common elements, for @@ -39,7 +39,7 @@ <p>GNU Baz is ...</p> -<h3>Downloading +<h3 id="download">Downloading Baz</h3> <p>Baz @@ -54,7 +54,7 @@ a mirror</a> if possible.</p> -<h3>Documentation</h3> +<h3 id="doc">Documentation</h3> <p><a href="manual/">Documentation for Baz</a> @@ -73,7 +73,7 @@ running <tt>baz --help</tt>.</p> -<h3>Mailing lists</h3> +<h3 id="mail">Mailing lists</h3> <p>Baz has two mailing lists: @@ -106,7 +106,7 @@ interface</a>.</p> -<h3>Getting involved</h3> +<h3 id="contribute">Getting involved</h3> <p>Development of Baz, @@ -167,7 +167,7 @@ </dl> -<h3>Licensing</h3> +<h3 id="license">Licensing</h3> <p>Baz is free software; you can redistribute it and/or modify it under the @@ -207,7 +207,7 @@ <p>Updated: <!-- timestamp start --> -$Date: 2010/07/14 09:19:12 $ +$Date: 2010/10/14 18:27:52 $ <!-- timestamp end --> </p> </div>