Artifact cf25e96d4b35e95f586d1628fda0a6d1823f3104:
- File www/index.wiki — part of check-in [5882d974] at 2009-06-07 17:45:43 on branch trunk — Add the logo to the repository. Make the logo appear on the homepage. (user: drh size: 4470)
Fossil Home Page
Fossil: Distributed Revision Control, Wiki, and Bug-Tracking
Fossil is a distributed software version control system that includes an integrated distributed wiki and an integrated distributed bug-tracking system all in a single, easy-to-use, stand-alone executable. Fossil is self-hosting since 2007-07-21 on two separate servers. You can download the latest sources and compile it yourself. Or you can grab pre-compiled binaries.
Feature Summary:
- Flexible workflow:
- Integrated, distributed bug tracking and distributed wiki.
- Built-in web interface that supports deep archaeological digs through the project history.
- All network communication via HTTP with proxy support so that everything works from behind restrictive firewalls.
- Everything (client, server, and utilities) is included in a single self-contained executable - trivial to install
- Server runs as CGI, using inetd/xinetd or using its own built-in, stand alone web server.
- An entire project contained in single disk file (an SQLite database.)
- Uses an enduring file format that is designed to be readable, searchable, and extensible by people not yet born.
- Automatic self-check on repository changes makes it exceedingly unlikely that data will ever be lost because of a software bug.
- Ridiculously easy to install and operate.
- License: GPL
User Links:
- FAQ
- The concepts behind fossil
- Quick Start guide to using fossil
- Testimonials from fossil users.
- Questions & Criticisms directed at fossil.
- Building And Installing
- Fossil supports embedded documentation that is versioned along with project source code.
- A tutorial on branching, what it means and how to do it using fossil.
- The automatic self-check mechanism helps insure project integrity.
- Fossil contains a built-in wiki.
- There is a mailing list available for discussing fossil issues.
- Some (unfinished but expanding) extended reference documentation for the fossil command line.
Developer Links:
- Principles Of Operation
- The file format used by every content file stored in the repository.
- The format of deltas used to efficiently store changes between file revisions.
- The encoder algorithm used to efficiently generate deltas.
- The synchronization protocol.
Competing Projects: