Switch to unified view

a/src/README b/src/README
...
...
471
471
472
     ----------------------------------------------------------------------
472
     ----------------------------------------------------------------------
473
473
474
2.4. Using Beagle WEB browser plugins
474
2.4. Using Beagle WEB browser plugins
475
475
476
   Beagle is a concurrent desktop indexer, built on Lucene and the Mono
476
   Beagle is (was?) a concurrent desktop indexer, built on Lucene and the
477
   project (C#), for which a number of add-on browser plugins were written.
477
   Mono project (C#), for which a number of add-on browser plugins were
478
   These work by copying visited web pages to an indexing queue directory,
478
   written. These work by copying visited web pages to an indexing queue
479
   which the indexer then processes.
479
   directory, which the indexer then processes. Especially, there is a
480
   Firefox extension.
480
481
481
   If, for any reason, you so happen to prefer Recoll to Beagle, you can
482
   If, for any reason, you so happen to prefer Recoll to Beagle, you can
482
   still use the browser plugins (they are written in Javascript and
483
   still use the Firefox plugin, which is written in Javascript and
483
   completely independant of C#, Beagle, Lucene...). Recoll can process the
484
   completely independant of C#, Beagle, Lucene..., and set Recoll to process
484
   Beagle queue directory. Of course, this supposes that Beagle is not
485
   the Beagle queue directory. This supposes that Beagle is not running, else
485
   running, else both programs will fight for the same files.
486
   both programs will fight for the same files.
486
487
487
   This feature can be enabled in the GUI indexing configuration panel, or by
488
   This feature can be enabled in the GUI indexing configuration panel, or by
488
   editing the configuration file (set processbeaglequeue to 1).
489
   editing the configuration file (set processbeaglequeue to 1).
490
491
   There are more recent instructions about how to find and install the
492
   Firefox extension on the Recoll wiki.
489
493
490
     ----------------------------------------------------------------------
494
     ----------------------------------------------------------------------
491
495
492
2.5. Periodic indexing
496
2.5. Periodic indexing
493
497