fixed manpages for lintian

pull/9/head
reg_ 14 years ago
parent 6650db6859
commit 413a6eef3c

@ -1,9 +1,9 @@
.TH KIWIX 1 "21 May 2012" .TH KIWIX 1 "21 May 2012"
.SH NAME .SH NAME
kiwix-index \- Kiwix ZIM Indexer kiwix\-index \- Kiwix ZIM Indexer
.SH SYNOPSIS .SH SYNOPSIS
.IX Header SYNOPSIS .IX Header SYNOPSIS
kiwix-index [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH kiwix\-index [\-\-backend|\-b=xapian|clucene] ZIM_PATH INDEX_PATH
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
Generates a xapian or clucene full-text index for a ZIM file. Generates a xapian or clucene full-text index for a ZIM file.
@ -18,12 +18,12 @@ ZIM file path to index.
.TP .TP
\fBINDEX_PATH\fR \fBINDEX_PATH\fR
Path to save the full-text index to. Path to save the full\-text index to.
.SH SEE ALSO .SH SEE ALSO
kiwix-compact(1) kiwix-manage(1) kiwix-serve(1) kiwix\-compact(1) kiwix\-manage(1) kiwix\-serve(1)
.br .br
kiwix(1) kiwix-install(1) kiwix(1) kiwix\-install(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>

@ -1,14 +1,14 @@
.TH KIWIX 1 "21 May 2012" .TH KIWIX 1 "21 May 2012"
.SH NAME .SH NAME
kiwix-install \- Kiwix ZIM Installer kiwix\-install \- Kiwix ZIM Installer
.SH SYNOPSIS .SH SYNOPSIS
.IX Header SYNOPSIS .IX Header SYNOPSIS
kiwix-install [--verbose|-v] [--backend|-b=xapian|clucene] [--buildIndex|-i] addcontent ZIM_PATH KIWIX_PATH kiwix\-install [\-\-verbose|-v] [\-\-backend|\-b=xapian|clucene] [\-\-buildIndex|\-i] addcontent ZIM_PATH KIWIX_PATH
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
Creates a standalone Kiwix + data hierarchy. Creates a standalone Kiwix + data hierarchy.
.br .br
If specified, also create a full-text index. If specified, also create a full\-text index.
.TP .TP
\fB\-\-verbose\fR \fB\-\-verbose\fR
@ -33,7 +33,7 @@ Path to the kiwix/ folder.
The path must contain the kiwix standalone binary. The path must contain the kiwix standalone binary.
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix-index(1) kiwix-serve(1) kiwix-compact(1) kiwix-manage(1) kiwix(1) kiwix\-index(1) kiwix\-serve(1) kiwix\-compact(1) kiwix\-manage(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>
.br .br

@ -1,21 +1,21 @@
.TH KIWIX 1 "21 May 2012" .TH KIWIX 1 "21 May 2012"
.SH NAME .SH NAME
kiwix-manage \- Kiwix Library Manager kiwix\-manage \- Kiwix Library Manager
.SH SYNOPSIS .SH SYNOPSIS
.IX Header SYNOPSIS .IX Header SYNOPSIS
.B kiwix-manage .B kiwix\-manage
.br .br
kiwix-manage LIBRARY_PATH add ZIM_PATH ... kiwix\-manage LIBRARY_PATH add ZIM_PATH ...
.br .br
kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ... kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ...
.br .br
kiwix-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2] kiwix\-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
.SH DESCRIPTION .SH DESCRIPTION
.SS kiwix\-manage .SS kiwix\-manage
.PP .PP
\fBkiwix\-manage\fP Tool for managing a kiwix library. \fBkiwix\-manage\fP Tool for managing a kiwix library.
.PP .PP
Allows to manage the content of the kiwix library. Library file is XML flat file Allows one to manage the content of the kiwix library. Library file is XML flat file
listing ZIM files with all necessary information like favicon, date, creator, listing ZIM files with all necessary information like favicon, date, creator,
description, indexpath, filepath, title, source/metalink etc. description, indexpath, filepath, title, source/metalink etc.
. .
@ -52,10 +52,10 @@ Path to full-text index for that ZIM file.
.TP .TP
\fBurl\fR \fBurl\fR
Sets the content location of the ZIM file over the network for in-kiwix download. Sets the content location of the ZIM file over the network for in\-kiwix download.
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix-index(1) kiwix-install(1) kiwix-serve(1) kiwix-compact(1) kiwix(1) kiwix\-index(1) kiwix\-install(1) kiwix\-serve(1) kiwix\-compact(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>
.br .br

@ -1,15 +1,15 @@
.TH KIWIX 1 "21 May 2012" .TH KIWIX 1 "21 May 2012"
.SH NAME .SH NAME
kiwix-serve \- Kiwix HTTP Server kiwix\-serve \- Kiwix HTTP Server
.SH SYNOPSIS .SH SYNOPSIS
.IX Header "SYNOPSIS" .IX Header "SYNOPSIS"
.br .br
kiwix-serve [--index=INDEX_PATH] [--port=PORT] [--verbose] [--daemon] [--attachToProcess=PID] ZIM_PATH kiwix\-serve [\-\-index=INDEX_PATH] [\-\-port=PORT] [\-\-verbose] [\-\-daemon] [\-\-attachToProcess=PID] ZIM_PATH
.br .br
kiwix-serve --library [--port=PORT] [--verbose] [--daemon] [--attachToProcess=PID] LIBRARY_PATH kiwix\-serve \-\-library [\-\-port=PORT] [\-\-verbose] [\-\-daemon] [\-\-attachToProcess=PID] LIBRARY_PATH
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
Stand-alone HTTP server for serving ZIM content over the network. Stand\-alone HTTP server for serving ZIM content over the network.
.TP .TP
\fB\-\-index=INDEX_PATH\fR \fB\-\-index=INDEX_PATH\fR
@ -46,9 +46,9 @@ Kiwix library file path.
Library is XML file created using \fBkiwix-manage\fB. Library is XML file created using \fBkiwix-manage\fB.
.SH SEE ALSO .SH SEE ALSO
kiwix(1) kiwix-index(1) kiwix-manage(1) kiwix(1) kiwix\-index(1) kiwix\-manage(1)
.br .br
kiwix-install(1) kiwix-compact(1) kiwix\-install(1) kiwix\-compact(1)
.SH AUTHOR .SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org> Emmanuel Engelhart <kelson@kiwix.org>
.br .br

Loading…
Cancel
Save