New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robust Atom/RSS feed generator #24
Comments
|
Main issues I could identify so far were related to HTML snippets from Twitter and Youtube. |
|
Current feed is broken again. |
|
Thanks @stefan2904 , I had to revert your commits because it resulted in unwanted replacements such as Note to myself: there is no distinction between HTML-content for the feeds and the blog articles. Therefore, with the current approach, there are following possibilities:
|
|
Note: maybe https://sr.ht/~brettgilio/org-webring/ could be part of the solution? |
|
Another workaround is in progress (althoug not particularily for this issue): replacing all external content (iframes from YouTube, Mastodon, Twitter) with images and links. Update 2021-12-29: with the most recent implementation of img-images that are a a-href link, this approach will be started: I'll replace all my embedded Twitter/Mastodon/YouTube snippets with screenshots + links. While this doesn't fix the original issue with broken feed files, it avoids them because almost every feed issue is related to external content. |
|
Current XML parse error in https://karl-voit.at/feeds/lazyblorg-all.atom_1.0.links-and-teaser.xml: Line 310: The first '&' is not replaced with '&', causing an XML parse error in KDE kontact. |
Thanks for reporting. This is not related to the issue here. It's a new bug which is handled in #64. |
With my simple Atom/RSS feed generating code, I often had issues with some Atom/RSS aggregators in combination with special characters, encoding, and such. Images don't work so far within Atom/RSS feeds.
Maybe somebody want to volunteer to add a decent Atom/RSS support that generates rock solid Atom/RSS feeds so that people might follow the "full content" feed and not the "link only" feed which I am forced to recommend.
The text was updated successfully, but these errors were encountered: