Fossil is a simple, high-reliability, distributed software configuration
management system with these advanced features:
Index: www/mkdownload.tcl
==================================================================
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -31,26 +31,24 @@
Tickets
Wiki
Download
-
-
-
}
+}
puts $out \
"To install Fossil → download the stand-alone executable"
puts $out \
{and put it on your $PATH.
-
+
+
RPMs available
here.
Cryptographic checksums for download files are
here.
-
-
-
+
+
}
# Find all all unique timestamps.
#
@@ -62,12 +60,12 @@
# Do all versions from newest to oldest
#
foreach vers [lsort -decr -real [array names avers]] {
set hr "/fossil/timeline?c=version-$vers;y=ci"
- puts $out " "
- puts $out "Version $vers"
+ puts $out " |
| "
+ puts $out "Version $vers"
puts $out " |
"
puts $out ""
foreach {prefix img desc} {
fossil-linux-x86 linux.gif {Linux 3.x x86}
Index: www/mkindex.tcl
==================================================================
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -88,16 +88,14 @@
set out [open permutedindex.html w]
fconfigure $out -encoding utf-8 -translation lf
puts $out \
""
puts $out {
-
-
Primary Documents: