From 4925af753dd44b935588b83c814301244a09bdd7 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 7 Mar 2022 12:11:31 +0100 Subject: README: update codemadness.org URLs and use the full content feed by default --- README | 4 ++-- sfeedrc.5 | 4 ++-- sfeedrc.example | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 40c5483..a313cd8 100644 --- a/README +++ b/README @@ -245,8 +245,8 @@ Find RSS/Atom feed URLs from a webpage: output example: - https://codemadness.org/blog/rss.xml application/rss+xml - https://codemadness.org/blog/atom.xml application/atom+xml + https://codemadness.org/atom.xml application/atom+xml + https://codemadness.org/atom_content.xml application/atom+xml - - - diff --git a/sfeedrc.5 b/sfeedrc.5 index aedbf59..95ffc04 100644 --- a/sfeedrc.5 +++ b/sfeedrc.5 @@ -1,4 +1,4 @@ -.Dd August 5, 2021 +.Dd March 7, 2022 .Dt SFEEDRC 5 .Os .Sh NAME @@ -136,7 +136,7 @@ shown below: # list of feeds to fetch: feeds() { # feed [basesiteurl] [encoding] - feed "codemadness" "https://www.codemadness.nl/atom.xml" + feed "codemadness" "https://www.codemadness.org/atom_content.xml" feed "explosm" "http://feeds.feedburner.com/Explosm" feed "golang github releases" "https://github.com/golang/go/releases.atom" feed "linux kernel" "https://www.kernel.org/feeds/kdist.xml" "https://www.kernel.org" diff --git a/sfeedrc.example b/sfeedrc.example index 5ead13d..28630ec 100644 --- a/sfeedrc.example +++ b/sfeedrc.example @@ -3,7 +3,7 @@ # list of feeds to fetch: feeds() { # feed [basesiteurl] [encoding] - feed "codemadness" "https://www.codemadness.nl/atom.xml" + feed "codemadness" "https://www.codemadness.org/atom_content.xml" feed "explosm" "http://feeds.feedburner.com/Explosm" feed "golang github releases" "https://github.com/golang/go/releases.atom" feed "linux kernel" "https://www.kernel.org/feeds/kdist.xml" "https://www.kernel.org" -- cgit v1.2.3