Artifact ee31c52eb6dc12309cb62250d74d0d36d94d8d13
File
www/index.wiki
part of check-in
[b79994adcb]
- Trying to improve the look of the homepage. It is not at all clear that this
check-in is any improvement, but it is at least an attempt....
by
drh on
2009-08-24 17:45:45.
<title>Fossil Home Page</title>
<table border="1" align="right" cellpadding="10">
<tr><td>
<h2>Quick Links</h2>
<ul>
<li> [./quickstart.wiki | Quick Start]
<li> [http://www.fossil-scm.org/download.html | Download]
<li> [./build.wiki | Install]
<li> [/timeline | Recent changes]
<li> [./faq.wiki | FAQ]
</ul>
<center><img src="fossil.gif"></center>
</td></tr>
</table>
<center>
<font size=5><b>Fossil:</b><i>
Simple, high-reliability, distributed software configuration management
</i></font>
</center>
<h3>Feature Summary:</h3>
* [./concepts.wiki | Distributed version control]
* Integrated, [./bugtheory.wiki | distributed bug tracking] and
[./wikitheory.wiki | distributed wiki].
* Built-in [./webui.wiki | web interface] that supports deep
archaeological digs through the project history.
* All network communication via HTTP with
[./quickstart.wiki#proxy | proxy support]
so that everything works from behind restrictive firewalls.
Communication is [./stats.wiki | bandwidth-efficient].
* Everything (client, server, and utilities) is included in a
single self-contained executable - [./build.wiki | trivial to install].
* Server runs as [./quickstart.wiki#cgiserver | CGI], using
[./quickstart.wiki#inetdserver | inetd/xinetd]
or using its own
[./quickstart.wiki#serversetup | built-in, stand alone web server].
* Flexible workflow:<ul>
<li>Disconnected, distributed development like
<a href="http://kerneltrap.org/node/4982">git</a>,
<a href="http://www.monotone.ca/">monotone</a>,
<a href="http://www.selenic.com/mercurial/wiki/index.cgi">mercurial</a>,
and <a href="http://www.bitkeeper.com/">bitkeeper</a>
<li>Or, client/server operation like
<a href="http://www.nongnu.org/cvs/">CVS</a> and
<a href="http://subversion.tigris.org/">subversion</a>,
<li>Or, operations on local repositories,
<li>Or, all of the above at the same time</ul>
* [./selfhost.wiki | Self-hosting] since 2007-07-21.
* An entire project contained in single
[./stats.wiki | compact] disk file
(an [http://www.sqlite.org/ | SQLite] database.)
* Uses an [./fileformat.wiki | enduring file format] that is
designed to be readable, searchable, and extensible by people
not yet born.
* Automatic [./selfcheck.wiki | self-check]
on repository changes makes it exceedingly
unlikely that data will ever be lost because of a software bug.
* License: [../COPYRIGHT-GPL2.txt | GPL]
<h3>User Links:</h3>
* [./faq.wiki | FAQ]
* The [./concepts.wiki | concepts] behind fossil
* [./quickstart.wiki | Quick Start] guide to using fossil
* [./reviews.wiki | Testimonials] from fossil users.
* [./qandc.wiki | Questions & Criticisms] directed at fossil.
* [./build.wiki | Building And Installing]
* Fossil supports [./embeddeddoc.wiki | embedded documentation]
that is versioned along with project source code.
* A tutorial on [./branching.wiki | branching], what it means and how
to do it using fossil.
* The [./selfcheck.wiki | automatic self-check] mechanism
helps insure project integrity.
* Fossil contains a [./wikitheory.wiki | built-in wiki].
* There is a
[http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users | mailing list]
available for discussing fossil issues.
* [./stats.wiki | Performance statistics] taken from real-world projects
hosted on fossil.
* Some (unfinished but expanding) extended
[./reference.wiki | reference documentation] for the fossil command line.
<h3>Developer Links:</h3>
* [./pop.wiki | Principles Of Operation]
* The [./fileformat.wiki | file format] used by every content
file stored in the repository.
* The [./delta_format.wiki | format of deltas] used to
efficiently store changes between file revisions.
* The [./delta_encoder_algorithm.wiki | encoder algorithm] used to
efficiently generate deltas.
* The [./sync.wiki | synchronization protocol].