| | @@ -1,10 +1,10 @@ |
| 1 | 1 | <title>Home</title> |
| 2 | 2 | |
| 3 | 3 | <h3>What Is Fossil?</h3> |
| 4 | 4 | |
| 5 | | -<div style='width:200px;float:right;border:2px solid #446979;padding:10px;margin:0px 10px;'> |
| 5 | +<div style='width:200px;float:right;border:2px solid #446979;padding:0 0 10px 0;margin:0 0px 10px 10px;'> |
| 6 | 6 | <ul> |
| 7 | 7 | <li> [/uv/download.html | Download] |
| 8 | 8 | <li> [./quickstart.wiki | Quick Start] |
| 9 | 9 | <li> [./build.wiki | Install] |
| 10 | 10 | <li> [https://fossil-scm.org/forum | Support/Forum ] |
| | @@ -14,17 +14,17 @@ |
| 14 | 14 | <li> [./userlinks.wiki | User Links] |
| 15 | 15 | <li> [./hacker-howto.wiki | Hacker How-To] |
| 16 | 16 | <li> [./fossil-v-git.wiki | Fossil vs. Git] |
| 17 | 17 | <li> [./permutedindex.html | Documentation Index] |
| 18 | 18 | </ul> |
| 19 | | -<img src="fossil3.gif" align="center"> |
| 19 | +<center><img src="fossil3.gif" align="center"></center> |
| 20 | 20 | </div> |
| 21 | 21 | |
| 22 | 22 | <p>Fossil is a simple, high-reliability, distributed software configuration |
| 23 | 23 | management system with these advanced features: |
| 24 | 24 | |
| 25 | | - 1. <b>Integrated Bug Tracking, Wiki, Forum, and Technotes</b> - |
| 25 | + 1. <b>Integrated Project Management</b> - |
| 26 | 26 | In addition to doing [./concepts.wiki | distributed version control] |
| 27 | 27 | like Git and Mercurial, |
| 28 | 28 | Fossil also supports [./bugtheory.wiki | bug tracking], |
| 29 | 29 | [./wikitheory.wiki | wiki], [./forum.wiki | forum], [./chat.md | chat], and |
| 30 | 30 | [./event.wiki | technotes]. |
| | @@ -45,33 +45,31 @@ |
| 45 | 45 | When you clone Fossil from one of its |
| 46 | 46 | [./selfhost.wiki | self-hosting repositories], |
| 47 | 47 | you get more than just source code - you get this entire website. |
| 48 | 48 | |
| 49 | 49 | 3. <b>Self-Contained</b> - |
| 50 | | - Fossil is a single self-contained stand-alone executable. |
| 50 | + Fossil is a single stand-alone executable. |
| 51 | 51 | To install, simply download a |
| 52 | 52 | [/uv/download.html | precompiled binary] |
| 53 | 53 | for Linux, Mac, or Windows and put it on your $PATH. |
| 54 | 54 | [./build.wiki | Easy-to-compile source code] is also available. |
| 55 | 55 | |
| 56 | | - 4. <b>Simple Networking</b> - |
| 57 | | - No custom protocols or TCP ports. |
| 58 | | - Fossil uses ordinary HTTP (or HTTPS or SSH) |
| 56 | + |
| 57 | + 4. <b>Self-host Friendly</b> - Stand up a project website using |
| 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) |
| 59 | 66 | for network communications, so it works fine from behind |
| 60 | | - restrictive firewalls, including [./quickstart.wiki#proxy|proxies]. |
| 67 | + firewalls and [./quickstart.wiki#proxy|proxies]. |
| 61 | 68 | The protocol is |
| 62 | 69 | [./stats.wiki | bandwidth efficient] to the point that Fossil can be |
| 63 | | - used comfortably over dial-up or over the exceedingly slow Wifi on |
| 64 | | - airliners. |
| 65 | | - |
| 66 | | - 5. <b>Simple Server Setup</b> - No server is required, but if you want to |
| 67 | | - set one up, Fossil supports [./server/ | several different server |
| 68 | | - configurations] including CGI, SCGI, and direct HTTP. |
| 69 | | - You can also easily set up your Fossil repository to automatically |
| 70 | | - [./mirrortogithub.md | mirror content on GitHub]. |
| 71 | | - The server is CPU and memory efficient. You can comfortably run multiple |
| 72 | | - project websites off of a single $5/month VPS or a Raspberry Pi. |
| 70 | + used comfortably over dial-up, weak 3G, or airliner Wifi. |
| 73 | 71 | |
| 74 | 72 | 6. <b>Autosync</b> - |
| 75 | 73 | Fossil supports [./concepts.wiki#workflow | "autosync" mode] |
| 76 | 74 | which helps to keep projects moving |
| 77 | 75 | forward by reducing the amount of needless |
| | @@ -83,11 +81,11 @@ |
| 83 | 81 | in an SQLite database so that transactions are |
| 84 | 82 | atomic even if interrupted by a power loss or system crash. |
| 85 | 83 | Automatic [./selfcheck.wiki | self-checks] verify that all aspects of |
| 86 | 84 | the repository are consistent prior to each commit. |
| 87 | 85 | |
| 88 | | - 8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license]. |
| 86 | + 8. <b>Free and Open-Source</b> - [../COPYRIGHT-BSD2.txt|2-clause BSD license]. |
| 89 | 87 | |
| 90 | 88 | <hr> |
| 91 | 89 | <h3>Latest Release: 2.13 ([/timeline?c=version-2.13|2020-11-01])</h3> |
| 92 | 90 | |
| 93 | 91 | * [/uv/download.html|Download] |
| 94 | 92 | |