diff --git a/src/man/fr/kiwix-compact.1 b/src/man/fr/kiwix-compact.1 deleted file mode 100644 index ce1475a..0000000 --- a/src/man/fr/kiwix-compact.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH KIWIX 1 "21 May 2012" -.SH NAME -kiwix-compact \- Compacteur d'index pour fichier ZIM -.SH SYNOPSIS -.IX Header SYNOPSIS -kiwix-compact INDEX_PATH -.SH DESCRIPTION -.PP -Compacte les fichiers d'index des ZIM à l'aide de xapian-compact. - -.TP -\fBINDEX_PATH\fR -Chemin de l'index plein texte à compacter. - -.SH SEE ALSO -kiwix(1) kiwix-index(1) kiwix-manage(1) xapian-compact(1) -.br -kiwix-install(1) kiwix-serve(1) - -.SH AUTHOR -Emmanuel Engelhart -.br -Vasudev Kamath (Manual) \ No newline at end of file diff --git a/src/man/fr/kiwix-index.1 b/src/man/fr/kiwix-index.1 deleted file mode 100644 index a40edff..0000000 --- a/src/man/fr/kiwix-index.1 +++ /dev/null @@ -1,31 +0,0 @@ -.TH KIWIX 1 "21 May 2012" -.SH NAME -kiwix\-index \- Indexeur de fichiers ZIM -.SH SYNOPSIS -.IX Header SYNOPSIS -kiwix\-index [\-\-backend|\-b=xapian|clucene] ZIM_PATH INDEX_PATH -.SH DESCRIPTION -.PP -Génère un index plein texte xapian ou cLucene pour un fichier ZIM. - -.TP -\fB\-\-backend=xapian|clucene\fR -Séléctionne un moteur d'indexation. - -.TP -\fBZIM_PATH\fR -Chemin du fichier ZIM à indexer. - -.TP -\fBINDEX_PATH\fR -Chemin où enregistrer l'index plein texte. - -.SH SEE ALSO -kiwix\-compact(1) kiwix\-manage(1) kiwix\-serve(1) -.br -kiwix(1) kiwix\-install(1) - -.SH AUTHOR -Emmanuel Engelhart -.br -Vasudev Kamath (Manual) \ No newline at end of file diff --git a/src/man/fr/kiwix-install.1 b/src/man/fr/kiwix-install.1 index ce52986..ae3a4c4 100644 --- a/src/man/fr/kiwix-install.1 +++ b/src/man/fr/kiwix-install.1 @@ -33,8 +33,8 @@ Chemin d'accès dossier kiwix/. Le chemin doit contenit le binaire statique de Kiwix. .SH SEE ALSO -kiwix(1) kiwix\-index(1) kiwix\-serve(1) kiwix\-compact(1) kiwix\-manage(1) +kiwix(1) kiwix\-serve(1) kiwix\-manage(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/fr/kiwix-manage.1 b/src/man/fr/kiwix-manage.1 index 577bae8..eb5d947 100644 --- a/src/man/fr/kiwix-manage.1 +++ b/src/man/fr/kiwix-manage.1 @@ -57,8 +57,8 @@ Chemin vers l'index plein texte correspondant au fichier ZIM. Définit l'adresse URL corresponsant au fichier ZIM pour pouvoir être téléchargé depuis Kiwix. .SH SEE ALSO -kiwix(1) kiwix\-index(1) kiwix\-install(1) kiwix\-serve(1) kiwix\-compact(1) +kiwix(1) kiwix\-install(1) kiwix\-serve(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/fr/kiwix-serve.1 b/src/man/fr/kiwix-serve.1 index 3670de7..ffe50f6 100644 --- a/src/man/fr/kiwix-serve.1 +++ b/src/man/fr/kiwix-serve.1 @@ -52,10 +52,10 @@ Chemin vers le fichier bibliothèque de Kiwix. Le fichier bibliothèque est un fichier XML créé avec \fBkiwix-manage\fB. .SH SEE ALSO -kiwix(1) kiwix\-index(1) kiwix\-manage(1) +kiwix(1) kiwix\-manage(1) .br -kiwix\-install(1) kiwix\-compact(1) +kiwix\-install(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/fr/kiwix.1 b/src/man/fr/kiwix.1 index 9397e20..3166c9b 100644 --- a/src/man/fr/kiwix.1 +++ b/src/man/fr/kiwix.1 @@ -34,9 +34,9 @@ Fonctionnalités: * Bibliothèque de contenus intégrée .SH SEE ALSO -kiwix-index(1) kiwix-install(1) kiwix-serve(1) +kiwix\-install(1) kiwix\-serve(1) .br -kiwix-compact(1) kiwix-manage(1) +kiwix\-manage(1) .SH TROUBLESHOOTING diff --git a/src/man/fr/meson.build b/src/man/fr/meson.build index a487d99..2f32357 100644 --- a/src/man/fr/meson.build +++ b/src/man/fr/meson.build @@ -1,5 +1,4 @@ -install_man('kiwix-index.1', - 'kiwix-install.1', +install_man('kiwix-install.1', 'kiwix-manage.1', 'kiwix-serve.1', install_dir:get_option('mandir')+'/fr/man1') \ No newline at end of file diff --git a/src/man/kiwix-compact.1 b/src/man/kiwix-compact.1 deleted file mode 100644 index 04729e6..0000000 --- a/src/man/kiwix-compact.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH KIWIX 1 "21 May 2012" -.SH NAME -kiwix-compact \- ZIM index compacter -.SH SYNOPSIS -.IX Header SYNOPSIS -kiwix-compact INDEX_PATH -.SH DESCRIPTION -.PP -Compacts ZIM index files used by Kiwix using xapian-compact - -.TP -\fBINDEX_PATH\fR -Full-text index path to compact. - -.SH SEE ALSO -kiwix(1) kiwix-index(1) kiwix-manage(1) xapian-compact(1) -.br -kiwix-install(1) kiwix-serve(1) - -.SH AUTHOR -Emmanuel Engelhart -.br -Vasudev Kamath (Manual) \ No newline at end of file diff --git a/src/man/kiwix-index.1 b/src/man/kiwix-index.1 deleted file mode 100644 index c411fcb..0000000 --- a/src/man/kiwix-index.1 +++ /dev/null @@ -1,31 +0,0 @@ -.TH KIWIX 1 "21 May 2012" -.SH NAME -kiwix\-index \- Kiwix ZIM Indexer -.SH SYNOPSIS -.IX Header SYNOPSIS -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. - -.TP -\fB\-\-backend=xapian|clucene\fR -Select an indexing backend. - -.TP -\fBZIM_PATH\fR -ZIM file path to index. - -.TP -\fBINDEX_PATH\fR -Path to save the full\-text index to. - -.SH SEE ALSO -kiwix\-compact(1) kiwix\-manage(1) kiwix\-serve(1) -.br -kiwix(1) kiwix\-install(1) - -.SH AUTHOR -Emmanuel Engelhart -.br -Vasudev Kamath (Manual) \ No newline at end of file diff --git a/src/man/kiwix-install.1 b/src/man/kiwix-install.1 index f04dc12..5ba07ad 100644 --- a/src/man/kiwix-install.1 +++ b/src/man/kiwix-install.1 @@ -33,8 +33,8 @@ 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\-serve(1) kiwix\-manage(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/kiwix-manage.1 b/src/man/kiwix-manage.1 index aed3d27..3a5f315 100644 --- a/src/man/kiwix-manage.1 +++ b/src/man/kiwix-manage.1 @@ -55,8 +55,8 @@ Path to full-text index for that ZIM file. Set 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\-install(1) kiwix\-serve(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/kiwix-serve.1 b/src/man/kiwix-serve.1 index 3dfe9fa..e14aeae 100644 --- a/src/man/kiwix-serve.1 +++ b/src/man/kiwix-serve.1 @@ -13,7 +13,7 @@ Stand\-alone HTTP server for serving ZIM content over the network. .TP \fB\-\-index=INDEX_PATH\fR -Path to index folder created using \fBkiwix-index\fB. +Path to index folder created using \fBkiwix-install\fB. .TP \fB\-\-port=PORT\fR @@ -52,10 +52,10 @@ 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\-manage(1) .br -kiwix\-install(1) kiwix\-compact(1) +kiwix\-install(1) .SH AUTHOR Emmanuel Engelhart .br -Vasudev Kamath (Manual) \ No newline at end of file +Vasudev Kamath (Manual) diff --git a/src/man/meson.build b/src/man/meson.build index bfa7099..8682c2b 100644 --- a/src/man/meson.build +++ b/src/man/meson.build @@ -1,5 +1,4 @@ -install_man('kiwix-index.1', - 'kiwix-install.1', +install_man('kiwix-install.1', 'kiwix-manage.1', 'kiwix-serve.1') subdir('fr')