1TRACKER-MINER-RSS() TRACKER-MINER-RSS()
2
3
4
6 tracker-miner-rss-3 - Used to populate Tracker with RSS feed data.
7
9 tracker-miner-rss-3 [OPTION...]
10
12 tracker-miner-rss is not supposed to be run by the user since it is
13 started by its .desktop file when the user logs in. It can also be
14 started manually of course for debugging purposes. You can not run more
15 than one instance of this at the same time.
16
17 tracker-miner-rss mines information about RSS feeds only.
18
20 -?, --help
21 Show summary of options.
22
23 -V, --version
24 Returns the version of this binary.
25
26 -a, --add-feed=URL
27 Adds a feed to be indexed. This must be used with --title option.
28 An examples of such a URL would be:
29
30 http://planet.gnome.org/atom.xml
31
32 http://newsrss.bbc.co.uk/rss/sportplayer_uk_edition/motorsport/rss.xml
33
34 ...
35
36 You can use tracker-search --feeds to get the latest feed information.
37
38 -t, --title=STRING
39 The title to use when adding a feed (see the --add-feed option).
40
42 G_MESSAGES_DEBUG
43 Controls verbose log output from GLib-based code. Use
44 G_MESSAGES_DEBUG=Tracker to see only Tracker-related logs, or
45 G_MESSAGES_DEBUG=all to see everything.
46
48 tracker3-info(1), tracker3-search(1).
49
50
51
52 TRACKER-MINER-RSS()