1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
-
+
-
+
|
<title>The Fossil Web Interface</title>
One of the innovative features of Fossil is its built-in web interface.
This web interface provides everything you need to run a software
development project:
* [./bugtheory.wiki | Ticketing and bug tracking]
* [./wikitheory.wiki | Wiki]
* [./embeddeddoc.wiki | On-line documentation]
* Status information
* Timelines
* Graphs of revision and branching history
* [./event.wiki | Blogs, News, and Announcements]
* [./event.wiki | Technical notes]
* File and version lists and differences
* Download historical versions as ZIP archives
* Historical change data
* Add and remove tags on checkins
* Move checkins between branches
* Revise checkin comments
* Manage user credentials and access permissions
* And so forth...
* And so forth... (some [./webpage-ex.md|examples])
You get all of this, and more, for free when you use Fossil.
There are no extra programs to install or setup.
Everything you need is already pre-configured and built into the
self-contained, stand-alone Fossil executable.
As an example of how useful this web interface can be,
|