Fossil SCM

Update the download page generator script to always include the <!DOCTYPE html&gt at the beginning. Otherwise, IE9 doesn't work.

drh 2012-03-31 16:24 trunk
Commit 1bf77fa2da6dc48b997443be3c4574cef4051caf
1 file changed +14 -4
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -4,24 +4,34 @@
44
# the fossil_download_checksums.html page.
55
#
66
#
77
set out [open download.html w]
88
puts $out \
9
-{<html>
9
+{<!DOCTYPE html><html>
1010
<head>
11
-<title>Fossil: Downloads</title>
11
+<title>Fossil: Timeline</title>
1212
<link rel="stylesheet" href="/fossil/style.css" type="text/css"
1313
media="screen">
1414
</head>
1515
<body>
1616
<div class="header">
1717
<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>
1920
</div>
21
+
2022
<div class="title">Fossil Downloads</div>
2123
</div>
22
-<div class="mainmenu"><a href='/fossil/doc/tip/www/index.wiki'>Home</a><a href='/fossil/timeline'>Timeline</a><a href='/fossil/brlist'>Branches</a><a href='/fossil/taglist'>Tags</a><a href='/fossil/reportlist'>Tickets</a><a href='/fossil/wiki'>Wiki</a><a href='/fossil/login'>Login</a></div>
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>
2333
<div class="content">
2434
<p>
2535
2636
<center><font size=4>
2737
<b>To install Fossil &rarr;</b> download the stand-alone executable
2838
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -4,24 +4,34 @@
4 # the fossil_download_checksums.html page.
5 #
6 #
7 set out [open download.html w]
8 puts $out \
9 {<html>
10 <head>
11 <title>Fossil: Downloads</title>
12 <link rel="stylesheet" href="/fossil/style.css" type="text/css"
13 media="screen">
14 </head>
15 <body>
16 <div class="header">
17 <div class="logo">
18 <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo">
 
19 </div>
 
20 <div class="title">Fossil Downloads</div>
21 </div>
22 <div class="mainmenu"><a href='/fossil/doc/tip/www/index.wiki'>Home</a><a href='/fossil/timeline'>Timeline</a><a href='/fossil/brlist'>Branches</a><a href='/fossil/taglist'>Tags</a><a href='/fossil/reportlist'>Tickets</a><a href='/fossil/wiki'>Wiki</a><a href='/fossil/login'>Login</a></div>
 
 
 
 
 
 
 
 
23 <div class="content">
24 <p>
25
26 <center><font size=4>
27 <b>To install Fossil &rarr;</b> download the stand-alone executable
28
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -4,24 +4,34 @@
4 # the fossil_download_checksums.html page.
5 #
6 #
7 set out [open download.html w]
8 puts $out \
9 {<!DOCTYPE html><html>
10 <head>
11 <title>Fossil: Timeline</title>
12 <link rel="stylesheet" href="/fossil/style.css" type="text/css"
13 media="screen">
14 </head>
15 <body>
16 <div class="header">
17 <div class="logo">
18 <img src="/fossil/logo" alt="logo">
19 <br /><nobr>Fossil</nobr>
20 </div>
21
22 <div class="title">Fossil Downloads</div>
23 </div>
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>
33 <div class="content">
34 <p>
35
36 <center><font size=4>
37 <b>To install Fossil &rarr;</b> download the stand-alone executable
38

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button