Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add missing title tags to documents |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
26abbe3b04707bf7aaf9be6d1a31fff6 |
User & Date: | andygoth 2016-11-05 16:08:22.373 |
Original Comment: | Add missing tags to documents |
Context
2016-11-05
| ||
19:24 | Have makeheaders ignore completely anonymous enums so they can be used within a single source file, useful for value autoincrementing. Update documentation accordingly. Write more about makeheaders's limitations discovered while researching this issue. Remove unnecessary explicit links to makeheaders.html in said file so it can be renamed without consequence. Ensure href attributes are surrounded by quotes. Add missing </html> to end of makeheaders.html. ... (check-in: 4dcfbc1c user: andygoth tags: trunk) | |
16:08 | Add missing title tags to documents ... (check-in: 26abbe3b user: andygoth tags: trunk) | |
16:07 | Correct title of Principles Of Operation page. Perhaps mkindex.tcl should be taught to extract titles from the documents themselves ... (check-in: 57896771 user: andygoth tags: trunk) | |
Changes
Changes to www/pop.wiki.
|
| | > | 1 2 3 4 5 6 7 8 9 | <title>Principles Of Operation</title> <h1 align="center">Principles Of Operation</h1> <p> This page attempts to define the foundational principals upon which Fossil is built. </p> <ul> |
︙ | ︙ |
Changes to www/qandc.wiki.
1 2 3 4 5 6 7 | <nowiki> <h1 align="center">Questions And Criticisms</h1> <p>This page is a collection of real questions and criticisms that have been raised against fossil together with responses from the program's author.</p> <p>Note: See also the <a href="faq.wiki">Frequently Asked Questions</a>.</p> | > | 1 2 3 4 5 6 7 8 | <title>Questions And Criticisms</title> <nowiki> <h1 align="center">Questions And Criticisms</h1> <p>This page is a collection of real questions and criticisms that have been raised against fossil together with responses from the program's author.</p> <p>Note: See also the <a href="faq.wiki">Frequently Asked Questions</a>.</p> |
︙ | ︙ |