Fossil SCM

missing <tr> tag

jan.nijtmans 2012-10-28 22:37 trunk
Commit b2204034ecb389e50afe75cabf61c180eb578173
1 file changed +3 -2
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -72,11 +72,12 @@
7272
set link [string map {{ } +} $dt]
7373
set hr http://www.fossil-scm.org/fossil/timeline?c=$link&amp;y=ci
7474
puts $out "<tr><td colspan=6 align=left><hr>"
7575
puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>"
7676
puts $out "</td></tr>"
77
-
77
+ puts $out "<tr>"
78
+
7879
foreach {prefix suffix img desc} {
7980
fossil-linux-x86 zip linux.gif {Linux x86}
8081
fossil-macosx-x86 zip mac.gif {Mac 10.5 x86}
8182
fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86}
8283
fossil-w32 zip win32.gif {Windows}
@@ -126,15 +127,15 @@
126127
puts $out {<html>
127128
<title>Fossil Download Checksums</title>
128129
<body>
129130
<h1 align="center">Checksums For Fossil Downloads</h1>
130131
<p>The following table shows the SHA1 checksums for the precompiled
131
-binaries available on the
132
+binaries available on the
132133
<a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p>
133134
<pre>}
134135
135136
foreach file [lsort [glob -nocomplain download/fossil-*.zip]] {
136137
set sha1sum [lindex [exec sha1sum $file] 0]
137138
puts $out "$sha1sum [file tail $file]"
138139
}
139140
puts $out {</pre></body></html>}
140141
close $out
141142
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -72,11 +72,12 @@
72 set link [string map {{ } +} $dt]
73 set hr http://www.fossil-scm.org/fossil/timeline?c=$link&amp;y=ci
74 puts $out "<tr><td colspan=6 align=left><hr>"
75 puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>"
76 puts $out "</td></tr>"
77
 
78 foreach {prefix suffix img desc} {
79 fossil-linux-x86 zip linux.gif {Linux x86}
80 fossil-macosx-x86 zip mac.gif {Mac 10.5 x86}
81 fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86}
82 fossil-w32 zip win32.gif {Windows}
@@ -126,15 +127,15 @@
126 puts $out {<html>
127 <title>Fossil Download Checksums</title>
128 <body>
129 <h1 align="center">Checksums For Fossil Downloads</h1>
130 <p>The following table shows the SHA1 checksums for the precompiled
131 binaries available on the
132 <a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p>
133 <pre>}
134
135 foreach file [lsort [glob -nocomplain download/fossil-*.zip]] {
136 set sha1sum [lindex [exec sha1sum $file] 0]
137 puts $out "$sha1sum [file tail $file]"
138 }
139 puts $out {</pre></body></html>}
140 close $out
141
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -72,11 +72,12 @@
72 set link [string map {{ } +} $dt]
73 set hr http://www.fossil-scm.org/fossil/timeline?c=$link&amp;y=ci
74 puts $out "<tr><td colspan=6 align=left><hr>"
75 puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>"
76 puts $out "</td></tr>"
77 puts $out "<tr>"
78
79 foreach {prefix suffix img desc} {
80 fossil-linux-x86 zip linux.gif {Linux x86}
81 fossil-macosx-x86 zip mac.gif {Mac 10.5 x86}
82 fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86}
83 fossil-w32 zip win32.gif {Windows}
@@ -126,15 +127,15 @@
127 puts $out {<html>
128 <title>Fossil Download Checksums</title>
129 <body>
130 <h1 align="center">Checksums For Fossil Downloads</h1>
131 <p>The following table shows the SHA1 checksums for the precompiled
132 binaries available on the
133 <a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p>
134 <pre>}
135
136 foreach file [lsort [glob -nocomplain download/fossil-*.zip]] {
137 set sha1sum [lindex [exec sha1sum $file] 0]
138 puts $out "$sha1sum [file tail $file]"
139 }
140 puts $out {</pre></body></html>}
141 close $out
142

Keyboard Shortcuts

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