1LIFEREA(1) General Commands Manual LIFEREA(1)
2
3
4
6 Liferea - RSS/RDF and Atom news aggregator
7
8
10 liferea [OPTIONS]
11
12
14 Liferea (Linux Feed Reader) is an RSS/RDF and Atom news aggregator
15 which also supports CDF channels, OCS, and OPML directories. It's
16 intended to be a clone of the Windows-only FeedReader. It can be used
17 to maintain a list of subscribed feeds, browse and search through their
18 items, and displays their contents using GtkHTML or Mozilla.
19
21 Liferea options:
22
23 --version
24 output version information and exit
25
26 --help display a option overview and exit
27
28 --mainwindow-state=STATE
29 Start Liferea with its mainwindow in STATE: shown, iconified,
30 hidden
31
32 --debug-all
33 Print debugging messages of all types
34
35 --debug-cache
36 Print debugging messages for the cache handling
37
38 --debug-conf
39 Print debugging messages of the configuration handling
40
41 --debug-db
42 Print debugging messages of the database handling
43
44 --debug-gui
45 Print debugging messages of all GUI functions
46
47 --debug-html
48 Enables HTML rendering debugging. Each time Liferea renders HTML
49 output it will also dump the generated HTML into ~/.lif‐
50 erea_1.1/output.xhtml.
51
52 --debug-net
53 Print debugging messages of all network activity
54
55 --debug-parsing
56 Print debugging messages of all parsing functions
57
58 --debug-plugins
59 Print debugging messages for the plugin loading
60
61 --debug-trace
62 Print debugging messages when entering/leaving functions
63
64 --debug-update
65 Print debugging messages of the feed update processing
66
67 --debug-verbose
68 Print verbose debugging messages
69
70
72 To allow integration with other programs Liferea provides a DBUS inter‐
73 face for automatic creation of new subscriptions. The script liferea-
74 add-feed is a convenient way to use this interface. Just pass a valid
75 feed URL as parameter and the feed will be added to the feed list. You
76 can also pass non-feed URLs to use feed auto discovery. Example:
77
78 liferea-add-feed "http://www.newsforge.com/newsforge.rss"
79
80 Please note that Liferea needs to be running for liferea-add-feed to
81 work.
82
83
85 http_proxy
86 If a proxy is not specified in the Liferea preferences (which
87 uses the proxy settings in gconf), then Liferea will use the
88 proxy specified in $http_proxy. $http_proxy should be set to a
89 URI specifying the desired proxy, for example
90 ‘http://proxy.example.com:3128/’.
91
92
94 /usr/lib/liferea/
95 Contains Liferea plugins
96
97 /usr/share/liferea/css/
98 Contains stylesheets for feed display
99
100 /usr/share/liferea/opml/
101 Contains default feedlists
102
103 ~/.liferea_1.4/
104 Contains user feedlist and feed cache
105
107 This manual page was written by Lars Lindner <lars.lindner@gmail.com>.
108
109
110
111 June 19, 2007 LIFEREA(1)