Skip to content

Add RSS Feed to site #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zoras opened this issue Feb 9, 2018 · 11 comments · Fixed by #704
Closed

Add RSS Feed to site #226

zoras opened this issue Feb 9, 2018 · 11 comments · Fixed by #704

Comments

@zoras
Copy link

zoras commented Feb 9, 2018

This will allow new additions to be tweeted automatically or open other possibilities like sending out emails notifications to subscribers, IFTTT etc.

@jonallured
Copy link
Member

I did have an RSS feed of the site at one point, but it was a hassle to keep up-to-date, so I just stopped doing it and this issue you have opened is the first time anyone has brought it up, haha. I'm intrigued by your ideas around sending email notification and automated tweets - how would you do those things with the feed?

@paneq
Copy link

paneq commented Feb 9, 2018

Also, Slack can integrate with RSS to notify about new conferences. Right now I am watching this repository to achieve that knowledge.

@geraldb
Copy link

geraldb commented Oct 25, 2018

FYI: The (alternative) ruby conferences & camps page has a web feed in rss [1] and json [2], see http://planetruby.github.io/conferences/2020. It's also built from a datafile with jekyll (and believe it or not - it has more github stars too). Just in case you need some inspiration on how to do it. Copy as you please, it's all public domain. Cheers. Prost.

PS: If anyone thinks about sharing datafiles - yes, yes, of course. I suggest opening (and discussing) in a new ticket / issue.

  1. http://planetruby.github.io/conferences/feed.xml
  2. http://planetruby.github.io/conferences/feed.json

@pjmartorell
Copy link
Contributor

yes, I think it would be a good feature. I would like to create a Zap to automatically create events in my calendar and at least I would need a JSON or RSS

@bogn83
Copy link
Contributor

bogn83 commented Jan 30, 2020

[not really a contributor, just added a conference 😄 ]

There's a pull request for this now at #339. Maybe you should add a thumbs up over there.

If you know how to automate adding a yml key to a changed block in Travis or GH Actions you should chime in there. Or if you are knowledgeable in editing a Dangerfile you could help out as well. Details over there.

@siaw23
Copy link
Contributor

siaw23 commented May 21, 2022

I'm scraping and creating a JSON of events here if anyone is interested https://ruby-events-api.onrender.com/api/v1/events.

https://github.com/siaw23/ruby_events_api :)

@adarsh
Copy link
Collaborator

adarsh commented May 15, 2023

I feel like this is covered by #492 now?

@ivoanjo
Copy link
Contributor

ivoanjo commented May 17, 2023

My 0.01c is that having an rss feed would still be cool, because e.g. I can know about new conferences and when I can submit to them.

@adarsh
Copy link
Collaborator

adarsh commented Oct 19, 2023

This is challenging because our database (such as it is), is really a list of events in order, like a calendar. Each entry doesn't have a "created_at" timestamp so I don't really know how a date sequential RSS feed would work, although I'm not an expert on the format.

@jonallured
Copy link
Member

Way back when I had a feed in the sense that I would make posts and the feed was those. So I'd update the list of events and then ALSO make a quick post with that same sorta info. It was a pain so I stopped doing it. 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants