testingconferences.github.io icon indicating copy to clipboard operation
testingconferences.github.io copied to clipboard

Add RSS feed to conference list

Open ckenst opened this issue 8 years ago • 4 comments

This might be a way to address #58.

ckenst avatar Sep 26 '17 20:09 ckenst

You can get access to data files using special variables and make a separate feed with conferences: https://jekyllrb.com/docs/datafiles/

ckenst avatar Oct 27 '17 20:10 ckenst

We have an RSS feed for our pages, but not for the conferences list: https://testingconferences.org/feed.xml

ckenst avatar Aug 19 '19 23:08 ckenst

Does this just need an xml version of the existing html files for current/past?

gpaciga avatar Oct 16 '19 17:10 gpaciga

The original idea behind RSS was to be able to pull it into a calendar like Google Calendar (hence #58) where other people could subscribe and stay informed. So in that case we just need an xml version of the current page to try it out.

Really we just need to be able to generate it once, import it into Google Calendar and then make that calendar shareable.

ckenst avatar Oct 16 '19 17:10 ckenst