Fossil SCM
Changed home page title from "Home" to "A Coherent Software Configuration Management System" since docs now show the title in the body area. "Home" in the title area was fine, but now it wants something more explanatory of the page's content. Moved the list of links on the right up a bit as a result. Switched the ASCII hyphens to em dashes in the list of Fossil attributes belo.
Commit
452726d678e0b303be8f7a0bf4cab5b2f0efea9d7468c8e49275908607713ad4
Parent
cc7930e13cc8caa…
1 file changed
+15
-14
+15
-14
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -1,8 +1,6 @@ | ||
| 1 | -<title>Home</title> | |
| 2 | - | |
| 3 | -<h3>What Is Fossil?</h3> | |
| 1 | +<title>A Coherent Software Configuration Management System</title> | |
| 4 | 2 | |
| 5 | 3 | <div class="nomargins" style='float:right;border:2px solid #446979;padding:0 15px 10px 0;margin:0 50px 0 10px'> |
| 6 | 4 | <ul> |
| 7 | 5 | <li> [/uv/download.html | Download] |
| 8 | 6 | <li> [./quickstart.wiki | Quick Start] |
| @@ -17,22 +15,25 @@ | ||
| 17 | 15 | <li> [./permutedindex.html | Doc Index] |
| 18 | 16 | </ul> |
| 19 | 17 | <p style="text-align:center"><img src="fossil3.gif" alt="Fossil logo"></p> |
| 20 | 18 | </div> |
| 21 | 19 | |
| 22 | -Fossil is a simple, high-reliability, distributed software configuration | |
| 23 | -management system with these advanced features: | |
| 20 | +<h3>What Is It?</h3> | |
| 21 | + | |
| 22 | +Fossil is a simple, high-reliability, distributed | |
| 23 | +[https://en.wikipedia.org/wiki/Software_configuration_management | SCM] | |
| 24 | +system with these advanced features: | |
| 24 | 25 | |
| 25 | - 1. <b>Project Management</b> - | |
| 26 | + 1. <b>Project Management</b> — | |
| 26 | 27 | In addition to doing [./concepts.wiki | distributed version control] |
| 27 | 28 | like Git and Mercurial, |
| 28 | 29 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 29 | 30 | [./wikitheory.wiki | wiki], [./forum.wiki | forum], |
| 30 | 31 | [./alerts.md|email alerts], [./chat.md | chat], and |
| 31 | 32 | [./event.wiki | technotes]. |
| 32 | 33 | |
| 33 | - 2. <b>Built-in Web Interface</b> - | |
| 34 | + 2. <b>Built-in Web Interface</b> — | |
| 34 | 35 | Fossil has a built-in, [/skins | themeable], [./serverext.wiki | extensible], |
| 35 | 36 | and intuitive [./webui.wiki | web interface] |
| 36 | 37 | with a rich variety of information pages |
| 37 | 38 | ([./webpage-ex.md|examples]) promoting situational awareness. |
| 38 | 39 | <br><br> |
| @@ -41,50 +42,50 @@ | ||
| 41 | 42 | [./embeddeddoc.wiki | embedded documentation] or (in the case of |
| 42 | 43 | the [/uv/download.html|download] page) |
| 43 | 44 | [./unvers.wiki | unversioned files]. |
| 44 | 45 | When you clone Fossil from one of its |
| 45 | 46 | [./selfhost.wiki | self-hosting repositories], |
| 46 | - you get more than just source code - you get this entire website. | |
| 47 | + you get more than just source code — you get this entire website. | |
| 47 | 48 | |
| 48 | - 3. <b>All-in-one</b> - | |
| 49 | + 3. <b>All-in-one</b> — | |
| 49 | 50 | Fossil is a single self-contained, stand-alone executable. |
| 50 | 51 | To install, simply download a |
| 51 | 52 | [/uv/download.html | precompiled binary] |
| 52 | 53 | for Linux, Mac, or Windows and put it on your $PATH. |
| 53 | 54 | [./build.wiki | Easy-to-compile source code] is also available. |
| 54 | 55 | |
| 55 | 56 | |
| 56 | - 4. <b>Self-host Friendly</b> - Stand up a project website | |
| 57 | + 4. <b>Self-host Friendly</b> — Stand up a project website | |
| 57 | 58 | in minutes using [./server/ | a variety of techniques]. |
| 58 | 59 | Fossil is CPU and memory efficient. Most projects can be |
| 59 | 60 | hosted comfortably on a $5/month VPS or a Raspberry Pi. |
| 60 | 61 | You can also set up an automatic |
| 61 | 62 | [./mirrortogithub.md | GitHub mirror]. |
| 62 | 63 | |
| 63 | - 5. <b>Simple Networking</b> - | |
| 64 | + 5. <b>Simple Networking</b> — | |
| 64 | 65 | Fossil uses ordinary HTTPS (or SSH if you prefer) |
| 65 | 66 | for network communications, so it works fine from behind |
| 66 | 67 | firewalls and [./quickstart.wiki#proxy|proxies]. |
| 67 | 68 | The protocol is |
| 68 | 69 | [./stats.wiki | bandwidth efficient] to the point that Fossil can be |
| 69 | 70 | used comfortably over dial-up, weak 3G, or airliner Wifi. |
| 70 | 71 | |
| 71 | - 6. <b>Autosync</b> - | |
| 72 | + 6. <b>Autosync</b> — | |
| 72 | 73 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 73 | 74 | which helps to keep projects moving |
| 74 | 75 | forward by reducing the amount of needless |
| 75 | 76 | [./branching.wiki | forking and merging] often |
| 76 | 77 | associated with distributed projects. |
| 77 | 78 | |
| 78 | - 7. <b>Robust & Reliable</b> - | |
| 79 | + 7. <b>Robust & Reliable</b> — | |
| 79 | 80 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| 80 | 81 | in an SQLite database so that transactions are |
| 81 | 82 | atomic even if interrupted by a power loss or system crash. |
| 82 | 83 | Automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 83 | 84 | the repository are consistent prior to each commit. |
| 84 | 85 | |
| 85 | - 8. <b>Free and Open-Source</b> - [../COPYRIGHT-BSD2.txt|2-clause BSD license]. | |
| 86 | + 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. | |
| 86 | 87 | |
| 87 | 88 | <hr> |
| 88 | 89 | <h3>Latest Release: 2.23 ([/timeline?c=version-2.23|2023-11-01])</h3> |
| 89 | 90 | |
| 90 | 91 | * [/uv/download.html|Download] |
| 91 | 92 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -1,8 +1,6 @@ | |
| 1 | <title>Home</title> |
| 2 | |
| 3 | <h3>What Is Fossil?</h3> |
| 4 | |
| 5 | <div class="nomargins" style='float:right;border:2px solid #446979;padding:0 15px 10px 0;margin:0 50px 0 10px'> |
| 6 | <ul> |
| 7 | <li> [/uv/download.html | Download] |
| 8 | <li> [./quickstart.wiki | Quick Start] |
| @@ -17,22 +15,25 @@ | |
| 17 | <li> [./permutedindex.html | Doc Index] |
| 18 | </ul> |
| 19 | <p style="text-align:center"><img src="fossil3.gif" alt="Fossil logo"></p> |
| 20 | </div> |
| 21 | |
| 22 | Fossil is a simple, high-reliability, distributed software configuration |
| 23 | management system with these advanced features: |
| 24 | |
| 25 | 1. <b>Project Management</b> - |
| 26 | In addition to doing [./concepts.wiki | distributed version control] |
| 27 | like Git and Mercurial, |
| 28 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 29 | [./wikitheory.wiki | wiki], [./forum.wiki | forum], |
| 30 | [./alerts.md|email alerts], [./chat.md | chat], and |
| 31 | [./event.wiki | technotes]. |
| 32 | |
| 33 | 2. <b>Built-in Web Interface</b> - |
| 34 | Fossil has a built-in, [/skins | themeable], [./serverext.wiki | extensible], |
| 35 | and intuitive [./webui.wiki | web interface] |
| 36 | with a rich variety of information pages |
| 37 | ([./webpage-ex.md|examples]) promoting situational awareness. |
| 38 | <br><br> |
| @@ -41,50 +42,50 @@ | |
| 41 | [./embeddeddoc.wiki | embedded documentation] or (in the case of |
| 42 | the [/uv/download.html|download] page) |
| 43 | [./unvers.wiki | unversioned files]. |
| 44 | When you clone Fossil from one of its |
| 45 | [./selfhost.wiki | self-hosting repositories], |
| 46 | you get more than just source code - you get this entire website. |
| 47 | |
| 48 | 3. <b>All-in-one</b> - |
| 49 | Fossil is a single self-contained, stand-alone executable. |
| 50 | To install, simply download a |
| 51 | [/uv/download.html | precompiled binary] |
| 52 | for Linux, Mac, or Windows and put it on your $PATH. |
| 53 | [./build.wiki | Easy-to-compile source code] is also available. |
| 54 | |
| 55 | |
| 56 | 4. <b>Self-host Friendly</b> - Stand up a project website |
| 57 | in minutes using [./server/ | a variety of techniques]. |
| 58 | Fossil is CPU and memory efficient. Most projects can be |
| 59 | hosted comfortably on a $5/month VPS or a Raspberry Pi. |
| 60 | You can also set up an automatic |
| 61 | [./mirrortogithub.md | GitHub mirror]. |
| 62 | |
| 63 | 5. <b>Simple Networking</b> - |
| 64 | Fossil uses ordinary HTTPS (or SSH if you prefer) |
| 65 | for network communications, so it works fine from behind |
| 66 | firewalls and [./quickstart.wiki#proxy|proxies]. |
| 67 | The protocol is |
| 68 | [./stats.wiki | bandwidth efficient] to the point that Fossil can be |
| 69 | used comfortably over dial-up, weak 3G, or airliner Wifi. |
| 70 | |
| 71 | 6. <b>Autosync</b> - |
| 72 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 73 | which helps to keep projects moving |
| 74 | forward by reducing the amount of needless |
| 75 | [./branching.wiki | forking and merging] often |
| 76 | associated with distributed projects. |
| 77 | |
| 78 | 7. <b>Robust & Reliable</b> - |
| 79 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| 80 | in an SQLite database so that transactions are |
| 81 | atomic even if interrupted by a power loss or system crash. |
| 82 | Automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 83 | the repository are consistent prior to each commit. |
| 84 | |
| 85 | 8. <b>Free and Open-Source</b> - [../COPYRIGHT-BSD2.txt|2-clause BSD license]. |
| 86 | |
| 87 | <hr> |
| 88 | <h3>Latest Release: 2.23 ([/timeline?c=version-2.23|2023-11-01])</h3> |
| 89 | |
| 90 | * [/uv/download.html|Download] |
| 91 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -1,8 +1,6 @@ | |
| 1 | <title>A Coherent Software Configuration Management System</title> |
| 2 | |
| 3 | <div class="nomargins" style='float:right;border:2px solid #446979;padding:0 15px 10px 0;margin:0 50px 0 10px'> |
| 4 | <ul> |
| 5 | <li> [/uv/download.html | Download] |
| 6 | <li> [./quickstart.wiki | Quick Start] |
| @@ -17,22 +15,25 @@ | |
| 15 | <li> [./permutedindex.html | Doc Index] |
| 16 | </ul> |
| 17 | <p style="text-align:center"><img src="fossil3.gif" alt="Fossil logo"></p> |
| 18 | </div> |
| 19 | |
| 20 | <h3>What Is It?</h3> |
| 21 | |
| 22 | Fossil is a simple, high-reliability, distributed |
| 23 | [https://en.wikipedia.org/wiki/Software_configuration_management | SCM] |
| 24 | system with these advanced features: |
| 25 | |
| 26 | 1. <b>Project Management</b> — |
| 27 | In addition to doing [./concepts.wiki | distributed version control] |
| 28 | like Git and Mercurial, |
| 29 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 30 | [./wikitheory.wiki | wiki], [./forum.wiki | forum], |
| 31 | [./alerts.md|email alerts], [./chat.md | chat], and |
| 32 | [./event.wiki | technotes]. |
| 33 | |
| 34 | 2. <b>Built-in Web Interface</b> — |
| 35 | Fossil has a built-in, [/skins | themeable], [./serverext.wiki | extensible], |
| 36 | and intuitive [./webui.wiki | web interface] |
| 37 | with a rich variety of information pages |
| 38 | ([./webpage-ex.md|examples]) promoting situational awareness. |
| 39 | <br><br> |
| @@ -41,50 +42,50 @@ | |
| 42 | [./embeddeddoc.wiki | embedded documentation] or (in the case of |
| 43 | the [/uv/download.html|download] page) |
| 44 | [./unvers.wiki | unversioned files]. |
| 45 | When you clone Fossil from one of its |
| 46 | [./selfhost.wiki | self-hosting repositories], |
| 47 | you get more than just source code — you get this entire website. |
| 48 | |
| 49 | 3. <b>All-in-one</b> — |
| 50 | Fossil is a single self-contained, stand-alone executable. |
| 51 | To install, simply download a |
| 52 | [/uv/download.html | precompiled binary] |
| 53 | for Linux, Mac, or Windows and put it on your $PATH. |
| 54 | [./build.wiki | Easy-to-compile source code] is also available. |
| 55 | |
| 56 | |
| 57 | 4. <b>Self-host Friendly</b> — Stand up a project website |
| 58 | in minutes using [./server/ | a variety of techniques]. |
| 59 | Fossil is CPU and memory efficient. Most projects can be |
| 60 | hosted comfortably on a $5/month VPS or a Raspberry Pi. |
| 61 | You can also set up an automatic |
| 62 | [./mirrortogithub.md | GitHub mirror]. |
| 63 | |
| 64 | 5. <b>Simple Networking</b> — |
| 65 | Fossil uses ordinary HTTPS (or SSH if you prefer) |
| 66 | for network communications, so it works fine from behind |
| 67 | firewalls and [./quickstart.wiki#proxy|proxies]. |
| 68 | The protocol is |
| 69 | [./stats.wiki | bandwidth efficient] to the point that Fossil can be |
| 70 | used comfortably over dial-up, weak 3G, or airliner Wifi. |
| 71 | |
| 72 | 6. <b>Autosync</b> — |
| 73 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 74 | which helps to keep projects moving |
| 75 | forward by reducing the amount of needless |
| 76 | [./branching.wiki | forking and merging] often |
| 77 | associated with distributed projects. |
| 78 | |
| 79 | 7. <b>Robust & Reliable</b> — |
| 80 | Fossil stores content using an [./fileformat.wiki | enduring file format] |
| 81 | in an SQLite database so that transactions are |
| 82 | atomic even if interrupted by a power loss or system crash. |
| 83 | Automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 84 | the repository are consistent prior to each commit. |
| 85 | |
| 86 | 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. |
| 87 | |
| 88 | <hr> |
| 89 | <h3>Latest Release: 2.23 ([/timeline?c=version-2.23|2023-11-01])</h3> |
| 90 | |
| 91 | * [/uv/download.html|Download] |
| 92 |