diff options
-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 |