aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-26 21:05:55 +0100
committerHiltjo Posthuma <[email protected]>2015-12-26 21:05:55 +0100
commit81dd454368b40eabf62fede213626d45512150a2 (patch)
tree7532265d577223de13a2f396bffa7839008f7377 /stagit-index.1
parent8c58750b636edc4ee36aff62d7c126f99b803dbb (diff)
downloadstagit-81dd454368b40eabf62fede213626d45512150a2.tar.gz
stagit-81dd454368b40eabf62fede213626d45512150a2.zip
rename urmoms to stagit, improve documentation
Diffstat (limited to 'stagit-index.1')
-rw-r--r--stagit-index.137
1 files changed, 37 insertions, 0 deletions
diff --git a/stagit-index.1 b/stagit-index.1
new file mode 100644
index 0000000..39d4049
--- /dev/null
+++ b/stagit-index.1
@@ -0,0 +1,37 @@
+.Dd December 26, 2015
+.Dt STAGIT-INDEX 1
+.Os
+.Sh NAME
+.Nm stagit-index
+.Nd static git index page generator
+.Sh SYNOPSIS
+.Nm
+.Op Ar repodir...
+.Sh DESCRIPTION
+.Nm
+will create an index HTML page for the repositories specified and writes
+the HTML data to stdout.
+.Pp
+The basename of the directory is used as the name.
+.Pp
+The content of the follow files specifies the meta data for each repository:
+.Bl -tag -width Ds
+.It .git/description or description (bare repos).
+description
+.It .git/owner or owner (bare repo).
+owner of repository
+.El
+.Pp
+For changing the style of the page you can use the following files:
+.Bl -tag -width Ds
+.It logo.png
+32x32 logo.
+.It favicon.png
+favicon image.
+.It style.css
+CSS stylesheet.
+.El
+.Sh SEE ALSO
+.Xr stagit 1
+.Sh AUTHORS
+.An Hiltjo Posthuma Aq Mt [email protected]