[MOD] Add manpages

Oops, gitignore didn't track these
This commit is contained in:
LDA 2024-08-22 14:49:38 +02:00
commit 27e0b96ecd
5 changed files with 290 additions and 0 deletions

View file

@ -0,0 +1,39 @@
." The last field is the codename, by the way.
." ALL MANPAGES FOR PARSEE ARE UNDER PUBLIC DOMAIN
.TH parsee-adminify 1 "Parsee Utility" "phantasmagoria"
.SH NAME
parsee-adminify - bootstrap an admin to a new Parsee server
.SH SYNOPSIS
parsee-adminify
.B [DB path]
.B [user]
.SH DESCRIPTION
.I parsee-adminify
is a tool to add/list the Parsee administrator list. It currently only
allows you to see/add admins to it, using simplified globrules.
.SH OPTIONS
.TP
.B [DB path]
The DB directory this tool will use to manage administrators.
.TP
.B [user]
If set, adds the glob
.I [user]
as a Parsee administrator. Otherwise, lists all administrators in
the Parsee instance.
.SH BUGS
.PP
Currently not available with flat-based backends.
.SH LICENSE
Unlike Parsee,
.B parsee-adminify
is under the CC0/PD.
.SH SEE ALSO
.B parsee-config(1), parsee-aya(1), parsee(1)