Fossil SCM
Updates to the download page generator script.
Commit
09fc7be1f056f158b1b18047abd3383420bd1bd5
Parent
1710ccf931e2893…
1 file changed
+2
-12
+2
-12
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | #!/usr/bin/tclsh |
| 2 | 2 | # |
| 3 | -# Run this script to build the "download" page on standard output. | |
| 3 | +# Run this script to build the "download.html" page on standard output. | |
| 4 | 4 | # |
| 5 | 5 | # |
| 6 | 6 | puts \ |
| 7 | 7 | {<html> |
| 8 | 8 | <head> |
| @@ -15,11 +15,11 @@ | ||
| 15 | 15 | <div class="logo"> |
| 16 | 16 | <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo"> |
| 17 | 17 | </div> |
| 18 | 18 | <div class="title">Fossil Downloads</div> |
| 19 | 19 | </div> |
| 20 | -<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> | |
| 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 | 25 | Click on links below to download prebuilt binaries and source tarballs for |
| @@ -27,20 +27,10 @@ | ||
| 27 | 27 | The historical source code is also available in the |
| 28 | 28 | <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting |
| 29 | 29 | Fossil repositories</a>. |
| 30 | 30 | </p> |
| 31 | 31 | |
| 32 | -<p> | |
| 33 | -<u>Important Note:</u> | |
| 34 | -After upgrading to a newer version of fossil, it is always a good idea | |
| 35 | -to run: | |
| 36 | -<blockquote><pre> | |
| 37 | -<b><big><tt>fossil all rebuild</tt></big></b> | |
| 38 | -</pre></blockquote> | |
| 39 | -Running "rebuild" this way is not always necessary, but it never hurts. | |
| 40 | -</p> | |
| 41 | - | |
| 42 | 32 | <table cellpadding="10"> |
| 43 | 33 | } |
| 44 | 34 | |
| 45 | 35 | # Find all all unique timestamps. |
| 46 | 36 | # |
| 47 | 37 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -1,8 +1,8 @@ | |
| 1 | #!/usr/bin/tclsh |
| 2 | # |
| 3 | # Run this script to build the "download" page on standard output. |
| 4 | # |
| 5 | # |
| 6 | puts \ |
| 7 | {<html> |
| 8 | <head> |
| @@ -15,11 +15,11 @@ | |
| 15 | <div class="logo"> |
| 16 | <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo"> |
| 17 | </div> |
| 18 | <div class="title">Fossil Downloads</div> |
| 19 | </div> |
| 20 | <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> |
| 21 | <div class="content"> |
| 22 | <p> |
| 23 | |
| 24 | <p> |
| 25 | Click on links below to download prebuilt binaries and source tarballs for |
| @@ -27,20 +27,10 @@ | |
| 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 | <p> |
| 33 | <u>Important Note:</u> |
| 34 | After upgrading to a newer version of fossil, it is always a good idea |
| 35 | to run: |
| 36 | <blockquote><pre> |
| 37 | <b><big><tt>fossil all rebuild</tt></big></b> |
| 38 | </pre></blockquote> |
| 39 | Running "rebuild" this way is not always necessary, but it never hurts. |
| 40 | </p> |
| 41 | |
| 42 | <table cellpadding="10"> |
| 43 | } |
| 44 | |
| 45 | # Find all all unique timestamps. |
| 46 | # |
| 47 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -1,8 +1,8 @@ | |
| 1 | #!/usr/bin/tclsh |
| 2 | # |
| 3 | # Run this script to build the "download.html" page on standard output. |
| 4 | # |
| 5 | # |
| 6 | puts \ |
| 7 | {<html> |
| 8 | <head> |
| @@ -15,11 +15,11 @@ | |
| 15 | <div class="logo"> |
| 16 | <img src="/fossil/doc/tip/www/fossil_logo_small.gif" alt="logo"> |
| 17 | </div> |
| 18 | <div class="title">Fossil Downloads</div> |
| 19 | </div> |
| 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 |
| @@ -27,20 +27,10 @@ | |
| 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 | |
| 35 | # Find all all unique timestamps. |
| 36 | # |
| 37 |