Switch to unified view

a b/src/desktop/unity-lens-recoll/README
1
ABOUT
2
-----
3
4
 unity-lens-recoll 
5
 Work derived from:
6
   unity-lens-bliss,
7
   Copyright 2011, Canonical Ltd
8
   Authored by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
9
   Distribute under the terms of the GNU General Public License v3
10
11
 Modifications by J.F. Dockes <jfd@recoll.org> Copyright 2012, J.F. Dockes
12
 License as original work.
13
14
    unity-lens-bliss is is a very simple application launcher lens for
15
    Unity. Mostly meant to be used as a starting point for users wanting to
16
    write their own lens or customize this lens to their needs.
17
18
unity-lens-recoll uses the starting point and replaces the search part with
19
recoll queries.
20
21
Install with:
22
23
  ./configure --prefix=/usr --sysconfdir=/etc && make && sudo make install
24
25
or if you checked the code out from a bazaar branch:
26
27
  ./autogen.sh --prefix=/usr --sysconfdir=/etc  && make && sudo make install
28
29
RESOURCES
30
---------
31
The source code and releases packages can be found on
32
    http://www.recoll.org. 
33
Bugs should be reported on the bitbucket recoll issues tracker:
34
    https://bitbucket.org/medoc/recoll/issues
35