summaryrefslogtreecommitdiff
path: root/doc/configcommands.dsv
diff options
context:
space:
mode:
authorGravatar Kaligule <Code@schauderbasis.de> 2018-03-18 11:17:41 +0100
committerGravatar GitHub <noreply@github.com> 2018-03-18 11:17:41 +0100
commit78e0ae45abc8ba6ee2ae0b69d5edc65d8342e37c (patch)
tree71cb36ab9876ef321fbaf9ce537ba595b73238ce /doc/configcommands.dsv
parentba03e35b0b0f7da8aa3fe236492c5e9c3f1f2ad3 (diff)
downloadnewsboat-78e0ae45abc8ba6ee2ae0b69d5edc65d8342e37c.tar.gz
newsboat-78e0ae45abc8ba6ee2ae0b69d5edc65d8342e37c.tar.zst
newsboat-78e0ae45abc8ba6ee2ae0b69d5edc65d8342e37c.zip
Update urls-source documentation in configcommands
The support for "inoreader" wasn't documented.
Diffstat (limited to '')
-rw-r--r--doc/configcommands.dsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configcommands.dsv b/doc/configcommands.dsv
index aede4041..bae9215f 100644
--- a/doc/configcommands.dsv
+++ b/doc/configcommands.dsv
@@ -126,7 +126,7 @@ ttrss-passwordfile||<path>||""||A more secure alternative to the above, by stori
ttrss-passwordeval||<command>||""||Another secure alternative, is providing your password from an external command that is evaluated during login. This can be used to read your password from a gpg encrypted file or your system keyring.||ttrss-passwordeval "command some-parameter"
ttrss-url||<url>||""||Configures the URL where the Tiny Tiny RSS installation you want to use resides.||ttrss-url "http://example.com/ttrss/"
unbind-key||<key> [<dialog>]||n/a||Unbind key <key>. This means that no operation is called when <key> is pressed. Optionally, you can specify a dialog (for a list of available dialogs, see "bind-key" above). If you specify one, the key binding will only be unbound for the specified dialog.||unbind-key R
-urls-source||<source>||"local"||This configuration command sets the source where URLs shall be retrieved from. By default, this is ~/.newsboat/urls. Alternatively, you can set it to "opml", which enables newsboat's OPML online subscription mode, to "ttrss" which enables newsboat's Tiny Tiny RSS support, to "oldreader", which enables newsboat's The Old Reader support, to "newsblur", which enables NewsBlur support, or "feedhq" for FeedHQ support, or "ocnews" for ownCloud News support. Query feed specifications will be read from the local urls file regardless of this setting.||urls-source "oldreader"
+urls-source||<source>||"local"||This configuration command sets the source where URLs shall be retrieved from. By default, this is ~/.newsboat/urls. Alternatively, you can set it to "opml", which enables newsboat's OPML online subscription mode, to "ttrss" which enables newsboat's Tiny Tiny RSS support, to "oldreader", which enables newsboat's The Old Reader support, to "newsblur", which enables NewsBlur support, or "feedhq" for FeedHQ support, or "ocnews" for ownCloud News support, or "inoreader" for Inoreader support. Query feed specifications will be read from the local urls file regardless of this setting.||urls-source "oldreader"
urlview-title-format||<format>||"%N %V - URLs"||Format of the title in URL view. See "Format Strings" section of Newsboat manual for details on available formats.||urlview-title-format "URLs"
use-proxy||[yes/no]||no||If yes, then the configured proxy will be used for downloading the RSS feeds.||use-proxy yes
user-agent||<string>||""||If set to a non-zero-length string, this value will be used as HTTP User-Agent header for all HTTP requests.||user-agent "Lynx/2.8.5rel.1 libwww-FM/2.14"