AsteroidOS / asteroidos.org

AsteroidOS official website. Built using Assemble, Grunt, Bootstrap and Less.
Other
23 stars 37 forks source link

Generate RSS feed from news items. #409

Closed MagneFire closed 1 year ago

MagneFire commented 1 year ago

This generates an RSS page for use with RSS readers.

I've tested this on various RSS reader with mixed results:

Currently marking as draft for the above reason and the fact that I had to downgrade some packages as the imported code is old and using the current packages didn't seem to work initially. Issues have been resolved.

This PR supersedes: https://github.com/AsteroidOS/asteroidos.org/pull/372 and https://github.com/AsteroidOS/asteroidos.org/pull/408.

lepras commented 1 year ago

merge wen? 🥹

MagneFire commented 1 year ago

merge wen? 🥹

I'm currently waiting for feedback on the PR before merging it.

It can take some time for the other maintainers to pick this up ;)

FlorentRevest commented 1 year ago

Thanks a lot! This was more involving than I originally thought but at least now it's clean and we don't need to think about it anymore! :)

lepras commented 1 year ago

we don't need to think about it anymore!

How are the commits pushed to production? I don't see any github action.

MagneFire commented 1 year ago

we don't need to think about it anymore!

How are the commits pushed to production? I don't see any github action.

It was an issue on or website server. It has been fixed and the feed is now available: https://asteroidos.org/feed.xml

FlorentRevest commented 12 months ago

we don't need to think about it anymore!

How are the commits pushed to production? I don't see any github action.

We don't use GitHub actions, we have a bot that subscribes to GitHub notifications and one of the things it does with it is to rebuild and deploy the server.