Fossil SCM
Documentation updates.
Commit
c403f9dc403c8900a4dc3d8c174ab02fb8ebb504
Parent
0523983440b0cd2…
2 files changed
+4
-4
+5
-1
+4
-4
| --- www/build.html | ||
| +++ www/build.html | ||
| @@ -15,21 +15,21 @@ | ||
| 15 | 15 | a snapshot of the latest version directly from fossil's own fossil |
| 16 | 16 | repository. Follow these steps:</p> |
| 17 | 17 | |
| 18 | 18 | <ol> |
| 19 | 19 | <li><p>Pointer your webbrowser at |
| 20 | -<a href="http://fossil-scm.hwaci.com/fossil/login"> | |
| 21 | -http://fossil-scm.hwaci.com/fossil/login</a>.</p></li> | |
| 20 | +<a href="http://www.fossil-scm.org/fossil/login"> | |
| 21 | +http://www.fossil-scm.org/fossil/login</a>.</p></li> | |
| 22 | 22 | |
| 23 | 23 | <li><p>Log in as anonymous. The password is shown on screen. |
| 24 | 24 | The reason for requiring this login is to prevent spiders from |
| 25 | 25 | walking the entire website, downloading ZIP archives |
| 26 | 26 | of every historical version, and thereby soaking up all our bandwidth.</p></li> |
| 27 | 27 | |
| 28 | 28 | <li><p>Click on the |
| 29 | -<a href="http://fossil-scm.hwaci.com/fossil/timeline">Timeline</a> or | |
| 30 | -<a href="http://fossil-scm.hwaci.com/fossil/leaves">Leaves</a> link at | |
| 29 | +<a href="http://www.fossil-scm.org/fossil/timeline">Timeline</a> or | |
| 30 | +<a href="http://www.fossil-scm.org/fossil/leaves">Leaves</a> link at | |
| 31 | 31 | the top of the page.</p></li> |
| 32 | 32 | |
| 33 | 33 | <li><p>Select a version of of fossil you want to download. Click on its |
| 34 | 34 | link. Note that you must successfully log in as "anonymous" in step 1 |
| 35 | 35 | above in order to see the link to the detailed version information.</p></li> |
| 36 | 36 |
| --- www/build.html | |
| +++ www/build.html | |
| @@ -15,21 +15,21 @@ | |
| 15 | a snapshot of the latest version directly from fossil's own fossil |
| 16 | repository. Follow these steps:</p> |
| 17 | |
| 18 | <ol> |
| 19 | <li><p>Pointer your webbrowser at |
| 20 | <a href="http://fossil-scm.hwaci.com/fossil/login"> |
| 21 | http://fossil-scm.hwaci.com/fossil/login</a>.</p></li> |
| 22 | |
| 23 | <li><p>Log in as anonymous. The password is shown on screen. |
| 24 | The reason for requiring this login is to prevent spiders from |
| 25 | walking the entire website, downloading ZIP archives |
| 26 | of every historical version, and thereby soaking up all our bandwidth.</p></li> |
| 27 | |
| 28 | <li><p>Click on the |
| 29 | <a href="http://fossil-scm.hwaci.com/fossil/timeline">Timeline</a> or |
| 30 | <a href="http://fossil-scm.hwaci.com/fossil/leaves">Leaves</a> link at |
| 31 | the top of the page.</p></li> |
| 32 | |
| 33 | <li><p>Select a version of of fossil you want to download. Click on its |
| 34 | link. Note that you must successfully log in as "anonymous" in step 1 |
| 35 | above in order to see the link to the detailed version information.</p></li> |
| 36 |
| --- www/build.html | |
| +++ www/build.html | |
| @@ -15,21 +15,21 @@ | |
| 15 | a snapshot of the latest version directly from fossil's own fossil |
| 16 | repository. Follow these steps:</p> |
| 17 | |
| 18 | <ol> |
| 19 | <li><p>Pointer your webbrowser at |
| 20 | <a href="http://www.fossil-scm.org/fossil/login"> |
| 21 | http://www.fossil-scm.org/fossil/login</a>.</p></li> |
| 22 | |
| 23 | <li><p>Log in as anonymous. The password is shown on screen. |
| 24 | The reason for requiring this login is to prevent spiders from |
| 25 | walking the entire website, downloading ZIP archives |
| 26 | of every historical version, and thereby soaking up all our bandwidth.</p></li> |
| 27 | |
| 28 | <li><p>Click on the |
| 29 | <a href="http://www.fossil-scm.org/fossil/timeline">Timeline</a> or |
| 30 | <a href="http://www.fossil-scm.org/fossil/leaves">Leaves</a> link at |
| 31 | the top of the page.</p></li> |
| 32 | |
| 33 | <li><p>Select a version of of fossil you want to download. Click on its |
| 34 | link. Note that you must successfully log in as "anonymous" in step 1 |
| 35 | above in order to see the link to the detailed version information.</p></li> |
| 36 |
+5
-1
| --- www/index.html | ||
| +++ www/index.html | ||
| @@ -7,11 +7,11 @@ | ||
| 7 | 7 | |
| 8 | 8 | <p> |
| 9 | 9 | This is a preliminary homepage for a new software configuration |
| 10 | 10 | management system called "Fossil". |
| 11 | 11 | The system is |
| 12 | -<a href="http://fossil-scm.hwaci.com/fossil/timeline">self-hosting</a> on | |
| 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 | 16 | </p> |
| 17 | 17 | |
| @@ -91,9 +91,13 @@ | ||
| 91 | 91 | <li>The <a href="delta_format.html">format of deltas</a> used to |
| 92 | 92 | efficiently store changes between file revisions.</li> |
| 93 | 93 | <li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to |
| 94 | 94 | efficiently generate deltas.</li> |
| 95 | 95 | <li>The <a href="sync.html">synchronization protocol</a>. |
| 96 | +<li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users"> | |
| 97 | + mailing list</a> available for discussing fossil issues.</li> | |
| 98 | +<li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting | |
| 99 | + fossil wiki</a>. | |
| 96 | 100 | </ul> |
| 97 | 101 | |
| 98 | 102 | </body> |
| 99 | 103 | </html> |
| 100 | 104 |
| --- www/index.html | |
| +++ www/index.html | |
| @@ -7,11 +7,11 @@ | |
| 7 | |
| 8 | <p> |
| 9 | This is a preliminary homepage for a new software configuration |
| 10 | management system called "Fossil". |
| 11 | The system is |
| 12 | <a href="http://fossil-scm.hwaci.com/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 | |
| @@ -91,9 +91,13 @@ | |
| 91 | <li>The <a href="delta_format.html">format of deltas</a> used to |
| 92 | efficiently store changes between file revisions.</li> |
| 93 | <li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to |
| 94 | efficiently generate deltas.</li> |
| 95 | <li>The <a href="sync.html">synchronization protocol</a>. |
| 96 | </ul> |
| 97 | |
| 98 | </body> |
| 99 | </html> |
| 100 |
| --- www/index.html | |
| +++ www/index.html | |
| @@ -7,11 +7,11 @@ | |
| 7 | |
| 8 | <p> |
| 9 | This is a preliminary homepage for a new software configuration |
| 10 | management system called "Fossil". |
| 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 | |
| @@ -91,9 +91,13 @@ | |
| 91 | <li>The <a href="delta_format.html">format of deltas</a> used to |
| 92 | efficiently store changes between file revisions.</li> |
| 93 | <li>The <a href="delta_encoder_algorithm.html">encoder algorithm</a> used to |
| 94 | efficiently generate deltas.</li> |
| 95 | <li>The <a href="sync.html">synchronization protocol</a>. |
| 96 | <li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users"> |
| 97 | mailing list</a> available for discussing fossil issues.</li> |
| 98 | <li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 99 | fossil wiki</a>. |
| 100 | </ul> |
| 101 | |
| 102 | </body> |
| 103 | </html> |
| 104 |