]> git.armaanb.net Git - stagit.git/blob - stagit-index.1
rename urmoms to stagit, improve documentation
[stagit.git] / stagit-index.1
1 .Dd December 26, 2015
2 .Dt STAGIT-INDEX 1
3 .Os
4 .Sh NAME
5 .Nm stagit-index
6 .Nd static git index page generator
7 .Sh SYNOPSIS
8 .Nm
9 .Op Ar repodir...
10 .Sh DESCRIPTION
11 .Nm
12 will create an index HTML page for the repositories specified and writes
13 the HTML data to stdout.
14 .Pp
15 The basename of the directory is used as the name.
16 .Pp
17 The content of the follow files specifies the meta data for each repository:
18 .Bl -tag -width Ds
19 .It .git/description or description (bare repos).
20 description
21 .It .git/owner or owner (bare repo).
22 owner of repository
23 .El
24 .Pp
25 For changing the style of the page you can use the following files:
26 .Bl -tag -width Ds
27 .It logo.png
28 32x32 logo.
29 .It favicon.png
30 favicon image.
31 .It style.css
32 CSS stylesheet.
33 .El
34 .Sh SEE ALSO
35 .Xr stagit 1
36 .Sh AUTHORS
37 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org