Fossil SCM
Fix obsolete references to the legacy download page. Always refer to the new unversioned-content download page.
Commit
a1d7539214066147a032435999cc996053020806
Parent
241f1e2a4ff9fa1…
5 files changed
+3
-3
+1
-1
+1
-1
+1
-1
+2
-1
+3
-3
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -1,14 +1,14 @@ | ||
| 1 | 1 | <title>Compiling and Installing Fossil</title> |
| 2 | 2 | |
| 3 | 3 | <h2>0.0 Using A Pre-compiled Binary</h2> |
| 4 | 4 | |
| 5 | 5 | <p>Released versions of fossil come with |
| 6 | -<a href="http://www.fossil-scm.org/download.html">pre-compiled binaries and | |
| 6 | +<a href="/uv/download.html">pre-compiled binaries and | |
| 7 | 7 | a source archive</a> for that release. You can thus skip the following if you |
| 8 | 8 | want to run or build a release version of fossil. Just download |
| 9 | -the appropriate package from the <a href="http://www.fossil-scm.org/download.html">downloads page</a> | |
| 9 | +the appropriate package from the <a href="/uv/download.html">downloads page</a> | |
| 10 | 10 | and put it on your $PATH. |
| 11 | 11 | To uninstall, simply delete the binary. |
| 12 | 12 | To upgrade from an older release, just overwrite the older binary with |
| 13 | 13 | the newer one.</p> |
| 14 | 14 | |
| @@ -29,11 +29,11 @@ | ||
| 29 | 29 | |
| 30 | 30 | <p>Fossil is self-hosting, so you can obtain a ZIP archive or tarball |
| 31 | 31 | containing a snapshot of the <em>latest</em> version directly from |
| 32 | 32 | Fossil's own fossil repository. Additionally, source archives of |
| 33 | 33 | <em>released</em> versions of |
| 34 | -fossil are available from the <a href="http://www.fossil-scm.org/download.html">downloads page</a>. | |
| 34 | +fossil are available from the <a href="/uv/download.html">downloads page</a>. | |
| 35 | 35 | To obtain a development version of fossil, follow these steps:</p> |
| 36 | 36 | |
| 37 | 37 | <ol> |
| 38 | 38 | <li><p>Point your web browser to |
| 39 | 39 | <a href="http://www.fossil-scm.org/"> |
| 40 | 40 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -1,14 +1,14 @@ | |
| 1 | <title>Compiling and Installing Fossil</title> |
| 2 | |
| 3 | <h2>0.0 Using A Pre-compiled Binary</h2> |
| 4 | |
| 5 | <p>Released versions of fossil come with |
| 6 | <a href="http://www.fossil-scm.org/download.html">pre-compiled binaries and |
| 7 | a source archive</a> for that release. You can thus skip the following if you |
| 8 | want to run or build a release version of fossil. Just download |
| 9 | the appropriate package from the <a href="http://www.fossil-scm.org/download.html">downloads page</a> |
| 10 | and put it on your $PATH. |
| 11 | To uninstall, simply delete the binary. |
| 12 | To upgrade from an older release, just overwrite the older binary with |
| 13 | the newer one.</p> |
| 14 | |
| @@ -29,11 +29,11 @@ | |
| 29 | |
| 30 | <p>Fossil is self-hosting, so you can obtain a ZIP archive or tarball |
| 31 | containing a snapshot of the <em>latest</em> version directly from |
| 32 | Fossil's own fossil repository. Additionally, source archives of |
| 33 | <em>released</em> versions of |
| 34 | fossil are available from the <a href="http://www.fossil-scm.org/download.html">downloads page</a>. |
| 35 | To obtain a development version of fossil, follow these steps:</p> |
| 36 | |
| 37 | <ol> |
| 38 | <li><p>Point your web browser to |
| 39 | <a href="http://www.fossil-scm.org/"> |
| 40 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -1,14 +1,14 @@ | |
| 1 | <title>Compiling and Installing Fossil</title> |
| 2 | |
| 3 | <h2>0.0 Using A Pre-compiled Binary</h2> |
| 4 | |
| 5 | <p>Released versions of fossil come with |
| 6 | <a href="/uv/download.html">pre-compiled binaries and |
| 7 | a source archive</a> for that release. You can thus skip the following if you |
| 8 | want to run or build a release version of fossil. Just download |
| 9 | the appropriate package from the <a href="/uv/download.html">downloads page</a> |
| 10 | and put it on your $PATH. |
| 11 | To uninstall, simply delete the binary. |
| 12 | To upgrade from an older release, just overwrite the older binary with |
| 13 | the newer one.</p> |
| 14 | |
| @@ -29,11 +29,11 @@ | |
| 29 | |
| 30 | <p>Fossil is self-hosting, so you can obtain a ZIP archive or tarball |
| 31 | containing a snapshot of the <em>latest</em> version directly from |
| 32 | Fossil's own fossil repository. Additionally, source archives of |
| 33 | <em>released</em> versions of |
| 34 | fossil are available from the <a href="/uv/download.html">downloads page</a>. |
| 35 | To obtain a development version of fossil, follow these steps:</p> |
| 36 | |
| 37 | <ol> |
| 38 | <li><p>Point your web browser to |
| 39 | <a href="http://www.fossil-scm.org/"> |
| 40 |
+1
-1
| --- www/concepts.wiki | ||
| +++ www/concepts.wiki | ||
| @@ -187,11 +187,11 @@ | ||
| 187 | 187 | Fossil is software. The implementation of Fossil is in the form |
| 188 | 188 | of a single executable named "fossil" (or "fossil.exe" on Windows). |
| 189 | 189 | To install Fossil on your system, |
| 190 | 190 | all you have to do is obtain a copy of this one executable file (either |
| 191 | 191 | by downloading a |
| 192 | -<a href="http://www.fossil-scm.org/download.html">pre-compiled version</a> | |
| 192 | +<a href="https://www.fossil-scm.org/fossil/uv/download.html">pre-compiled version</a> | |
| 193 | 193 | or [./build.wiki | compiling it yourself]) and then |
| 194 | 194 | putting that file somewhere on your PATH. |
| 195 | 195 | |
| 196 | 196 | Fossil is completely self-contained. It is not necessary to |
| 197 | 197 | install any other software in order to use Fossil. You do <u>not</u> need |
| 198 | 198 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -187,11 +187,11 @@ | |
| 187 | Fossil is software. The implementation of Fossil is in the form |
| 188 | of a single executable named "fossil" (or "fossil.exe" on Windows). |
| 189 | To install Fossil on your system, |
| 190 | all you have to do is obtain a copy of this one executable file (either |
| 191 | by downloading a |
| 192 | <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a> |
| 193 | or [./build.wiki | compiling it yourself]) and then |
| 194 | putting that file somewhere on your PATH. |
| 195 | |
| 196 | Fossil is completely self-contained. It is not necessary to |
| 197 | install any other software in order to use Fossil. You do <u>not</u> need |
| 198 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -187,11 +187,11 @@ | |
| 187 | Fossil is software. The implementation of Fossil is in the form |
| 188 | of a single executable named "fossil" (or "fossil.exe" on Windows). |
| 189 | To install Fossil on your system, |
| 190 | all you have to do is obtain a copy of this one executable file (either |
| 191 | by downloading a |
| 192 | <a href="https://www.fossil-scm.org/fossil/uv/download.html">pre-compiled version</a> |
| 193 | or [./build.wiki | compiling it yourself]) and then |
| 194 | putting that file somewhere on your PATH. |
| 195 | |
| 196 | Fossil is completely self-contained. It is not necessary to |
| 197 | install any other software in order to use Fossil. You do <u>not</u> need |
| 198 |
+1
-1
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | <h1>1.0 Introduction</h1> |
| 4 | 4 | |
| 5 | 5 | The build process for Fossil is tricky in that the source code |
| 6 | 6 | needs to be processed by three different preprocessor programs |
| 7 | 7 | before it is compiled. Most users will download a |
| 8 | -[http://www.fossil-scm.org/download.html | precompiled binary] | |
| 8 | +[https://www.fossil-scm.org/fossil/uv/download.html | precompiled binary] | |
| 9 | 9 | so this is of no consequence to them, and even those who |
| 10 | 10 | want to compile the code themselves can use one of the |
| 11 | 11 | [./build.wiki | existing makefiles]. |
| 12 | 12 | So must people do not need to be concerned with the |
| 13 | 13 | build complexities of Fossil. But hard-core developers who desire |
| 14 | 14 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -3,11 +3,11 @@ | |
| 3 | <h1>1.0 Introduction</h1> |
| 4 | |
| 5 | The build process for Fossil is tricky in that the source code |
| 6 | needs to be processed by three different preprocessor programs |
| 7 | before it is compiled. Most users will download a |
| 8 | [http://www.fossil-scm.org/download.html | precompiled binary] |
| 9 | so this is of no consequence to them, and even those who |
| 10 | want to compile the code themselves can use one of the |
| 11 | [./build.wiki | existing makefiles]. |
| 12 | So must people do not need to be concerned with the |
| 13 | build complexities of Fossil. But hard-core developers who desire |
| 14 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -3,11 +3,11 @@ | |
| 3 | <h1>1.0 Introduction</h1> |
| 4 | |
| 5 | The build process for Fossil is tricky in that the source code |
| 6 | needs to be processed by three different preprocessor programs |
| 7 | before it is compiled. Most users will download a |
| 8 | [https://www.fossil-scm.org/fossil/uv/download.html | precompiled binary] |
| 9 | so this is of no consequence to them, and even those who |
| 10 | want to compile the code themselves can use one of the |
| 11 | [./build.wiki | existing makefiles]. |
| 12 | So must people do not need to be concerned with the |
| 13 | build complexities of Fossil. But hard-core developers who desire |
| 14 |
+1
-1
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -109,11 +109,11 @@ | ||
| 109 | 109 | <title>Fossil Download Checksums</title> |
| 110 | 110 | <body> |
| 111 | 111 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 112 | 112 | <p>The following table shows the SHA1 checksums for the precompiled |
| 113 | 113 | binaries available on the |
| 114 | -<a href="/download.html">Fossil website</a>.</p> | |
| 114 | +<a href="/uv/download.html">Fossil website</a>.</p> | |
| 115 | 115 | <pre>} |
| 116 | 116 | |
| 117 | 117 | foreach {line} [split [exec fossil sql "SELECT hash, name FROM unversioned\ |
| 118 | 118 | WHERE name GLOB '*.tar.gz' OR\ |
| 119 | 119 | name GLOB '*.zip'"] \n] { |
| 120 | 120 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -109,11 +109,11 @@ | |
| 109 | <title>Fossil Download Checksums</title> |
| 110 | <body> |
| 111 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 112 | <p>The following table shows the SHA1 checksums for the precompiled |
| 113 | binaries available on the |
| 114 | <a href="/download.html">Fossil website</a>.</p> |
| 115 | <pre>} |
| 116 | |
| 117 | foreach {line} [split [exec fossil sql "SELECT hash, name FROM unversioned\ |
| 118 | WHERE name GLOB '*.tar.gz' OR\ |
| 119 | name GLOB '*.zip'"] \n] { |
| 120 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -109,11 +109,11 @@ | |
| 109 | <title>Fossil Download Checksums</title> |
| 110 | <body> |
| 111 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 112 | <p>The following table shows the SHA1 checksums for the precompiled |
| 113 | binaries available on the |
| 114 | <a href="/uv/download.html">Fossil website</a>.</p> |
| 115 | <pre>} |
| 116 | |
| 117 | foreach {line} [split [exec fossil sql "SELECT hash, name FROM unversioned\ |
| 118 | WHERE name GLOB '*.tar.gz' OR\ |
| 119 | name GLOB '*.zip'"] \n] { |
| 120 |
+2
-1
| --- www/quickstart.wiki | ||
| +++ www/quickstart.wiki | ||
| @@ -6,11 +6,12 @@ | ||
| 6 | 6 | |
| 7 | 7 | <h2>Installing</h2> |
| 8 | 8 | |
| 9 | 9 | <p>Fossil is a single self-contained C program. You need to |
| 10 | 10 | either download a |
| 11 | - <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> | |
| 11 | + <a href="https://www.fossil-scm.org/fossil/uv/download.html">precompiled | |
| 12 | + binary</a> | |
| 12 | 13 | or <a href="build.wiki">compile it yourself</a> from sources. |
| 13 | 14 | Install fossil by putting the fossil binary |
| 14 | 15 | someplace on your $PATH.</p> |
| 15 | 16 | |
| 16 | 17 | <a name="fslclone"></a> |
| 17 | 18 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -6,11 +6,12 @@ | |
| 6 | |
| 7 | <h2>Installing</h2> |
| 8 | |
| 9 | <p>Fossil is a single self-contained C program. You need to |
| 10 | either download a |
| 11 | <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 12 | or <a href="build.wiki">compile it yourself</a> from sources. |
| 13 | Install fossil by putting the fossil binary |
| 14 | someplace on your $PATH.</p> |
| 15 | |
| 16 | <a name="fslclone"></a> |
| 17 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -6,11 +6,12 @@ | |
| 6 | |
| 7 | <h2>Installing</h2> |
| 8 | |
| 9 | <p>Fossil is a single self-contained C program. You need to |
| 10 | either download a |
| 11 | <a href="https://www.fossil-scm.org/fossil/uv/download.html">precompiled |
| 12 | binary</a> |
| 13 | or <a href="build.wiki">compile it yourself</a> from sources. |
| 14 | Install fossil by putting the fossil binary |
| 15 | someplace on your $PATH.</p> |
| 16 | |
| 17 | <a name="fslclone"></a> |
| 18 |