| | @@ -4,15 +4,17 @@ |
| 4 | 4 | Fossil is a new |
| 5 | 5 | <a href="http://en.wikipedia.org/wiki/Revision_control"> |
| 6 | 6 | distributed software revision control system</a> that includes an integrated |
| 7 | 7 | <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a> and an integrated |
| 8 | 8 | <a href="http://en.wikipedia.org/wiki/Bugtracker"> |
| 9 | | -bug-tracking system</a> all into a single easy-to-use stand-alone |
| 9 | +bug-tracking system</a> all in a single easy-to-use stand-alone |
| 10 | 10 | executable. |
| 11 | | -(NB: The bug-tracker component is still not completely functional...) |
| 11 | +(NB: The bug-tracker component is still not completely functional yet, but |
| 12 | +we expect it to be available soon.) |
| 12 | 13 | Fossil is |
| 13 | | -<a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> on |
| 14 | +<a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> |
| 15 | +since 2007-07-21 on |
| 14 | 16 | <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. |
| 15 | 17 | You can download the lastest sources |
| 16 | 18 | compile it yourself using the instructions below. |
| 17 | 19 | Or you can grab |
| 18 | 20 | <a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>. |
| | @@ -79,31 +81,37 @@ |
| 79 | 81 | <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">Web 2.0</a>. |
| 80 | 82 | Fossil attempts to better capture "collective intelligence" and |
| 81 | 83 | "the wisdom of crowds" by opening up write access to the masses.</li> |
| 82 | 84 | </ul> |
| 83 | 85 | |
| 84 | | -<p>Other Links:</p> |
| 86 | +<p>User Links:</p> |
| 85 | 87 | |
| 86 | 88 | <ul> |
| 87 | 89 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> |
| 88 | 90 | <li><a href="build.wiki">Building And Installing</a></li> |
| 89 | 91 | <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil |
| 90 | | -<li><a href="pop.wiki">Principles Of Operation</a></li> |
| 91 | 92 | <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism |
| 92 | 93 | helps insure project integrity.</li> |
| 94 | +<li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 95 | + fossil wiki</a>, capable of hosting static pages and community-editable wiki |
| 96 | + content.</li> |
| 97 | +<li>There is a |
| 98 | + <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users"> |
| 99 | + mailing list</a> available for discussing fossil issues.</li> |
| 100 | +</ul> |
| 101 | + |
| 102 | +<p>Developer Links: </p> |
| 103 | + |
| 104 | +<ul> |
| 105 | +<li><a href="pop.wiki">Principles Of Operation</a></li> |
| 93 | 106 | <li>The <a href="fileformat.wiki">file format</a> used by every content |
| 94 | 107 | file stored in the repository.</li> |
| 95 | 108 | <li>The <a href="delta_format.wiki">format of deltas</a> used to |
| 96 | 109 | efficiently store changes between file revisions.</li> |
| 97 | 110 | <li>The <a href="delta_encoder_algorithm.wiki">encoder algorithm</a> used to |
| 98 | 111 | efficiently generate deltas.</li> |
| 99 | 112 | <li>The <a href="sync.wiki">synchronization protocol</a>.</li> |
| 100 | | -<li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users"> |
| 101 | | - mailing list</a> available for discussing fossil issues.</li> |
| 102 | | -<li>The <a href="http://www.fossil-scm.org/fossil/wiki">self-hosting |
| 103 | | - fossil wiki</a>, capable of hosting static pages and community-editable wiki |
| 104 | | - content.</li> |
| 105 | 113 | </ul> |
| 106 | 114 | |
| 107 | 115 | <p>Competing Projects:</p> |
| 108 | 116 | |
| 109 | 117 | <ul> |
| 110 | 118 | |