README: update codemadness.org URLs and use the full content feed by default

This commit is contained in:
Hiltjo Posthuma 2022-03-07 12:11:31 +01:00
parent 26c14ee6df
commit 4925af753d
3 changed files with 5 additions and 5 deletions

4
README
View File

@ -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
- - -

View File

@ -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 <name> <feedurl> [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"

View File

@ -3,7 +3,7 @@
# list of feeds to fetch:
feeds() {
# feed <name> <feedurl> [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"