You are not logged in.
Hello,
the RSS Recent Updates (more) don't work with the "Thunderbird RSS Newsreader.
I can use this RSS Channel with QuiteRSS.
https://www.archlinux32.org/feeds/packages/
Latest News RSS Feed RSS Feed works fine with Thunderbird and QuiteRSS.
https://archlinux.org/feeds/news/
Why didn't work RSS Recent Updates (more) with RSS Thunderbird?
Greetz
arch32yes
Last edited by arch32yes (2019-10-09 09:30:37)
Offline
That packages feed looks to me like an RSSv2 file with an xml encoding initial line. The news feed is an atom feed for me at least (although I can't get your link to work).
I don't know what sort of feeds Thunderbirds RSS supports, that's really a question for them if nobody here knows.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Hello, i get this Thunderbird this message:
"This feed does not vialidate"
Where is my mistake?
QuiteRSS works without problems, but i want to use Thunderbird.
https://validator.w3.org/feed/
Which admin can validate this archlinux32.org RSS?
Greetz
arch32yes
Last edited by arch32yes (2019-10-08 08:57:58)
Offline
Archlinux 64-Bit - Archlinux 64-Bit - Archlinux 64-Bit - Archlinux 64-Bit
This RSS link works without problems --->
Recent Updates (more)
https://www.archlinux.org/feeds/packages/
Archlinux 64-Bit - Archlinux 64-Bit - Archlinux 64-Bit - Archlinux 64-Bit
Last edited by arch32yes (2019-10-08 09:15:04)
Offline
Running the feed throught xmllint fails with this tag:
<atom:link href="https://www.archlinux32.org/feeds/packages/" rel="self"></atom:link>
It says it doesn't have a source for the atom namespace. I'm not sure why something that identifies itself as an rss feed contains atom namespaced items, so this might be an oversight.
I've tested that removing this element means it passes through xmllint without problems, but whether the same is true of thunderbird or not I couldn't say. I installed thunderbird but I guess I need to put this file on the other side of an http server to test it.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
I can easily remove that tag - the whole rss feed is basically upstream's rss feed reverse-enginered
Does it work with thunderbird now?
Otherwise I have to look deeper in the differences to upstream
Offline
Hello, now the RSS
Recent Updates (more)
https://www.archlinux32.org/feeds/packages/
works with Thunderbird.
What did you have change?
Greetz
arch32yes
Offline
Otherwise I have to look deeper in the differences to upstream
Upstream defines the atom namespace in the rss tag:
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
Like I say doing this in an rss file seems wrong to me, and if it's only to support that link I'm in favour of your solution of nixing the link as well.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Offline