aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2017-04-22 14:38:39 +0200
committerHiltjo Posthuma <[email protected]>2017-04-22 14:38:39 +0200
commit8eabe24bdda7003453bbd034d82ebc479e2c76bc (patch)
tree3a968df4c65442d205fc504868cd5c445709929b /stagit-index.1
parente9e7978381a2b3567902420d5ea1539d3c695b31 (diff)
downloadstagit-8eabe24bdda7003453bbd034d82ebc479e2c76bc.tar.gz
stagit-8eabe24bdda7003453bbd034d82ebc479e2c76bc.zip
improve documentation
- add example to README to extract gitweb.owner from a git config. this is used in gitweb and some cgit configurations. - fix (new) mandoc warnings (new sentence on each line). - improve some texts in the man pages, sort / structure some list items.
Diffstat (limited to 'stagit-index.1')
-rw-r--r--stagit-index.113
1 files changed, 7 insertions, 6 deletions
diff --git a/stagit-index.1 b/stagit-index.1
index 929b181..b4787a8 100644
--- a/stagit-index.1
+++ b/stagit-index.1
@@ -10,13 +10,14 @@
.Sh DESCRIPTION
.Nm
will create an index HTML page for the repositories specified and writes
-the HTML data to stdout. The repos in the index are in the same order as
-the arguments
+the HTML data to stdout.
+The repos in the index are in the same order as the arguments
.Ar repodir
specified.
.Pp
-The basename of the directory is used as the name. The suffix ".git" is
-removed from the basename, this is commonly used for "bare" repos.
+The basename of the directory is used as the repository name.
+The suffix ".git" is removed from the basename, this suffix is commonly used
+for "bare" repos.
.Pp
The content of the follow files specifies the meta data for each repository:
.Bl -tag -width Ds
@@ -28,10 +29,10 @@ owner of repository
.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 logo.png
+32x32 logo.
.It style.css
CSS stylesheet.
.El