Web-Page Examples
=================
Here are a few examples of the many web pages supported
by Fossil. This is not an exhaustive list.
Explore hyperlinks to see more.
<style>
.exbtn {
border: 1px solid #000;
margin: 1ex;
border-radius: 1ex;
padding: 0 1ex;
background-color: #eee;
}
</style>
* <a target='_blank' class='exbtn'
href='../../../timeline?y=ci&n=100'>Example</a>
100 most recent check-ins.
* <a target='_blank' class='exbtn'
href='../../../finfo?name=src/file.c'>Example</a>
All changes to the <b>src/file.c</b> source file.
* <a target='_blank' class='exbtn'
href='../../../timeline?n=200&uf=0c3c2d086a'>Example</a>
All check-ins using a particular version of the <b>src/file.c</b>
source file.
* <a target='_blank' class='exbtn'
href='../../../timeline?n=11&y=ci&c=2014-01-01'>Example</a>
Check-ins proximate to an historical point in time (2014-01-01).
* <a target='_blank' class='exbtn'
href='../../../timeline?n=11&y=ci&c=2014-01-01&v=1'>Example</a>
The previous augmented with file changes.
* <a target='_blank' class='exbtn'
href='../../../timeline?n=25&y=ci&a=1970-01-01'>Example</a>
First 25 check-ins after 1970-01-01. (The first 25 check-ins of
the project.)
* <a target='_blank' class='exbtn'
href='../../../timeline?n=200&r=svn-import'>Example</a>
All check-ins of the "svn-import" branch together with check-ins
that merge with that branch.
* <a target='_blank' class='exbtn'
href='../../../timeline?n=200&t=svn-import'>Example</a>
All check-ins of the "svn-import" branch only.
* <a target='_blank' class='exbtn'
href='../../../timeline?n=100&y=ci&ubg'>Example</a>
100 most recent check-ins color coded by committer.
* <a target='_blank' class='exbtn'
href='../../../timeline?from=version-1.27&to=version-1.28'>Example</a>
All check-ins on the most direct path from
version-1.27 to version-1.28
(Hint: In any graph above, click the square node boxes
for two check-ins or files to see a diff.)
* <a target='_blank' class='exbtn'
href='../../../tree?ci=daff9d20621&type=tree'>Example</a>
All files for a particular check-in (daff9d20621480)
* <a target='_blank' class='exbtn'
href='../../../tree?ci=trunk&type=tree&mtime=1'>Example</a>
All files for the latest check-in on a branch (trunk) sorted by
last modification time.
* <a target='_blank' class='exbtn'
href='../../../fileage?ci=svn-import'>Example</a>
Age of all files in the latest checking for branch "svn-import".
last modification time.
* <a target='_blank' class='exbtn'
href='../../../brlist'>Example</a>
Table of branches. (Click on column headers to sort.)
* <a target='_blank' class='exbtn'
href='../../../stat'>Example</a>
Overall repository status.
* <a target='_blank' class='exbtn'
href='../../../reports?view=byfile'>Example</a>
Number of check-ins for each source file.
(Click on column headers to sort.)
* <a target='_blank' class='exbtn'
href='../../../blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'>
Example</a>
Most recent change to each line of a particular source file in a
particular check-in.
* <a target='_blank' class='exbtn'
href='../../../taglist'>Example</a>
List of tags on check-ins.