Skip to content

Add RSS 2.0 and Atom 1.0 feed support#97

Open
Princesseuh wants to merge 1 commit intomainfrom
claude/rss-test-bAQdi
Open

Add RSS 2.0 and Atom 1.0 feed support#97
Princesseuh wants to merge 1 commit intomainfrom
claude/rss-test-bAQdi

Conversation

@Princesseuh
Copy link
Member

Fixes #

What does this change?

  • Be short and concise. Bullet points can help!
  • Before/after screenshots can help as well.

How is it tested?

How is it documented?

Introduces `maudit::feed` module with `RssFeed`, `RssItem`, `AtomFeed`,
and `AtomEntry` builder types. Feeds are implemented as regular routes
returning these types, which convert to `RenderResult::Raw` via `From`
impls. Adds a `/feed.xml` route to the blog example to demonstrate usage.

https://claude.ai/code/session_01Lvoa6K3XPhuijkc6DQYY5L
@sampo-s-bot
Copy link

sampo-s-bot bot commented Mar 5, 2026

⚠️ No changeset detected

No new .sampo/changesets/*.md files were detected in this PR. To add one:

  • run sampo add
  • follow the prompts to pick the affected packages and describe the change
  • commit the generated file to this pull request, and it will be detected automatically

If this PR isn't supposed to introduce any changes (e.g., documentation updates), you can ignore this message.

@netlify
Copy link

netlify bot commented Mar 5, 2026

Deploy Preview for maudit-framework ready!

Name Link
🔨 Latest commit e0d50db
🔍 Latest deploy log https://app.netlify.com/projects/maudit-framework/deploys/69a8ffdf28adc30008173cfe
😎 Deploy Preview https://deploy-preview-97--maudit-framework.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added crt:maudit Changes in Maudit crate. examples labels Mar 5, 2026
@Princesseuh Princesseuh changed the title Add RSS 2.0 and Atom 1.0 feed support Introduces maudit::feed module with RssFeed, RssItem, AtomFeed, and AtomEntry builder types. Feeds are implemented as regular routes returning these types, which convert to RenderResult::Raw via From impls. Adds a /feed.xml route to the blog example to demonstrate usage. https://claude.ai/code/session_01Lvoa6K3XPhuijkc6DQYY5L Add RSS 2.0 and Atom 1.0 feed support Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crt:maudit Changes in Maudit crate. examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants