Check-in [1bf77fa2da]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:1bf77fa2da6dc48b997443be3c4574cef4051caf
Date: 2012-03-31 16:24:42
User: drh
Edited Comment:Update the download page generator script to always include the <!DOCTYPE html> at the beginning. Otherwise, IE9 doesn't work.
Original Comment:Update the download page generator script to always include the <!DOCTYPE html&gt at the beginning. Otherwise, IE9 doesn't work.
Tags And Properties
Changes

Changes to www/mkdownload.tcl

2 # 2 # 3 # Run this script to build the "download.html" page. Also generate 3 # Run this script to build the "download.html" page. Also generate 4 # the fossil_download_checksums.html page. 4 # the fossil_download_checksums.html page. 5 # 5 # 6 # 6 # 7 set out [open download.html w] 7 set out [open download.html w] 8 puts $out \ 8 puts $out \ 9 {<html> | 9 {<!DOCTYPE html><html> 10 <head> 10 <head> 11 <title>Fossil: Downloads</title> | 11 <title>Fossil: Timeline</title> 12 <link rel="stylesheet" href="/fossil/style.css" type="text/css" 12 <link rel="stylesheet" href="/fossil/style.css" type="text/css" 13 media="screen"> 13 media="screen"> 14 </head> 14 </head> 15 <body> 15 <body> 16 <div class="header"> 16 <div class="header"> 17 <div class="logo"> 17 <div class="logo"> 18 <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo"> | 18 <img src="/fossil/logo" alt="logo"> > 19 <br /><nobr>Fossil</nobr> 19 </div> 20 </div> > 21 20 <div class="title">Fossil Downloads</div> 22 <div class="title">Fossil Downloads</div> 21 </div> 23 </div> 22 <div class="mainmenu"><a href='/fossil/doc/tip/www/index.wiki'>Home</a><a href=' < > 24 <div class="mainmenu"> > 25 <a href='/fossil/doc/trunk/www/index.wiki'>Home</a> > 26 <a href='/fossil/timeline'>Timeline</a> > 27 <a href='/fossil/dir?ci=tip'>Files</a> > 28 <a href='/fossil/brlist'>Branches</a> > 29 <a href='/fossil/taglist'>Tags</a> > 30 <a href='/fossil/reportlist'>Tickets</a> > 31 <a href='/fossil/wiki'>Wiki</a> > 32 </div> 23 <div class="content"> 33 <div class="content"> 24 <p> 34 <p> 25 35 26 <center><font size=4> 36 <center><font size=4> 27 <b>To install Fossil &rarr;</b> download the stand-alone executable 37 <b>To install Fossil &rarr;</b> download the stand-alone executable 28 and put it on your $PATH. 38 and put it on your $PATH. 29 </font><p><small> 39 </font><p><small>