Check-in [db70c415ab]
Not logged in
Overview

SHA1 Hash:db70c415ab35086afc4acae0add6b20e356c5aa3
Date: 2009-09-12 17:21:12
User: drh
Comment:Documentation updates. Add a nice header to the "Download" page.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified www/mkdownload.tcl from [10dc1e9e78] to [d83e6610b9].

@@ -4,31 +4,41 @@
 #
 #
 puts \
 {<html>
 <head>
-<title>Fossil Download</title>
+<title>Fossil: Downloads</title>
+<link rel="stylesheet" href="/fossil/style.css" type="text/css"
+      media="screen">
 </head>
 <body>
-<h1>Fossil Download</h1>
+<div class="header">
+  <div class="logo">
+    <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo">
+  </div>
+  <div class="title">Fossil Downloads</div>
+</div>
+<div class="mainmenu"><a href='/fossil/doc/tip/www/index.wiki'>Home</a><a href='/fossil/leaves'>Leaves</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>
+<div class="content">
+<p>
 
 <p>
-This page contains prebuilt binaries for
-<a href="index.html">fossil</a> for various architectures.
-The source code is available in the
-<a href="http://www.fossil-scm.org/fossil/timeline">self-hosting
-fossil repository</a>.
+Click on links below to download prebuilt binaries and source tarballs for
+recent versions of <a href="/fossil">Fossil</a>.
+The historical source code is also available in the
+<a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting
+Fossil repositories</a>.
 </p>
 
 <table cellpadding="5">
 }
 
 proc Product {pattern desc} {
   set flist [glob -nocomplain download/$pattern]
   foreach file [lsort -dict $flist] {
     set file [file tail $file]
-    if {![regexp -- {-([a-f0-9]{10})[^a-f0-9]} $file all version]} continue
+    if {![regexp -- {-([0-9]+)\.} $file all version]} continue
     set mtime [file mtime download/$file]
     set date [clock format $mtime -format {%Y-%m-%d %H:%M:%S UTC} -gmt 1]
     set size [file size download/$file]
     set units bytes
     if {$size>1024*1024} {
@@ -46,20 +56,25 @@
     puts "<td valign=\"top\">[string trim $d2].<br>Size: $size $units.<br>"
     puts "Created: $date</td></tr>"
   }
 }
 
-Product fossil-linux-x86-*.gz {
+Product fossil-linux-x86-*.zip {
   Prebuilt fossil binary version [VERSION] for Linux on x86
 }
-Product fossil-macosx-x86-*.gz {
+Product fossil-linux-amd64-*.zip {
+  Prebuilt fossil binary version [VERSION] for Linux on amd64
+}
+Product fossil-macosx-x86-*.zip {
   Prebuilt fossil binary version [VERSION] for MacOSX on x86
 }
 Product fossil-w32-*.zip {
   Prebuilt fossil binary version [VERSION] for windows
 }
-
+Product fossil-src-*.tar.gz {
+  Source code tarball for fossil version [VERSION]
+}
 
 puts {</table>
 </body>
 </html>
 }

Modified www/quickstart.wiki from [eba6ba13a6] to [c14ac831a6].

@@ -12,13 +12,11 @@
     <a href="http://www.fossil-scm.org/download.html">precompiled binary</a>
     or <a href="build.wiki">build it yourself</a> from sources.
     Install fossil by putting the fossil binary
     someplace on your PATH environment variable.</p>
 
-    </blockquote>
-    <a name="#fslclone"><h2>Cloning An Existing Repository</h2></a>
-    <blockquote>
+</blockquote><h2>Cloning An Existing Repository</h2><blockquote>
 
     <p>Most fossil operations interact with a repository that is on the
     local disk drive, not on a remote system.  Hence, before accessing
     a remote repository it is necessary to make a local copy of that
     repository.  Making a local copy of a remote repository is called