| | @@ -5,18 +5,18 @@ |
| 5 | 5 | <div style='width:200px;float:right;border:2px solid #446979;padding:10px;margin:0px 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 | | -<li> [../COPYRIGHT-BSD2.txt | License] |
| 11 | | -<li> [./faq.wiki | FAQ] |
| 10 | +<li> [https://fossil-scm.org/forum | Support/Forum ] |
| 11 | +<li> [./hints.wiki | Tips & Hints] |
| 12 | 12 | <li> [./changes.wiki | Change Log] |
| 13 | +<li> [../COPYRIGHT-BSD2.txt | License] |
| 14 | +<li> [./userlinks.wiki | User inks] |
| 13 | 15 | <li> [./hacker-howto.wiki | Hacker How-To] |
| 14 | 16 | <li> [./fossil-v-git.wiki | Fossil vs. Git] |
| 15 | | -<li> [./hints.wiki | Tip & Hints] |
| 16 | 17 | <li> [./permutedindex.html | Documentation Index] |
| 17 | | -<li> [https://fossil-scm.org/forum | Forum ] |
| 18 | 18 | </ul> |
| 19 | 19 | <img src="fossil3.gif" align="center"> |
| 20 | 20 | </div> |
| 21 | 21 | |
| 22 | 22 | <p>Fossil is a simple, high-reliability, distributed software configuration |
| | @@ -83,73 +83,22 @@ |
| 83 | 83 | the repository are consistent prior to each commit. |
| 84 | 84 | |
| 85 | 85 | 8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license]. |
| 86 | 86 | |
| 87 | 87 | <hr> |
| 88 | | -<h3>Links For Fossil Users:</h3> |
| 89 | | - |
| 90 | | - * [./permutedindex.html | Documentation index] with [/search?c=d | full text search]. |
| 91 | | - * [./reviews.wiki | Testimonials] from satisfied Fossil users and |
| 92 | | - [./quotes.wiki | Quotes] about Fossil and other DVCSes. |
| 93 | | - * [./faq.wiki | Frequently Asked Questions] |
| 94 | | - * The [./concepts.wiki | concepts] behind Fossil. |
| 95 | | - [./whyusefossil.wiki#definitions | Another viewpoint]. |
| 96 | | - * [./quickstart.wiki | Quick Start] guide to using Fossil. |
| 97 | | - * [./qandc.wiki | Questions & Criticisms] directed at Fossil. |
| 98 | | - * [./build.wiki | Compiling and Installing] |
| 99 | | - * Fossil supports [./embeddeddoc.wiki | embedded documentation] |
| 100 | | - that is versioned along with project source code. |
| 101 | | - * Fossil uses an [./fileformat.wiki | enduring file format] that is |
| 102 | | - designed to be readable, searchable, and extensible by people |
| 103 | | - not yet born. |
| 104 | | - * A tutorial on [./branching.wiki | branching], what it means and how |
| 105 | | - to do it using Fossil. |
| 106 | | - * The [./selfcheck.wiki | automatic self-check] mechanism |
| 107 | | - helps insure project integrity. |
| 108 | | - * Fossil contains a [./wikitheory.wiki | built-in wiki]. |
| 109 | | - * An [./event.wiki | Event] is a special kind of wiki page associated |
| 110 | | - with a point in time rather than a name. |
| 111 | | - * [./settings.wiki | Settings] control the behaviour of Fossil. |
| 112 | | - * [./ssl.wiki | Use SSL] to encrypt communication with the server. |
| 113 | | - * The [https://fossil-scm.org/forum|Fossil forum] is, as of mid-2018, |
| 114 | | - the project's central communication channel. The |
| 115 | | - [https://www.mail-archive.com/[email protected] |
| 116 | | - | read-only mailing list archives] house discussions spanning Fossil's |
| 117 | | - first decade. |
| 118 | | - * [./stats.wiki | Performance statistics] taken from real-world projects |
| 119 | | - hosted on Fossil. |
| 120 | | - * How to [./shunning.wiki | delete content] from a Fossil repository. |
| 121 | | - * How Fossil does [./password.wiki | password management]. |
| 122 | | - * On-line [/help | help]. |
| 123 | | - * Documentation on the |
| 124 | | - [http://www.sqliteconcepts.org/THManual.pdf | TH1 scripting language], |
| 125 | | - used to customize [./custom_ticket.wiki | ticketing], and several other |
| 126 | | - subsystems, including [./customskin.md | theming]. |
| 127 | | - * List of [./th1.md | TH1 commands provided by Fossil itself] that expose |
| 128 | | - its key functionality to TH1 scripts. |
| 129 | | - * List of [./th1-hooks.md | TH1 hooks exposed by Fossil] that enable |
| 130 | | - customization of commands and web pages. |
| 131 | | - * A free hosting server for Fossil repositories is available at |
| 132 | | - [http://chiselapp.com/]. |
| 133 | | - * How to [./server/ | set up a server] for your repository. |
| 134 | | - * Customizing the [./custom_ticket.wiki | ticket system]. |
| 135 | | - * Methods to [./checkin_names.wiki | identify a specific check-in]. |
| 136 | | - * [./inout.wiki | Import and export] from and to Git. |
| 137 | | - * [./fossil-v-git.wiki | Fossil versus Git]. |
| 138 | | - * [./fiveminutes.wiki | Up and running in 5 minutes as a single user] |
| 139 | | - (contributed by Gilles Ganault on 2013-01-08). |
| 140 | | - * [./antibot.wiki | How Fossil defends against abuse by spiders and bots]. |
| 141 | | - |
| 142 | | -<h3>Links For Fossil Developers:</h3> |
| 143 | | - |
| 144 | | - * [./contribute.wiki | Contributing] code or documentation to the |
| 145 | | - Fossil project. |
| 146 | | - * [./theory1.wiki | Thoughts On The Design Of Fossil]. |
| 147 | | - * [./pop.wiki | Principles Of Operation] |
| 148 | | - * [./tech_overview.wiki | A Technical Overview Of Fossil]. |
| 149 | | - * The [./fileformat.wiki | file format] used by every content |
| 150 | | - file stored in the repository. |
| 151 | | - * The [./delta_format.wiki | format of deltas] used to |
| 152 | | - efficiently store changes between file revisions. |
| 153 | | - * The [./delta_encoder_algorithm.wiki | encoder algorithm] used to |
| 154 | | - efficiently generate deltas. |
| 155 | | - * The [./sync.wiki | synchronization protocol]. |
| 88 | +<h3>Latest Release: 2.10 (2019-10-04)</h3> |
| 89 | + |
| 90 | + * [/uv/download.html|Download] |
| 91 | + * [./changes.wiki#v2_10|Change Summary] |
| 92 | + |
| 93 | +<hr> |
| 94 | +<h3>Quick Start</h3> |
| 95 | + |
| 96 | + 1. [/uv/download.html|Download] or install using a package manager or |
| 97 | + [./build.wiki|compile from sources]. |
| 98 | + 2. <tt>fossil init</tt> <i>new-repository</i> |
| 99 | + 3. <tt>fossil open</tt> <i>new-repository</i> |
| 100 | + 4. <tt>fossil add</tt> <i>files-or-directories</i> |
| 101 | + 5. <tt>fossil commit -m</tt> "<i>commit message</i>" |
| 102 | + 6. <tt>fossil ui</tt> |
| 103 | + 7. Repeat steps 4, 5, and 6, in any order, as necessary. |
| 104 | + See the [./quickstart.wiki|Quick Start Guide] for more detail. |
| 156 | 105 | |