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"
.SH NAME
kiwix-index \- Kiwix ZIM Indexer
kiwix\-index \- Kiwix ZIM Indexer
.SH 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
.PP
Generates a xapian or clucene full-text index for a ZIM file.
@ -18,12 +18,12 @@ ZIM file path to index.
.TP
\fBINDEX_PATH\fR
Path to save the full-text index to.
Path to save the full\-text index to.
.SH SEE ALSO
kiwix-compact(1) kiwix-manage(1) kiwix-serve(1)
kiwix\-compact(1) kiwix\-manage(1) kiwix\-serve(1)
.br
kiwix(1) kiwix-install(1)
kiwix(1) kiwix\-install(1)
.SH AUTHOR
Emmanuel Engelhart <kelson@kiwix.org>

@ -1,14 +1,14 @@
.TH KIWIX 1 "21 May 2012"
.SH NAME
kiwix-install \- Kiwix ZIM Installer
kiwix\-install \- Kiwix ZIM Installer
.SH 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
.PP
Creates a standalone Kiwix + data hierarchy.
.br
If specified, also create a full-text index.
If specified, also create a full\-text index.
.TP
\fB\-\-verbose\fR
@ -33,7 +33,7 @@ Path to the kiwix/ folder.
The path must contain the kiwix standalone binary.
.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
Emmanuel Engelhart <kelson@kiwix.org>
.br

@ -1,21 +1,21 @@
.TH KIWIX 1 "21 May 2012"
.SH NAME
kiwix-manage \- Kiwix Library Manager
kiwix\-manage \- Kiwix Library Manager
.SH SYNOPSIS
.IX Header SYNOPSIS
.B kiwix-manage
.B kiwix\-manage
.br
kiwix-manage LIBRARY_PATH add ZIM_PATH ...
kiwix\-manage LIBRARY_PATH add ZIM_PATH ...
.br
kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ...
.br
kiwix-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
kiwix\-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
.SH DESCRIPTION
.SS kiwix\-manage
.PP
\fBkiwix\-manage\fP Tool for managing a kiwix library.
.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,
description, indexpath, filepath, title, source/metalink etc.
.
@ -52,10 +52,10 @@ Path to full-text index for that ZIM file.
.TP
\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
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
Emmanuel Engelhart <kelson@kiwix.org>
.br

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

Loading…
Cancel
Save