diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-11-24 15:37:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-11-24 15:37:22 -0300 |
commit | d7b8edcf289a411968fa96f23273bfbd57f06a35 (patch) | |
tree | da9b2f6e852f374900491cb6f43069bd1dee0a6f | |
parent | ccf4f21f00e1dc506dbffef823930d37080ab839 (diff) | |
download | newsboat-d7b8edcf289a411968fa96f23273bfbd57f06a35.tar.gz newsboat-d7b8edcf289a411968fa96f23273bfbd57f06a35.tar.bz2 |
-rw-r--r-- | config.dot/newsboat/config.link | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config.dot/newsboat/config.link b/config.dot/newsboat/config.link index b60477a..2b2b114 100644 --- a/config.dot/newsboat/config.link +++ b/config.dot/newsboat/config.link @@ -29,11 +29,21 @@ use-proxy yes # Use OPML online subscription mode urls-source "opml" -# Default URLs +# OPML from local files +# +# It's possible to specify local files like this: +#opml-url "file:///home/user/apps/dotfiles/modules/feeds/news.opml" + +# OPML directory # # As of 2024-11-23, newsboat from Debian bookworm seems not support the full -# OPML 2.0 spec which allows inclusion of OPML within OPML files. +# OPML 2.0 spec which allows inclusion of OPML within OPML files, so the +# following won't work: #opml-url "https://git.fluxo.info/feeds/plain/all.opml" + +# Default URLs +# +# This loads from the remote repository: opml-url "https://git.fluxo.info/feeds/plain/essential.opml" "https://git.fluxo.info/feeds/plain/news.opml" # Colors |