Added method remove_keywords().
[LibTracker-Client-Perl.git] / README
blob5f4025e62e22065046ea785c301f82d916bc166a
1 LibTracker::Client version 0.01
2 ===============================
4 Tracker is a tool designed to extract information and metadata about your
5 personal data so that it can be searched easily and quickly.
7 By using Tracker, you no longer have to remember where you've left your
8 files. To locate a file you only need to remember something about it, such
9 as a word in the document or the artist of the song. This is because as well
10 as searching for files in the traditional way, by name and location, Tracker
11 searches files' contents and metadata.
13 Tracker is available from http://www.gnome.org/projects/tracker/
15 libtrackerclient is the Tracker client library. This module implements the
16 Perl interface to libtrackerclient.
18 INSTALLATION
20 To install this module type the following:
22    perl Makefile.PL
23    make
24    make test
25    make install
27 DEPENDENCIES
29 This module requires these other modules and libraries:
31   libtrackerclient
32   glib
33   dbus-glib
35 COPYRIGHT AND LICENCE
37 Copyright (C) 2008 by Devendra Gera
39 This library is free software; you can redistribute it and/or modify
40 it under the same terms as Perl itself, either Perl version 5.8.8 or,
41 at your option, any later version of Perl 5 you may have available.