1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<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 | Technical notes]
* File and version lists and differences
* Download historical versions as ZIP archives
* Historical change data
* Add and remove tags on check-ins
* Move check-ins between branches
* Revise check-in comments
* Manage user credentials and access permissions
|
|
>
>
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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]
* [./event.wiki | Technical notes]
* Timelines
* Full text search over all of the above
* Status information
* Graphs of revision and branching history
* File and version lists and differences
* Download historical versions as ZIP archives
* Historical change data
* Add and remove tags on check-ins
* Move check-ins between branches
* Revise check-in comments
* Manage user credentials and access permissions
|