Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
83
   A list of common file types which need external commands follows. Many of
83
   A list of common file types which need external commands follows. Many of
84
   the filters need the iconv command, which is not always listed as a
84
   the filters need the iconv command, which is not always listed as a
85
   dependancy.
85
   dependancy.
86
86
87
   Please note that, due to the relatively dynamic nature of this
87
   Please note that, due to the relatively dynamic nature of this
88
   information, the most up to date version is now kept on the Recoll helper
88
   information, the most up to date version is now kept on
89
   applications page along with links to the home pages or best
89
   http://www.recoll.org/features.html along with links to the home pages or
90
   source/patches pages, and misc tips. The list below is not updated often
90
   best source/patches pages, and misc tips. The list below is not updated
91
   and may be quite stale.
91
   often and may be quite stale.
92
92
93
   For many Linux distributions, most of the commands listed can be installed
93
   For many Linux distributions, most of the commands listed can be installed
94
   from the package repositories. However, the packages are sometimes
94
   from the package repositories. However, the packages are sometimes
95
   outdated, or not the best version for Recoll, so you should take a look at
95
   outdated, or not the best version for Recoll, so you should take a look at
96
   the Recoll helper applications page if a file type is important to you.
96
   http://www.recoll.org/features.html if a file type is important to you.
97
97
98
   As of Recoll release 1.14, a number of XML-based formats that were handled
98
   As of Recoll release 1.14, a number of XML-based formats that were handled
99
   by ad hoc filter code now use the xsltproc command, which usually comes
99
   by ad hoc filter code now use the xsltproc command, which usually comes
100
   with libxslt. These are: abiword, fb2 (ebooks), kword, openoffice, svg.
100
   with libxslt. These are: abiword, fb2 (ebooks), kword, openoffice, svg.
101
101
...
...
106
     o PDF files need pdftotext which is part of the Xpdf or Poppler
106
     o PDF files need pdftotext which is part of the Xpdf or Poppler
107
       packages.
107
       packages.
108
108
109
     o Postscript files need pstotext. The original version has an issue with
109
     o Postscript files need pstotext. The original version has an issue with
110
       shell character in file names, which is corrected in recent packages.
110
       shell character in file names, which is corrected in recent packages.
111
       See the the Recoll helper applications page for more detail.
111
       See http://www.recoll.org/features.html for more detail.
112
112
113
     o MS Word needs antiword. It is also useful to have wvWare installed as
113
     o MS Word needs antiword. It is also useful to have wvWare installed as
114
       it may be be used as a fallback for some files which antiword does not
114
       it may be be used as a fallback for some files which antiword does not
115
       handle.
115
       handle.
116
116
...
...
120
120
121
     o Wordperfect files need wpd2html from the libwpd (or libwpd-tools on
121
     o Wordperfect files need wpd2html from the libwpd (or libwpd-tools on
122
       Ubuntu) package.
122
       Ubuntu) package.
123
123
124
     o RTF files need unrtf, which, in its standard version, has much trouble
124
     o RTF files need unrtf, which, in its standard version, has much trouble
125
       with non-western character sets. Check the Recoll helper applications
125
       with non-western character sets. Check
126
       page.
126
       http://www.recoll.org/features.html.
127
127
128
     o TeX files need untex or detex. Check the Recoll helper applications
128
     o TeX files need untex or detex. Check
129
       page for sources if it's not packaged for your distribution.
129
       http://www.recoll.org/features.html for sources if it's not packaged
130
       for your distribution.
130
131
131
     o dvi files need dvips.
132
     o dvi files need dvips.
132
133
133
     o djvu files need djvutxt and djvused from the DjVuLibre package.
134
     o djvu files need djvutxt and djvused from the DjVuLibre package.
134
135
...
...
954
           bytes. The search interface gives you the choice to display this
955
           bytes. The search interface gives you the choice to display this
955
           stored text or a synthetic abstract built by extracting text
956
           stored text or a synthetic abstract built by extracting text
956
           around the search terms. If you always prefer the synthetic
957
           around the search terms. If you always prefer the synthetic
957
           abstract, you can reduce this value and save a little space.
958
           abstract, you can reduce this value and save a little space.
958
959
960
   idxmetastoredlen
961
962
           Maximum stored length for metadata fields. This does not affect
963
           indexing (the whole field is processed anyway), just the amount of
964
           data stored in the index for the purpose of displaying fields
965
           inside result lists or previews. The default value is 150 bytes
966
           which may be too low if you have custom fields.
967
959
   aspellLanguage
968
   aspellLanguage
960
969
961
           Language definitions to use when creating the aspell dictionary.
970
           Language definitions to use when creating the aspell dictionary.
962
           The value must match a set of aspell language definition files.
971
           The value must match a set of aspell language definition files.
963
           You can type "aspell config" to see where these are installed
972
           You can type "aspell config" to see where these are installed