getsentry / vanguard

Apache License 2.0
41 stars 3 forks source link

feat: Add syndication feeds #72

Closed dcramer closed 2 years ago

dcramer commented 2 years ago

Feeds give the ability to pull-based publish posts to another platform using RSS feeds.

When you create a new feed it will be exposed at a credentialless-URL. Posts can be published to the given feed via the optional flags on the post form.

dcramer commented 2 years ago

image

image

image

dcramer commented 2 years ago

I was pretty naive w/ the implementation - only making the 'restricted' feature continuing over. I could see a world where you might want certain feeds exposed to certain categories, but thats a problem for future us.

dcramer commented 2 years ago

a TBD on the feed is we might need more data in the RSS annotations (like author's email address? or at least username?)