Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the mkdownload.tcl script used to generate the download.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8dae3bc3209b22e08919ecae8b860a50 |
User & Date: | drh 2008-03-17 23:48:45.000 |
Context
2008-04-10
| ||
12:24 | Fix the "tag add" command to report an error if given an invalid UUID argument. ... (check-in: 0d9abccb user: drh tags: trunk) | |
2008-03-17
| ||
23:48 | Fix a typo in the mkdownload.tcl script used to generate the download.html page. ... (check-in: 8dae3bc3 user: drh tags: trunk) | |
21:21 | Update the website to include links to the download page. ... (check-in: bbbee5fc user: drh tags: trunk) | |
Changes
Changes to www/mkdownload.tcl.
︙ | ︙ | |||
47 48 49 50 51 52 53 | puts "Created: $date</td></tr>" } } Product fossil-linux-x86-*.gz { Prebuilt fossil binary version [VERSION] for Linux on x86 } | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | puts "Created: $date</td></tr>" } } Product fossil-linux-x86-*.gz { Prebuilt fossil binary version [VERSION] for Linux on x86 } Product fossil-macosx-x86-*.gz { Prebuilt fossil binary version [VERSION] for MacOSX on x86 } Product fossil-w32-*.zip { Prebuilt fossil binary version [VERSION] for windows } |
︙ | ︙ |