Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4896c0b7312f642433100a54a713d553 |
User & Date: | andybradford 2016-11-30 04:08:25.052 |
Context
2016-12-01
| ||
04:09 | Add the test-database-names command. ... (check-in: 4636b4b3 user: drh tags: trunk) | |
2016-11-30
| ||
04:08 | Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. ... (check-in: 4896c0b7 user: andybradford tags: trunk) | |
2016-11-29
| ||
16:57 | Make the "Line Numbers" submenu element on the /artifact and /file pages a check-box. ... (check-in: 4946efef user: drh tags: trunk) | |
Changes
Changes to src/info.c.
︙ | ︙ | |||
1838 1839 1840 1841 1842 1843 1844 | ** /file/NAME ** ** Additional query parameters: ** ** ln - show line numbers ** ln=N - highlight line number N ** ln=M-N - highlight lines M through N inclusive | | | 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 | ** /file/NAME ** ** Additional query parameters: ** ** ln - show line numbers ** ln=N - highlight line number N ** ln=M-N - highlight lines M through N inclusive ** ln=M-N+Y-Z - highlight lines M through N and Y through Z (inclusive) ** verbose - show more detail in the description ** download - redirect to the download (artifact page only) ** name=SHA1HASH - Provide the SHA1HASH as a query parameter ** filename=NAME - Show information for content file NAME ** fn=NAME - "fn" is shorthand for "filename" ** ci=VERSION - The specific check-in to use for "filename=". ** |
︙ | ︙ |