This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Add <link> tags to html docs


Dull docs patch follows!

This patch adds <link> tags to most of the HTML docs. These specify
relationships between the pages, and give a simple structure to the docs
collection.

Each howto.html page in one of the chapter-specific directories links to
the next and previous chapter's howto.html and the chapters that have
extra pages (22_locale and exts) have <link rel='Bookmark'> tags for those
extra pages. Most pages link back to the start of the docs, to the
license.html page and to the FAQ.

The links can be navigated in most modern browsers using some kind of
Navigation Toolbar and are all relative URLs so they work just as well
for installed copies on your hard drive as on the website.

It also fixes a typo and an inconsistent heading while it's at it.

Any objections to my committing this in a day or two?

jon


2003-11-12  Jonathan Wakely  <redi@gcc.gnu.org>

        * docs/html/configopts.html, docs/html/debug.html,
        docs/html/documentation.html, docs/html/explanations.html,
        docs/html/install.html, docs/html/17_intro/contribute.html,
        docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
        docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html,
        docs/html/20_util/howto.html, docs/html/21_strings/howto.html,
        docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html,
        docs/html/22_locale/howto.html, docs/html/22_locale/locale.html,
        docs/html/22_locale/messages.html, docs/html/23_containers/howto.html,
        docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html,
        docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
        docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add <link> tags.


-- 
http://c2.com/cgi/wiki?NeverExplain

Attachment: docs2.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]