[PR #99] [MERGED] [rss] Parse Atom and RDF Feeds from Websites #100

Closed
opened 2025-10-31 16:57:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/99
Author: @ricoberger
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @ricoberger

Base: mainHead: rss-parse-atom-and-rdf-feeds-from-websites


📝 Commits (1)

  • f79f1cc [rss] Parse Atom and RDF Feeds from Websites

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 supabase/functions/_shared/feed/rss.ts (+8 -2)

📄 Description

Until now we only checked if a website contained a RSS feed which can be used for FeedDeck. Now we are also checking if the website contains a Atom or RDF feed when no RSS feed was found.

For this we are checking link tag with the type="application/atom+xml" attribute or a link tag with the type="application/rdf+xml" attribute.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/99 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `rss-parse-atom-and-rdf-feeds-from-websites` --- ### 📝 Commits (1) - [`f79f1cc`](https://github.com/feeddeck/feeddeck/commit/f79f1cc4574dc76b6ac612d419d5f98a31ebba21) [rss] Parse Atom and RDF Feeds from Websites ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `supabase/functions/_shared/feed/rss.ts` (+8 -2) </details> ### 📄 Description Until now we only checked if a website contained a RSS feed which can be used for FeedDeck. Now we are also checking if the website contains a Atom or RDF feed when no RSS feed was found. For this we are checking `link` tag with the `type="application/atom+xml"` attribute or a link tag with the `type="application/rdf+xml"` attribute. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#100