dtinit / portmap

A structured search frontend for portability articles to help people find solutions and help us learn about needs
https://portmap.dtinit.org
Other
2 stars 0 forks source link

Can we add a RSS feed for new articles? #73

Closed lisad closed 6 months ago

lisad commented 7 months ago

if we Dynamically generate: whenever somebody requests the RSS feed we have a view that returns the articles. there's probably simple RSS libraries. We won't even have to worry about pagination for a long time if ever.

We could also statically generate a RSS file probably at the end of a "populate" command.

We do need 'created_at' and 'updated_at' fields to the Article model to be able to put dates in the RSS feed.