From b941775d33403a6224bee9b14b789bcad7b167c5 Mon Sep 17 00:00:00 2001 From: reg_ Date: Mon, 21 May 2012 17:31:42 +0000 Subject: [PATCH] progress on deb recipe --- src/Makefile.am.alt | 2 +- src/man/kiwix-compact.1 | 11 +++++++++++ src/man/kiwix-serve.1 | 11 +++++++++++ src/man/kiwix.1 | 29 +++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 src/man/kiwix-compact.1 create mode 100644 src/man/kiwix-serve.1 create mode 100644 src/man/kiwix.1 diff --git a/src/Makefile.am.alt b/src/Makefile.am.alt index 9d4e724..994dddd 100644 --- a/src/Makefile.am.alt +++ b/src/Makefile.am.alt @@ -1,4 +1,4 @@ -SUBDIRS = zimlib ctpp2 pugixml +SUBDIRS = man zimlib ctpp2 pugixml if WITH_COMPONENTS SUBDIRS += components diff --git a/src/man/kiwix-compact.1 b/src/man/kiwix-compact.1 new file mode 100644 index 0000000..7526bb8 --- /dev/null +++ b/src/man/kiwix-compact.1 @@ -0,0 +1,11 @@ +.TH kiwix-compact 1 "21 May 2012" "0.1" "ZIM index compacter" +.SH NAME +kiwix-compact \- ZIM index compacter +.SH SYNOPSIS +.B kiwix-compact +.SH DESCRIPTION +Compacts ZIM files used by Kiwix using xapian-compact +.SH SEE ALSO +kiwix(1) kiwix-serve(1) xapian-compact(1) +.SH AUTHOR +Emmanuel Engelhart \ No newline at end of file diff --git a/src/man/kiwix-serve.1 b/src/man/kiwix-serve.1 new file mode 100644 index 0000000..9554af4 --- /dev/null +++ b/src/man/kiwix-serve.1 @@ -0,0 +1,11 @@ +.TH kiwix-serve 1 "21 May 2012" "0.1" "Kiwix HTTP Server" +.SH NAME +kiwix-serve \- Kiwix HTTP Server +.SH SYNOPSIS +.B kiwix-serve +.SH DESCRIPTION +Serves a ZIM file or a Kiwix library over HTTP for in-browser access. +.SH SEE ALSO +kiwix(1) +.SH AUTHOR +Emmanuel Engelhart \ No newline at end of file diff --git a/src/man/kiwix.1 b/src/man/kiwix.1 new file mode 100644 index 0000000..2289813 --- /dev/null +++ b/src/man/kiwix.1 @@ -0,0 +1,29 @@ +.TH kiwix 1 "21 May 2012" "0.9" "ZIM reader" +.SH NAME +Kiwix \- Offline ZIM file reader +.SH SYNOPSIS +.B kiwix +.SH DESCRIPTION +Kiwix allows you to read and search through offline content +as they were online on the Web. Similar to a browser, Kiwix works with +the highly compressed ZIM file format. +.PP +Features: + * Pure ZIM file reader + * Case and diacritics insensitve full text search engine + * Bookmarks & Notes + * ZIM base HTTP server + * PDF/HTML export + * Localized + * Search suggestions + * ZIM file Index capacity + * Tabs navigation + * Content manager +.SH SEE ALSO +kiwix-serve(1) +.SH AUTHORS + Emmanuel Engelhart + Guillaume Duhamel + Fabien Coullon + Renaud Gaudin + Wilfredo Rodriguez \ No newline at end of file