diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 6cd26572..9ac87968 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -2580,7 +2580,16 @@ while query.next >= 0 and query.next < nres: directory. A list of common file types which need external - commands: + commands follows. Many of the filters need the + iconv command, which is not always listed as a + dependancy. + + As of &RCL; release 1.14, a number of XML-based formats that + were handled by ad hoc filter code now use + xsltproc, which usually comes with + libxslt. These + are: abiword, fb2 (ebooks), kword, openoffice, svg. @@ -2607,6 +2616,10 @@ while query.next >= 0 and query.next < nres: catdoc. + MS Open XML (docx): needs + xsltproc. + + Wordperfect files: libwpd. @@ -2645,12 +2658,18 @@ while query.next >= 0 and query.next < nres: id3info command from the id3lib package to extract tag information. Without it, only the file names will - be indexed. + be indexed. Some gcc versions after 4.4 may have trouble + compiling id3lib. You can find a + workaround here. - flac files need metaflac. + + flac files need metaflac (standard flac tools). - ogg files need ogginfo. + + ogg files need ogginfo (vorbis tools). + Pictures: &RCL; uses the @@ -2669,17 +2688,21 @@ while query.next >= 0 and query.next < nres: url="http://www.jedrea.com/chmlib/">chmlib). - ics: iCalendar files need Python. + ics: up to &RCL; 1.13, iCalendar files need Python + and the icalendar module. For newer + versions, icalendar is not needed + zip: Zip archives need Python (and the standard - zipfile module). + zipfile module). Text, HTML, mail folders, Openoffice and Scribus files are processed internally. Lyx is used to index Lyx files. Many - filters need sed and awk. + filters need iconv and the standard + sed and awk.