]> git.armaanb.net Git - stagit.git/blob - stagit-index.1
stagit-index: clarify order of the list
[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. The repos in the index are in the same order as
14 the arguments
15 .Ar repodir
16 specified.
17 .Pp
18 The basename of the directory is used as the name. The suffix ".git" is
19 removed from the basename, this is commonly used for "bare" repos.
20 .Pp
21 The content of the follow files specifies the meta data for each repository:
22 .Bl -tag -width Ds
23 .It .git/description or description (bare repos).
24 description
25 .It .git/owner or owner (bare repo).
26 owner of repository
27 .El
28 .Pp
29 For changing the style of the page you can use the following files:
30 .Bl -tag -width Ds
31 .It logo.png
32 32x32 logo.
33 .It favicon.png
34 favicon image.
35 .It style.css
36 CSS stylesheet.
37 .El
38 .Sh SEE ALSO
39 .Xr stagit 1
40 .Sh AUTHORS
41 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org