cppquiz icon indicating copy to clipboard operation
cppquiz copied to clipboard

Add RSS/Atom feed

Open knatten opened this issue 5 months ago • 0 comments

This is so people can subscribe to a feed with new questions as they get published. Currently the only way to do that is by paying attention on X/Mastodon/Bluesky.

This will probably look similar to how we generate the json feed that the app uses, so look at these files for inspiration:

  • https://github.com/knatten/cppquiz/blob/master/deployment/dreamhost/cronjobs/dump_published.sh
  • https://github.com/knatten/cppquiz/blob/master/quiz/management/commands/dump_published_questions.py

knatten avatar Sep 22 '24 15:09 knatten