You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the above feed, livemarks now links to (e.g.) https://lib3.net/wallabag/view/38722 instead of the canonical https://gitlab.torproject.org/groups/tpo/tpa/-/boards?scope=all&utf8=%E2%9C%93&state=opened. This means an extra click to actually get to the article.
This is, from my perspective, a regression that was introduced in response to #34, in 345156e, which deliberately prioritised the alternate links to "fix" feedburner feeds, but from my perspective, this is actually inaccurate: the "alternate" is a fallback, well, an alternative in any case... Certainly not the best link for wallabag!
<link rel="alternate" type="text/html">: not great
<link rel="via">: good
feedburner does this:
<link rel="self">: broken?
<link rel="alternate" >: good
it also has rel=replies and rel=edit which i'll ignore here.
Could we prioritize the plain <link> without any rel tag, then fallback to alternatethenself? that would make both feeds work.
I think this is fundamentally an interoperability problem between RSS (which doesn't specify a rel attribute, which Wallabag seems to do here) and Atom (which does). According to RFC4287 section-4.2.7.2, Atom feeds without rel attributes are considered to have rel=alternate so it seems to me the above algorithm would be standards-compliant for both feed formats.
Feed URL
Please specify the feed URL: private URL, but an example would be:
This is a feed generated by Wallabag.
Add-on version
Add-on version: 3.8
Describe the bug
With the above feed, livemarks now links to (e.g.)
https://lib3.net/wallabag/view/38722
instead of the canonicalhttps://gitlab.torproject.org/groups/tpo/tpa/-/boards?scope=all&utf8=%E2%9C%93&state=opened
. This means an extra click to actually get to the article.This is, from my perspective, a regression that was introduced in response to #34, in 345156e, which deliberately prioritised the alternate links to "fix" feedburner feeds, but from my perspective, this is actually inaccurate: the "alternate" is a fallback, well, an alternative in any case... Certainly not the best link for wallabag!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Before the above change, the bookmarks were pointing to the right place, which is the article itself, not the wallabag link.
Thanks!
The text was updated successfully, but these errors were encountered: