From 2e3fdda6da75a6950cf5586118ed43b02804887f Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 12 Jun 2012 07:44:44 +0000 Subject: [PATCH] + improved man page --- src/man/kiwix.1 | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/man/kiwix.1 b/src/man/kiwix.1 index c72d98c..719ba7a 100644 --- a/src/man/kiwix.1 +++ b/src/man/kiwix.1 @@ -1,8 +1,8 @@ -.TH KIWIX 1 "21 May 2012" +.TH KIWIX 1 "12 June 2012" .SH NAME Kiwix \- Offline ZIM file reader .SH SYNOPSIS -.B kiwix [-jsconsole] +.B kiwix [-jsconsole] [-articleByUrl] [-articleByTitle] [FILE] .SH DESCRIPTION .PP Kiwix is an offline content reader for the ZIM format. @@ -14,17 +14,23 @@ Most popular ZIM includes Wikipedia and Wikileaks. .TP \fB\-jsconsole\fR Enable the Javascript Debug console (Xulrunner) +.TP +\fB\-articleByUrl url\fR +Open a specific article by url. FILE must be given. +.TP +\fB\-articleByTitle title\fR +Open a specific article by title. FILE must be given. .PP Features: * Pure ZIM file reader - * Case and diacritics insensitve full text search engine + * Full text search engine * Bookmarks & Notes * ZIM base HTTP server * PDF/HTML export - * Localized + * Localized in 80+ languages * Search suggestions - * ZIM file Index capacity + * ZIM file indexing capacity * Tabs navigation * Content manager @@ -33,6 +39,9 @@ kiwix-index(1) kiwix-install(1) kiwix-serve(1) .br kiwix-compact(1) kiwix-manage(1) +.SH TROUBLESHOOTING +See http://reportabug.kiwix.org for more details on how to report bugs in Kiwix. + .SH AUTHORS Emmanuel Engelhart Guillaume Duhamel @@ -40,4 +49,4 @@ kiwix-compact(1) kiwix-manage(1) Renaud Gaudin Wilfredo Rodriguez .br -Vasudev Kamath (Manual) \ No newline at end of file + Vasudev Kamath (Manual)