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

NAME

6       Liferea - GTK desktop news aggregator
7
8

SYNOPSIS

10       liferea [OPTIONS]
11
12

DESCRIPTION

14       Liferea (Linux Feed Reader) is an aggregator for online news feeds.  It
15       can be used to maintain a list of subscribed feeds, browse  and  search
16       through  their items and displays their contents.  Additionally Liferea
17       allows one  to  sync  subscriptions  and  read  headlines  with  online
18       accounts of TinyTinyRSS and TheOldReader.
19

OPTIONS

21       Liferea options:
22
23       -v, --version
24              Print version information and exit
25
26       -h, --help
27              Display a option overview and exit
28
29       -a, --add-feed=URI
30              Add a new subscription URI which can be a feed or website URL
31
32       -w, --mainwindow-state=STATE
33              Start  Liferea  with  its mainwindow in STATE: shown, iconified,
34              hidden
35
36       --debug-all
37              Print debugging messages of all types
38
39       --debug-cache
40              Print debugging messages for the cache handling
41
42       --debug-conf
43              Print debugging messages of the configuration handling
44
45       --debug-gui
46              Print debugging messages of all GUI functions
47
48       --debug-html
49              Enables HTML rendering debugging. Each time Liferea renders HTML
50              output   it   will   also   dump   the   generated   HTML   into
51              $XDG_CACHE_DIR/liferea/output.xhtml.
52
53       --debug-parsing
54              Print debugging messages of all parsing functions
55
56       --debug-performance
57              Print debugging messages when  a  function  takes  too  long  to
58              process
59
60       --debug-trace
61              Print debugging messages when entering/leaving functions
62
63       --debug-update
64              Print debugging messages of the feed update processing
65
66       --debug-verbose
67              Print verbose debugging messages
68
69

DBUS INTERFACE

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

ENVIRONMENT

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

FILES

93       $XDG_CONFIG_DIR/liferea/feedlist.opml
94              Contains the current list of subscriptions
95
96       $XDG_CONFIG_DIR/liferea/liferea.css
97              Stylesheet that can be used to override default HTML style
98
99       $XDG_DATA_DIR/liferea/liferea.db
100              Sqlite3 database with all subscriptions and headlines
101

AUTHOR

103       This manual page was written by Lars Windolf <lars.windolf@gmx.de>.
104
105
106
107                                 Dec 26, 2015                       LIFEREA(1)
Impressum