Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix to the configuration page for the License link in /sitemap. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ace123b7ad24e2fbc112c25c83234947 |
User & Date: | drh 2018-08-31 10:57:23.231 |
Context
2018-08-31
| ||
11:05 | Fix hyperlinks for extra pages on the /sitemap so that they correctly resolve to the root of the repository. ... (check-in: 96fbcd13 user: drh tags: trunk) | |
10:57 | Fix to the configuration page for the License link in /sitemap. ... (check-in: ace123b7 user: drh tags: trunk) | |
10:47 | Enhancements to the /sitemap page. New configuration options to add optional entries to the /sitemap page. ... (check-in: 6898b3e7 user: drh tags: trunk) | |
Changes
Changes to src/setup.c.
︙ | ︙ | |||
898 899 900 901 902 903 904 | @ <p> entry_attribute("Documentation Index", 40, "sitemap-docidx", "smdocidx", "", 0); @ (Property: sitemap-docidx)<br> entry_attribute("Download", 40, "sitemap-download", "smdownload", "", 0); @ (Property: sitemap-download)<br> | | | < < < | 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 | @ <p> entry_attribute("Documentation Index", 40, "sitemap-docidx", "smdocidx", "", 0); @ (Property: sitemap-docidx)<br> entry_attribute("Download", 40, "sitemap-download", "smdownload", "", 0); @ (Property: sitemap-download)<br> entry_attribute("License", 40, "sitemap-license", "smlicense", "", 0); @ (Property: sitemap-license)<br> entry_attribute("Contact", 40, "sitemap-contact", "smcontact", "", 0); @ (Property: sitemap-contact) @ <hr /> onoff_attribute("Use HTML as wiki markup language", "wiki-use-html", "wiki-use-html", 0, 0); @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed @ but all other wiki formatting will be ignored. This option is helpful @ if you have chosen to use a rich HTML editor for wiki markup such as @ TinyMCE.</p> |
︙ | ︙ |