Fossil SCM
Updates to the homepage (move the "Download" link first) and improvements to the download page generator.
Commit
7834ca9133b0960624b5522cda292f771588e533
Parent
e29e5e4bc800b76…
2 files changed
+1
-2
+9
-10
+1
-2
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -13,14 +13,13 @@ | ||
| 13 | 13 | |
| 14 | 14 | <table border="0" cellpadding="1" bgcolor="#558195" align="right" hspace="10"> |
| 15 | 15 | <tr><td> |
| 16 | 16 | <table border="0" cellpadding="10" bgcolor="white"> |
| 17 | 17 | <tr><td> |
| 18 | -<h3>Quick Links</h3> | |
| 19 | 18 | <ul> |
| 20 | -<li> [./quickstart.wiki | Quick Start] | |
| 21 | 19 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 20 | +<li> [./quickstart.wiki | Quick Start] | |
| 22 | 21 | <li> [./build.wiki | Install] |
| 23 | 22 | <li> [../COPYRIGHT-BSD2.txt | License] |
| 24 | 23 | <li> [/timeline | Recent changes] |
| 25 | 24 | <li> [./faq.wiki | FAQ] |
| 26 | 25 | <li> [./permutedindex.wiki | Doc Index] |
| 27 | 26 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -13,14 +13,13 @@ | |
| 13 | |
| 14 | <table border="0" cellpadding="1" bgcolor="#558195" align="right" hspace="10"> |
| 15 | <tr><td> |
| 16 | <table border="0" cellpadding="10" bgcolor="white"> |
| 17 | <tr><td> |
| 18 | <h3>Quick Links</h3> |
| 19 | <ul> |
| 20 | <li> [./quickstart.wiki | Quick Start] |
| 21 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 22 | <li> [./build.wiki | Install] |
| 23 | <li> [../COPYRIGHT-BSD2.txt | License] |
| 24 | <li> [/timeline | Recent changes] |
| 25 | <li> [./faq.wiki | FAQ] |
| 26 | <li> [./permutedindex.wiki | Doc Index] |
| 27 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -13,14 +13,13 @@ | |
| 13 | |
| 14 | <table border="0" cellpadding="1" bgcolor="#558195" align="right" hspace="10"> |
| 15 | <tr><td> |
| 16 | <table border="0" cellpadding="10" bgcolor="white"> |
| 17 | <tr><td> |
| 18 | <ul> |
| 19 | <li> [http://www.fossil-scm.org/download.html | Download] |
| 20 | <li> [./quickstart.wiki | Quick Start] |
| 21 | <li> [./build.wiki | Install] |
| 22 | <li> [../COPYRIGHT-BSD2.txt | License] |
| 23 | <li> [/timeline | Recent changes] |
| 24 | <li> [./faq.wiki | FAQ] |
| 25 | <li> [./permutedindex.wiki | Doc Index] |
| 26 |
+9
-10
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -20,15 +20,12 @@ | ||
| 20 | 20 | <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> |
| 21 | 21 | <div class="content"> |
| 22 | 22 | <p> |
| 23 | 23 | |
| 24 | 24 | <p> |
| 25 | -Click on links below to download prebuilt binaries and source tarballs for | |
| 26 | -recent versions of <a href="/fossil">Fossil</a>. | |
| 27 | -The historical source code is also available in the | |
| 28 | -<a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting | |
| 29 | -Fossil repositories</a>. | |
| 25 | +To install Fossil, simply download one of the stand-alone executables | |
| 26 | +below and put it on your $PATH. | |
| 30 | 27 | </p> |
| 31 | 28 | |
| 32 | 29 | <table cellpadding="10"> |
| 33 | 30 | } |
| 34 | 31 | |
| @@ -50,15 +47,10 @@ | ||
| 50 | 47 | append dt "[string range $datetime 12 13]" |
| 51 | 48 | set link [string map {{ } +} $dt] |
| 52 | 49 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 53 | 50 | puts "<tr><td colspan=6 align=left><hr>" |
| 54 | 51 | puts "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 55 | - if {[file exists download/releasenotes-$datetime.html]} { | |
| 56 | - set rn [open download/releasenotes-$datetime.html] | |
| 57 | - puts "[read $rn]" | |
| 58 | - close $rn | |
| 59 | - } | |
| 60 | 52 | puts "</td></tr>" |
| 61 | 53 | |
| 62 | 54 | foreach {prefix suffix img desc} { |
| 63 | 55 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 64 | 56 | fossil-linux-amd64 zip linux64.gif {Linux x86_64} |
| @@ -84,12 +76,19 @@ | ||
| 84 | 76 | } else { |
| 85 | 77 | puts "<td> </td>" |
| 86 | 78 | } |
| 87 | 79 | } |
| 88 | 80 | puts "</tr>" |
| 81 | + if {[file exists download/releasenotes-$datetime.html]} { | |
| 82 | + puts "<tr><td colspan=6 align=left>" | |
| 83 | + set rn [open download/releasenotes-$datetime.html] | |
| 84 | + puts "[read $rn]" | |
| 85 | + close $rn | |
| 86 | + puts "</td></tr>" | |
| 87 | + } | |
| 89 | 88 | } |
| 90 | 89 | puts "<tr><td colspan=5><hr></td></tr>" |
| 91 | 90 | |
| 92 | 91 | puts {</table> |
| 93 | 92 | </body> |
| 94 | 93 | </html> |
| 95 | 94 | } |
| 96 | 95 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -20,15 +20,12 @@ | |
| 20 | <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> |
| 21 | <div class="content"> |
| 22 | <p> |
| 23 | |
| 24 | <p> |
| 25 | Click on links below to download prebuilt binaries and source tarballs for |
| 26 | recent versions of <a href="/fossil">Fossil</a>. |
| 27 | The historical source code is also available in the |
| 28 | <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting |
| 29 | Fossil repositories</a>. |
| 30 | </p> |
| 31 | |
| 32 | <table cellpadding="10"> |
| 33 | } |
| 34 | |
| @@ -50,15 +47,10 @@ | |
| 50 | append dt "[string range $datetime 12 13]" |
| 51 | set link [string map {{ } +} $dt] |
| 52 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 53 | puts "<tr><td colspan=6 align=left><hr>" |
| 54 | puts "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 55 | if {[file exists download/releasenotes-$datetime.html]} { |
| 56 | set rn [open download/releasenotes-$datetime.html] |
| 57 | puts "[read $rn]" |
| 58 | close $rn |
| 59 | } |
| 60 | puts "</td></tr>" |
| 61 | |
| 62 | foreach {prefix suffix img desc} { |
| 63 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 64 | fossil-linux-amd64 zip linux64.gif {Linux x86_64} |
| @@ -84,12 +76,19 @@ | |
| 84 | } else { |
| 85 | puts "<td> </td>" |
| 86 | } |
| 87 | } |
| 88 | puts "</tr>" |
| 89 | } |
| 90 | puts "<tr><td colspan=5><hr></td></tr>" |
| 91 | |
| 92 | puts {</table> |
| 93 | </body> |
| 94 | </html> |
| 95 | } |
| 96 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -20,15 +20,12 @@ | |
| 20 | <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> |
| 21 | <div class="content"> |
| 22 | <p> |
| 23 | |
| 24 | <p> |
| 25 | To install Fossil, simply download one of the stand-alone executables |
| 26 | below and put it on your $PATH. |
| 27 | </p> |
| 28 | |
| 29 | <table cellpadding="10"> |
| 30 | } |
| 31 | |
| @@ -50,15 +47,10 @@ | |
| 47 | append dt "[string range $datetime 12 13]" |
| 48 | set link [string map {{ } +} $dt] |
| 49 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 50 | puts "<tr><td colspan=6 align=left><hr>" |
| 51 | puts "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 52 | puts "</td></tr>" |
| 53 | |
| 54 | foreach {prefix suffix img desc} { |
| 55 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 56 | fossil-linux-amd64 zip linux64.gif {Linux x86_64} |
| @@ -84,12 +76,19 @@ | |
| 76 | } else { |
| 77 | puts "<td> </td>" |
| 78 | } |
| 79 | } |
| 80 | puts "</tr>" |
| 81 | if {[file exists download/releasenotes-$datetime.html]} { |
| 82 | puts "<tr><td colspan=6 align=left>" |
| 83 | set rn [open download/releasenotes-$datetime.html] |
| 84 | puts "[read $rn]" |
| 85 | close $rn |
| 86 | puts "</td></tr>" |
| 87 | } |
| 88 | } |
| 89 | puts "<tr><td colspan=5><hr></td></tr>" |
| 90 | |
| 91 | puts {</table> |
| 92 | </body> |
| 93 | </html> |
| 94 | } |
| 95 |