stagit

git site generator
Contents

some README tweaks and rewording, reordering

Hiltjo Posthuma hiltjo@codemadness.org

commit: aa853d1 parent: 9b4be48
1 files changed, 9 insertions(+), 7 deletions(-)
MREADME+9-7
M · README +9, -7
 1@@ -1,7 +1,9 @@
 2 stagit
 3-======
 4+------
 5
 6-static git page generator
 7+static git page
generator.
 8+
 9+It generates static
HTML pages for a git repository.
10
11
12 Usage
13@@ -17,8 +19,8 @@ Make index file for repositories:
14 $ stagit-index repodir1 repodir2 repodir3 >
index.html
15
16
17-Install
18--------
19+Build and install
20+-----------------
21
22 $ make
23 # make install
24@@ -27,10 +29,10 @@ $ make
25 Dependencies
26 ------------
27
28-- libgit2 (v0.22+).
29-- libc (tested with
OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl).
30 - C compiler (C99).
31-- make
32+- libc (tested with
OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl).
33+- libgit2 (v0.22+).
34+- POSIX make
(optional).
35
36
37 Documentation