diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 256cd321..3cff2b5c 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.17 2006-09-15 16:50:44 dockes Exp $
+ $Id: usermanual.sgml,v 1.18 2006-09-23 13:09:09 dockes Exp $This document introduces full text search notions
@@ -915,14 +915,77 @@
the versions which are used.After extracting the tar file, you can proceed with
- installation as
- if you had built the package from source.
+ installation as
+ if you had built the package from source (that is, just type
+ make install). The binary trees are built for
+ installation to /usr/local.
+
+ You may then need to install external applications to process
+ some file types that you want indexed (ie: acrobat,
+ postscript ...). See next section.
+
+ Finally, you may want to have a look at the configuration section.
- The binary trees are built for installation to
- /usr/local.
+
+ 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.
+
+
+ MS Excel and PowerPoint:
+
+ catdoc.
+
+
+
+ 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.
+
@@ -1027,71 +1090,11 @@
be found.
You can then proceed to configuration.
+ linkend="rcl.install.config">configuration.
-
-
-
- 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.
-
-
- MS Excel and PowerPoint:
-
- catdoc.
-
-
-
- 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.
-
-
Configuration overview