Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 4236b46d rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Base files for man pages generation

parent 81208d0b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!69Resolve "Man pages"
Ce commit fait partie de la requête de fusion !69. Les commentaires créés ici seront créés dans le contexte de cette requête de fusion.
doc/footer 0 → 100644
.SH "AUTHOR AND AVAILABILITY"
Lektor is a karaoke player for POSIX compliant systems (i.e. not MS-Windows)
writen initially in C. Some may call it Lektor mk 7. It was writen by Hubert
\'Taiite' HIRTZ, Maël 'Kubat' MARTIN and Louis 'Elliu' GOYARD.
.PP
The up\-to\-date source code is available via Git from Gitlab\&. See
\fBhttps://git\&.iiens\&.net/martin2018/lektor\fP
.fi
.SH "RELATED SITES AND THE LEKTOR FAQ"
Just see one of the dev from lektor or a bakateux if you have some questions
about lektor.
.PP
.PD 0
.TP
\fBhttps://kurisu.iiens.net\fP The depo site for the karaoke base
.TP
\fBhttps://manga.iiens.net\fP The home website for the Bakaclub
.PD
.SH "FILES"
.PD 0
.TP
\fB$HOME/.config/lektor/lektor.ini\fP general config file for the user
.TP
\fB/home/kara/\fP default prefix for the bakabase
.TP
\fB/home/kara/kara.db\fP default sqlite3 base for the bakabase
.PD
.SH "SEE ALSO"
\fIlektor\fP(1),
\fIlektord\fP(1),
\fIlktadm\fP(1),
\fIlkt\fP(1),
\fImpc\fP(1),
\fImpd\fP(1),
\fImeson\fP(1)
.PP
\fBIEEE Standard for information Technology \-
Portable Operating System Interface (POSIX)\fP
doc/header 0 → 100644
.TH "___PAGE___" "1" "___DATE___" "LEKTOR MK 7"
doc/lektor.1 0 → 100644
.SH "NAME"
lektord \- the lektor daemon
.SH "OVERVIEW"
The lektord is only the lektor's daemon. It may need other scripts and/or
external programs to work correctly.
.PP
You may be interested in other related programs like:
.PP
.PD 0
.TP
\fIlktadm\fP Administration of lektor from a separate executable
.TP
\fIlkt\fP A standard client for lektord
.PD
.SH "DESCRIPTION"
.TH "LEKTORD" "1" "February 12, 2020" "lektord 0\&.1\&.0"
.SH "NAME"
lektord \- the lektor daemon
.SH "OVERVIEW"
......@@ -18,26 +17,6 @@ You may be interested in other related programs like:
Lektor allows one to interactivelly and remotly interact with the player. The
lektor daemon is mpd compatible, even if some functionnalities may differ.
You can almost use \fBmpc\fP with lektord.
.SH "AUTHOR"
Lektor is a karaoke player for POSIX compliant systems (i.e. not MS-Windows)
writen initially in C. Some may call it Lektor mk 7. It was writen by Hubert
\'Taiite' HIRTZ, Maël 'Kubat' MARTIN and Louis 'Elliu' GOYARD.
.SH "AVAILABILITY"
I don't know what to do in this section.
.PP
The up\-to\-date source code is available via Git from Gitlab\&. See
\fBhttps://git\&.iiens\&.net/martin2018/lektor\fP
.fi
.SH "THE LEKTOR FAQ"
Just see one of the dev from lektor or a bakateux.
.SH "RELATED SITES"
.PP
.PD 0
.TP
\fBhttps://kurisu.iiens.net\fP The depo site for the karaoke base
.TP
\fBhttps://manga.iiens.net\fP The home website for the Bakaclub
.PD
.SH "INSTALLATION"
You may install lektor from source like this:
.sp
......@@ -129,20 +108,3 @@ The supported types in lektor are: \fBOP\fP, \fBED\fP, \fBIS\fP, \fBAMV\fP,
.SH "SUPPORTED CATEGORIES"
The supported categories in lektor are: \fBvo\fP, \fBva\fP, \fBcdg\fP,
\fBamv\fP, \fBvocaloid\fP and \fBautres\fP.
.SH "FILES"
.PD 0
.TP
\fB$HOME/.config/lektor/lektor.ini\fP general config file for the user
.TP
\fB/home/kara/\fP default prefix for the bakabase
.TP
\fB/home/kara/kara.db\fP default sqlite3 base for the bakabase
.PD
.SH "SEE ALSO"
\fIlktadm\fP(1),
\fIlkt\fP(1),
\fImpc\fP(1),
\fImpd\fP(1)
.PP
\fBIEEE Standard for information Technology \-
Portable Operating System Interface (POSIX)\fP
doc/lkt.1 0 → 100644
doc/lktadm.1 0 → 100644
......@@ -143,6 +143,9 @@ man_sh = find_program('scripts/man.sh')
man_header = run_command('realpath', 'doc/header').stdout().strip()
man_footer = run_command('realpath', 'doc/footer').stdout().strip()
man_files = [ [ 'lektord', '1' ]
, [ 'lektor', '1' ]
, [ 'lktadm', '1' ]
, [ 'lkt', '1' ]
]
foreach man: man_files
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter