Switch to unified view

a/src/INSTALL b/src/INSTALL
...
...
45
Then cd to the top directory, type make, and practise your usual
45
Then cd to the top directory, type make, and practise your usual
46
hardship-repelling invocations. 
46
hardship-repelling invocations. 
47
47
48
Installation:
48
Installation:
49
------------
49
------------
50
 - Copy all files in src/sampleconf to ~/.recoll
50
 - Copy all files from sampleconf/* to ~/.recoll
51
 - Copy all files in src/filters to ~/.recoll.
51
 - Copy all files from filters/* to ~/.recoll.
52
 - Copy qtgui/recoll to a place in your PATH (if you want. You can also
52
 - Copy qtgui/recoll to a place in your PATH (if you want. You can also
53
   execute it from there).
53
   execute it from there).
54
54
55
Configuration
55
Configuration
56
=============
56
=============
...
...
61
By default, the configuration file should be named ~/.recoll/recoll.conf
61
By default, the configuration file should be named ~/.recoll/recoll.conf
62
62
63
There is a sample in the 'sampleconf' src/ subdirectory, you copied it to
63
There is a sample in the 'sampleconf' src/ subdirectory, you copied it to
64
~/.recoll at the step before, take a look and possibly edit it.
64
~/.recoll at the step before, take a look and possibly edit it.
65
65
66
- Then start 'recoll', and select the "file->start indexing" menu
66
Then start 'recoll', and select the "file->start indexing" menu
67
  entry. When it's done, you can play with the search
67
entry. When it's done, you can play with the search
68
68
69
Usage: 
69
Usage: see README
70
======
71
 - I think you will guess that query terms are to be entered in the text
72
   field up left... There is no query language right now, the search only
73
   understand probabilistic terms (just words...), and double-quote
74
   enclosed phrases.
75
 - You can turn stemming on (this only affects querying) in the
76
   configuration file. There is quite a huge performance impact for this
77
   right now, but it might be ok if your db is small.
78
 - Clicking on an entry in the result list displays a preview in the right
79
   window. 
80
 - Double-clicking will try to launch an external viewer. These are
81
   configured inside the $HOME/.recoll/mimeconf file, please adjust to
82
   taste.
83
84
70
85
71
86
72
87
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
73
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
88
Future from here on, there are currently no binary packages ...
74
Future from here on, there are currently no binary packages ...