mattantonelli / lodestone

Unofficial webhook service, REST API, and RSS feed for Final Fantasy XIV Lodestone news
https://lodestonenews.com
30 stars 8 forks source link

RSS/Atom feed ? #16

Closed kfdm closed 2 years ago

kfdm commented 3 years ago

Do you think it would be in-scope to support RSS/Atom feeds for a URL ?

Example if I took http://na.lodestonenews.com/news/maintenance and added .atom or .rss it would provide a feed that I could view in a feed reader.

mattantonelli commented 3 years ago

I currently consider this project to be in maintenance mode, but I'll keep this request in mind if I ever get around to rebuilding the project.

kfdm commented 3 years ago

Understandable! Thank you for the response 😄

liclac commented 2 years ago

Would you accept a PR for it?

mattantonelli commented 2 years ago

I actually finished rebuilding the project earlier this year, so I do plan on taking a stab at this eventually, but I'm happy to take a look at a PR for it!

liclac commented 2 years ago

Ooh, exciting :eyes: In that case, would it make more sense for me to do this on the rebuilt version, just so I don't have to do it twice?

mattantonelli commented 2 years ago

This is the rebuilt version, actually. 😄

mattantonelli commented 2 years ago

@kfdm @liclac let me know how this works for you: https://lodestonenews.com/feed/na.xml

You can swap out the na for any other region if you'd like.

liclac commented 2 years ago

Nice one, works for me!

I started working on this locally, but ran into some weird bugs (read: I'm not very good at Ruby), thank you for doing it in my stead :D

Can I filter it by category as well? The status messages are a bit spammy when put into an RSS reader.

On Sat, 12 Nov 2022, at 03:18, Matt Antonelli wrote:

@kfdm https://github.com/kfdm @liclac https://github.com/liclac let me know how this works for you: https://lodestonenews.com/feed/na.xml

You can swap out the na for any other region if you'd like.

— Reply to this email directly, view it on GitHub https://github.com/mattantonelli/lodestone/issues/16#issuecomment-1312320566, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIP6UAAXCZ6OOEJBLCUMTWH345XANCNFSM5GUNQDGA. You are receiving this because you were mentioned.Message ID: @.***>

mattantonelli commented 2 years ago

Each news item has a category, so you might be able to filter on that in your feed. Otherwise, I'd have to make a feed for each individual category, which would be a bit of a mess.

kfdm commented 2 years ago

@kfdm @liclac let me know how this works for you: https://lodestonenews.com/feed/na.xml

You can swap out the na for any other region if you'd like.

Looks good! Thank you very much 🎉 🙇