blob: 9217f00fd7baf3daacfef01ef820635b14131c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH SIMPLEWIKI 1 "NOVEMBER 2023" Linux "User Manuals"
.SH NAME
simplewiki \- a minimal and composable wiki system
.SH SYNOPSIS
.B simplewiki
.I bare-git-repo otuput-directory
.SH DESCRIPTION
.B simplewiki
renders the contents of the git repository at
.I bare-git-repo
to HTML, storing the results in
.I output-diretory.
Note that
.I bare-git-repo
should point to the actual directory and not the working tree.
.I output-directory
is created if it does not exists.
.SH AUTHOR
Linus <linus (at) linus dot onl>
.SH "SEE ALSO"
.BR git (1)
|