30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
As an example of how useful this web interface can be,
the entire [./index.wiki | Fossil website],
including the document you are now reading,
is rendered using the Fossil web interface, with no enhancements,
and little customization.
<p class="indent">
<b>Key point:</b> <i>The Fossil website is just a running instance
of Fossil!
</p>
Note also that because Fossil is a distributed system, you can run
the web interface on your local machine while off network (for example,
while on an airplane) including
making changes to wiki pages and/or trouble ticket, then synchronize with your
co-workers after you reconnect. When you clone a Fossil repository, you
don't just get the project source code, you get the entire project
|
|
|
|
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
As an example of how useful this web interface can be,
the entire [./index.wiki | Fossil website],
including the document you are now reading,
is rendered using the Fossil web interface, with no enhancements,
and little customization.
<div class="indent">
<b>Key point:</b> <i>The Fossil website is just a running instance
of Fossil!
</div>
Note also that because Fossil is a distributed system, you can run
the web interface on your local machine while off network (for example,
while on an airplane) including
making changes to wiki pages and/or trouble ticket, then synchronize with your
co-workers after you reconnect. When you clone a Fossil repository, you
don't just get the project source code, you get the entire project
|