~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to doc/user/rcl.indexing.beaglequeue.html

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-03-27 12:15:51 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20120327121551-nmntidzpehudushy
Tags: 1.17.1-1
* New upstream release.
* Enable Python module resulting into new binary: python-recoll.
* debian/control:
  + Updated Build-Deps: libqtwebkit-dev, python-all-dev.
  + Added python-recoll binary.
  + Updated Standards-Version to 3.9.3
* debian/rules:
  + Build Python module by default.
* debian/recoll.menu, debian/python-recoll.install, debian/recoll.install:
  + Changes for new binary package.
* debian/copyright:
  + Updated to copyright-format 1.0
  + Updated upstream and Debian copyright.
  + Fixed unicode.org/copyright.html URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
4
<head>
5
 
<meta name="generator" content="HTML Tidy, see www.w3.org" />
 
5
<meta name="generator" content=
 
6
"HTML Tidy for FreeBSD (vers 7 December 2008), see www.w3.org" />
6
7
<title>Using Beagle WEB browser plugins</title>
7
8
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
8
9
<link rel="HOME" title="Recoll user manual" href="index.html" />
20
21
<tr>
21
22
<th colspan="3" align="center">Recoll user manual</th>
22
23
</tr>
23
 
 
24
24
<tr>
25
25
<td width="10%" align="left" valign="bottom"><a href="rcl.indexing.config.html"
26
26
accesskey="P">Prev</a></td>
29
29
accesskey="N">Next</a></td>
30
30
</tr>
31
31
</table>
32
 
 
33
 
<hr align="LEFT" width="100%" />
34
 
</div>
35
 
 
 
32
<hr align="left" width="100%" /></div>
36
33
<div class="SECT1">
37
 
<h1 class="SECT1"><a id="RCL.INDEXING.BEAGLEQUEUE" name="RCL.INDEXING.BEAGLEQUEUE">2.4.
 
34
<h1 class="SECT1"><a name="RCL.INDEXING.BEAGLEQUEUE" id="RCL.INDEXING.BEAGLEQUEUE">2.4.
38
35
Using Beagle WEB browser plugins</a></h1>
39
 
 
40
36
<p><b class="APPLICATION">Beagle</b> is (was?) a concurrent desktop indexer, built on
41
37
Lucene and the Mono project (C#), for which a number of add-on browser plugins were
42
38
written. These work by copying visited web pages to an indexing queue directory, which
43
39
the indexer then processes. Especially, there is a <b class="APPLICATION">Firefox</b>
44
40
extension.</p>
45
 
 
46
 
<p>If, for any reason, you so happen to prefer <b class="APPLICATION">Recoll</b> to <b
47
 
class="APPLICATION">Beagle</b>, you can still use the <b class="APPLICATION">Firefox</b>
48
 
plugin, which is written in Javascript and completely independant of C#, Beagle,
49
 
Lucene..., and set <b class="APPLICATION">Recoll</b> to process the <b
50
 
class="APPLICATION">Beagle</b> queue directory. This supposes that <b
51
 
class="APPLICATION">Beagle</b> is not running, else both programs will fight for the same
52
 
files.</p>
53
 
 
 
41
<p>If, for any reason, you so happen to prefer <b class="APPLICATION">Recoll</b> to
 
42
<b class="APPLICATION">Beagle</b>, you can still use the <b class=
 
43
"APPLICATION">Firefox</b> plugin, which is written in Javascript and completely
 
44
independant of C#, Beagle, Lucene..., and set <b class="APPLICATION">Recoll</b> to
 
45
process the <b class="APPLICATION">Beagle</b> queue directory. This supposes that
 
46
<b class="APPLICATION">Beagle</b> is not running, else both programs will fight for the
 
47
same files.</p>
54
48
<p>This feature can be enabled in the GUI indexing configuration panel, or by editing the
55
49
configuration file (set <tt class="LITERAL">processbeaglequeue</tt> to 1).</p>
56
 
 
57
 
<p>There are more recent instructions about how to find and install the <b
58
 
class="APPLICATION">Firefox</b> extension on the <a
59
 
href="https://bitbucket.org/medoc/recoll/wiki/IndexBeagleWeb" target="_top">Recoll
 
50
<p>There are more recent instructions about how to find and install the <b class=
 
51
"APPLICATION">Firefox</b> extension on the <a href=
 
52
"https://bitbucket.org/medoc/recoll/wiki/IndexBeagleWeb" target="_top">Recoll
60
53
wiki</a>.</p>
 
54
<p>Unfortunately, it seems that the plugin does not work anymore with recent Firefox
 
55
versions (tried with 10.0). This is not the trival installation version check issue,
 
56
explicit manual indexing requests still work, but automatic indexing on page load does
 
57
not.</p>
61
58
</div>
62
 
 
63
59
<div class="NAVFOOTER">
64
 
<hr align="LEFT" width="100%" />
 
60
<hr align="left" width="100%" />
65
61
<table summary="Footer navigation table" width="100%" border="0" cellpadding="0"
66
62
cellspacing="0">
67
63
<tr>
68
 
<td width="33%" align="left" valign="top"><a href="rcl.indexing.config.html"
69
 
accesskey="P">Prev</a></td>
70
 
<td width="34%" align="center" valign="top"><a href="index.html"
71
 
accesskey="H">Home</a></td>
 
64
<td width="33%" align="left" valign="top"><a href="rcl.indexing.config.html" accesskey=
 
65
"P">Prev</a></td>
 
66
<td width="34%" align="center" valign="top"><a href="index.html" accesskey=
 
67
"H">Home</a></td>
72
68
<td width="33%" align="right" valign="top"><a href="rcl.indexing.periodic.html"
73
69
accesskey="N">Next</a></td>
74
70
</tr>
75
 
 
76
71
<tr>
77
72
<td width="33%" align="left" valign="top">Indexing configuration</td>
78
 
<td width="34%" align="center" valign="top"><a href="rcl.indexing.html"
79
 
accesskey="U">Up</a></td>
 
73
<td width="34%" align="center" valign="top"><a href="rcl.indexing.html" accesskey=
 
74
"U">Up</a></td>
80
75
<td width="33%" align="right" valign="top">Periodic indexing</td>
81
76
</tr>
82
77
</table>
83
78
</div>
84
79
</body>
85
80
</html>
86