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.
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.