Fossil SCM
Update the website to include links to the download page.
Commit
bbbee5fc37216c9e236361e98cd8fe7f4e9c92bf
Parent
50e953a81010126…
3 files changed
+7
+2
+5
-3
+7
| --- www/build.html | ||
| +++ www/build.html | ||
| @@ -6,10 +6,17 @@ | ||
| 6 | 6 | <hr> |
| 7 | 7 | <h1>Installing Fossil</h1> |
| 8 | 8 | |
| 9 | 9 | <p>This page describes how to build and install Fossil. The |
| 10 | 10 | whole process is designed to be very easy.</p> |
| 11 | + | |
| 12 | +<h2>0.0 Using A Precompiled Binary</h2> | |
| 13 | + | |
| 14 | +<p>You can skip steps 1.0 and 2.0 below by downloading | |
| 15 | +a <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> | |
| 16 | +appropriate for your platform. If you use a precompiled binary | |
| 17 | +jump immediate to step 3.0.</p> | |
| 11 | 18 | |
| 12 | 19 | <h2>1.0 Obtaining The Source Code</h2> |
| 13 | 20 | |
| 14 | 21 | <p>Fossil is self-hosting, so you can obtain a ZIP archive containing |
| 15 | 22 | a snapshot of the latest version directly from fossil's own fossil |
| 16 | 23 |
| --- www/build.html | |
| +++ www/build.html | |
| @@ -6,10 +6,17 @@ | |
| 6 | <hr> |
| 7 | <h1>Installing Fossil</h1> |
| 8 | |
| 9 | <p>This page describes how to build and install Fossil. The |
| 10 | whole process is designed to be very easy.</p> |
| 11 | |
| 12 | <h2>1.0 Obtaining The Source Code</h2> |
| 13 | |
| 14 | <p>Fossil is self-hosting, so you can obtain a ZIP archive containing |
| 15 | a snapshot of the latest version directly from fossil's own fossil |
| 16 |
| --- www/build.html | |
| +++ www/build.html | |
| @@ -6,10 +6,17 @@ | |
| 6 | <hr> |
| 7 | <h1>Installing Fossil</h1> |
| 8 | |
| 9 | <p>This page describes how to build and install Fossil. The |
| 10 | whole process is designed to be very easy.</p> |
| 11 | |
| 12 | <h2>0.0 Using A Precompiled Binary</h2> |
| 13 | |
| 14 | <p>You can skip steps 1.0 and 2.0 below by downloading |
| 15 | a <a href="http://www.fossil-scm.org/download.html">precompiled binary</a> |
| 16 | appropriate for your platform. If you use a precompiled binary |
| 17 | jump immediate to step 3.0.</p> |
| 18 | |
| 19 | <h2>1.0 Obtaining The Source Code</h2> |
| 20 | |
| 21 | <p>Fossil is self-hosting, so you can obtain a ZIP archive containing |
| 22 | a snapshot of the latest version directly from fossil's own fossil |
| 23 |
+2
| --- www/index.html | ||
| +++ www/index.html | ||
| @@ -11,10 +11,12 @@ | ||
| 11 | 11 | The system is |
| 12 | 12 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on |
| 13 | 13 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| 14 | 14 | You can download the lastest sources |
| 15 | 15 | compile it yourself using the instructions below. |
| 16 | +Or you can grab | |
| 17 | +<a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>. | |
| 16 | 18 | </p> |
| 17 | 19 | |
| 18 | 20 | <p>Design Goals For Fossil:</p> |
| 19 | 21 | |
| 20 | 22 | <ul> |
| 21 | 23 |
| --- www/index.html | |
| +++ www/index.html | |
| @@ -11,10 +11,12 @@ | |
| 11 | The system is |
| 12 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on |
| 13 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| 14 | You can download the lastest sources |
| 15 | compile it yourself using the instructions below. |
| 16 | </p> |
| 17 | |
| 18 | <p>Design Goals For Fossil:</p> |
| 19 | |
| 20 | <ul> |
| 21 |
| --- www/index.html | |
| +++ www/index.html | |
| @@ -11,10 +11,12 @@ | |
| 11 | The system is |
| 12 | <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on |
| 13 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| 14 | You can download the lastest sources |
| 15 | compile it yourself using the instructions below. |
| 16 | Or you can grab |
| 17 | <a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>. |
| 18 | </p> |
| 19 | |
| 20 | <p>Design Goals For Fossil:</p> |
| 21 | |
| 22 | <ul> |
| 23 |
+5
-3
| --- www/quickstart.html | ||
| +++ www/quickstart.html | ||
| @@ -8,13 +8,15 @@ | ||
| 8 | 8 | <p>This is a guide to get you started using fossil quickly |
| 9 | 9 | and painlessly.</p> |
| 10 | 10 | |
| 11 | 11 | <h2>Installing</h2><blockquote> |
| 12 | 12 | |
| 13 | - <p>Fossil is a single self-contained C program that you need to | |
| 14 | - <a href="build.html">install</a> before using. Build the binary | |
| 15 | - and put it someplace on your PATH environment variable.</p> | |
| 13 | + <p>Fossil is a single self-contained C program. You need to | |
| 14 | + either download a <a href="download.html">precompiled binary</a> | |
| 15 | + or <a href="build.html">build it yourself</a> from sources. | |
| 16 | + Install fossil by putting the fossil binary | |
| 17 | + someplace on your PATH environment variable.</p> | |
| 16 | 18 | |
| 17 | 19 | </blockquote> |
| 18 | 20 | <h2>Cloning A Existing Repository</h2> |
| 19 | 21 | <blockquote> |
| 20 | 22 | |
| 21 | 23 |
| --- www/quickstart.html | |
| +++ www/quickstart.html | |
| @@ -8,13 +8,15 @@ | |
| 8 | <p>This is a guide to get you started using fossil quickly |
| 9 | and painlessly.</p> |
| 10 | |
| 11 | <h2>Installing</h2><blockquote> |
| 12 | |
| 13 | <p>Fossil is a single self-contained C program that you need to |
| 14 | <a href="build.html">install</a> before using. Build the binary |
| 15 | and put it someplace on your PATH environment variable.</p> |
| 16 | |
| 17 | </blockquote> |
| 18 | <h2>Cloning A Existing Repository</h2> |
| 19 | <blockquote> |
| 20 | |
| 21 |
| --- www/quickstart.html | |
| +++ www/quickstart.html | |
| @@ -8,13 +8,15 @@ | |
| 8 | <p>This is a guide to get you started using fossil quickly |
| 9 | and painlessly.</p> |
| 10 | |
| 11 | <h2>Installing</h2><blockquote> |
| 12 | |
| 13 | <p>Fossil is a single self-contained C program. You need to |
| 14 | either download a <a href="download.html">precompiled binary</a> |
| 15 | or <a href="build.html">build it yourself</a> from sources. |
| 16 | Install fossil by putting the fossil binary |
| 17 | someplace on your PATH environment variable.</p> |
| 18 | |
| 19 | </blockquote> |
| 20 | <h2>Cloning A Existing Repository</h2> |
| 21 | <blockquote> |
| 22 | |
| 23 |