From a2509fa445b57ef51d63e303b8d51fc11c57f32e Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 5 Apr 2006 13:30:00 +0000 Subject: [PATCH] small fixes --- src/doc/user/usermanual.sgml | 113 ++++++++++++++++++----------------- 1 file changed, 58 insertions(+), 55 deletions(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index a573fd52..04b57d70 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -24,7 +24,7 @@ Dockes - $Id: usermanual.sgml,v 1.9 2006-04-04 12:37:51 dockes Exp $ + $Id: usermanual.sgml,v 1.10 2006-04-05 13:30:00 dockes Exp $ This document introduces full text search notions @@ -53,7 +53,7 @@ restrict the indexed area. Also be aware that you will need to install the - appropriate + appropriate supporting applications for document types that need them (for example antiword for ms-word files). @@ -564,59 +564,6 @@ is part of libc and you should not need to do anything special. - - External file types - - &RCL; uses external applications - to index some file types. You need to install them for the - file types that you wish to have indexed (these are run-time - dependencies. None is needed for building &RCL;): - - - - - PDF: pdftotext is part of the Xpdf package. - - - Postscript: - pstotext. - - - MS Word: - antiword. - - - - RTF: unrtf - - - - - dvi: dvips - - - - djvu: - DjVuLibre - - - - MP3: &RCL; will use the - id3info command from the id3lib package to - extract tag information. Without it, only the filenames will - be indexed. - - - - Text, Html, mail folders and Openoffice files are - processed internally. - Building @@ -721,6 +668,62 @@ linkend="rcl.install.building.install">installation as if you had built the package from source. + + + + + + + Packages needed for external file types + + &RCL; uses external applications + to index some file types. You need to install them for the + file types that you wish to have indexed (these are run-time + dependencies. None is needed for building &RCL;): + + + + PDF: pdftotext is part of the Xpdf package. + + + Postscript: + pstotext. + + + MS Word: + antiword. + + + + RTF: unrtf + + + + + dvi: dvips + + + + djvu: + DjVuLibre + + + + MP3: &RCL; will use the + id3info command from the id3lib package to + extract tag information. Without it, only the filenames will + be indexed. + + + + Text, Html, mail folders and Openoffice files are + processed internally.