Switch to unified view

a/README.wiki b/README.wiki
1
Recoll Unity scope Daemon written in Python
1
==Recoll Unity scope Daemon written in Python==
2
3
2
4
Depends on python-recoll
3
Depends on python-recoll
5
4
6
Trying out the scope
5
===Trying out the scope===
7
8
6
9
```
7
{{{
10
#!python
11
12
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
8
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
13
sudo apt-get update
9
sudo apt-get update
14
sudo apt-get install unity-scope-recoll
10
sudo apt-get install unity-scope-recoll
15
```
11
}}}
16
12
17
Of course you need to run the indexer at least once, from the Qt Recoll GUI
13
Of course you need to run the indexer at least once, from the Qt Recoll GUI
18
or the command line, before you can get any results from the scope.
14
or the command line, before you can get any results from the scope.
19
15
20
You should then be able to search the Recoll index by prefixing your query
16
You should then be able to search the Recoll index by prefixing your query
21
with 'recoll:' (without the quotes), or using "Filter Results"->"Sources".
17
with 'recoll:' (without the quotes), or using "Filter Results"->"Sources".
22
18
23
19
24
Call to volunteers:
20
===Call to volunteers:===
25
26
21
27
I have separated the Scope code from the main Recoll repository because the
22
I have separated the Scope code from the main Recoll repository because the
28
Scope only depends on the external Python API, and in the hope that it may
23
Scope only depends on the external Python API, and in the hope that it may
29
encourage people to contribute. The code in there depends very little on
24
encourage people to contribute. The code in there depends very little on
30
Recoll (a few calls), it's mostly interface for the Unity desktop and the
25
Recoll (a few calls), it's mostly interface for the Unity desktop and the