1LIFEREA(1)                  General Commands Manual                 LIFEREA(1)
2
3
4

NAME

6       Liferea - RSS/RDF and Atom news aggregator
7
8

SYNOPSIS

10       liferea [OPTIONS]
11
12

DESCRIPTION

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.
19

OPTIONS

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-gui
42              Print debugging messages of all GUI functions
43
44       --debug-html
45              Enables HTML rendering debugging. Each time Liferea renders HTML
46              output  it  will  also  dump  the  generated  HTML  into ~/.lif‐
47              erea_1.6/output.xhtml.
48
49       --debug-parsing
50              Print debugging messages of all parsing functions
51
52       --debug-performance
53              Print debugging messages when  a  function  takes  too  long  to
54              process
55
56       --debug-plugins
57              Print debugging messages for the plugin loading
58
59       --debug-trace
60              Print debugging messages when entering/leaving functions
61
62       --debug-update
63              Print debugging messages of the feed update processing
64
65       --debug-verbose
66              Print verbose debugging messages
67
68

DBUS INTERFACE

70       To allow integration with other programs Liferea profives a DBUS inter‐
71       face for automatic creation of new subscriptions. The  script  liferea-
72       add-feed  is  a convenient way to use this interface. Just pass a valid
73       feed URL as parameter and the feed will be added to the feed list.  You
74       can also pass non-feed URLs to use feed auto discovery.  Example:
75
76       liferea-add-feed "http://www.newsforge.com/newsforge.rss"
77
78       Please  note  that  Liferea needs to be running for liferea-add-feed to
79       work.
80
81

ENVIRONMENT

83       http_proxy
84              If a proxy is not specified in the  Liferea  preferences  (which
85              uses  the  proxy  settings  in gconf), then Liferea will use the
86              proxy specified in $http_proxy.  $http_proxy should be set to  a
87              URI     specifying    the    desired    proxy,    for    example
88http://proxy.example.com:3128/’.
89
90

FILES

92       /usr/lib/liferea/
93              Contains Liferea plugins
94
95       /usr/share/liferea/css/
96              Contains stylesheets for feed display
97
98       /usr/share/liferea/opml/
99              Contains default feedlists
100
101       ~/.liferea_1.6/
102              Contains user feedlist and feed cache
103

AUTHOR

105       This manual page was written by Lars Lindner <lars.lindner@gmail.com>.
106
107
108
109                                 May 12, 2009                       LIFEREA(1)
Impressum