aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-11-24 15:37:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-11-24 15:37:22 -0300
commitd7b8edcf289a411968fa96f23273bfbd57f06a35 (patch)
treeda9b2f6e852f374900491cb6f43069bd1dee0a6f
parentccf4f21f00e1dc506dbffef823930d37080ab839 (diff)
downloadnewsboat-d7b8edcf289a411968fa96f23273bfbd57f06a35.tar.gz
newsboat-d7b8edcf289a411968fa96f23273bfbd57f06a35.tar.bz2
Feat: config: show how to specify locally-stored OPML filesHEADmaster
-rw-r--r--config.dot/newsboat/config.link14
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