minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
95 stars 46 forks source link

Atom/RSS/JSON feed #224

Closed louisroyer closed 2 months ago

louisroyer commented 4 years ago

Problem

I would like to suscribe to a feed containing recently added mods.

Solutions

It would be nice if you could implement some Atom feed for recently added mods.

rubenwardy commented 4 years ago

@Warr1024

rubenwardy commented 4 years ago

Steps:

Lazerbeak12345 commented 1 year ago

Would it be possible to have seperate feeds for each mod's releases? I'm thinking something like https://content.minetest.net/packages/$USER/$PACKAGE/feed.xml (linked of course).

Ofc I can just split this to be a seperate issue, if you'd prefer.

GreenLunar commented 9 months ago

This is an important feature. What's the priority of this?

Lazerbeak12345 commented 9 months ago

It seems like rubenwardy approved it. A PR seems to be what we're waiting for.

I've got some professional experience with Django. I could throw this on my personal developer backlog - but it's not very high priority for me to implement personally so it would take some time.

Lazerbeak12345 commented 9 months ago

Do we want RSS, Atom, or both?

EDIT: not sure if it matters anymore, since we'd have to make them from scratch. I thought the app was a Django app (since that'd be a really easy way to make an app like this) but I was mistaken. We won't be able to use the pre-built Django RSS feed tool - so I'd have to pick up this train of thought using a different technique.

GreenLunar commented 9 months ago

I prefer Atom and JSON. I'd like to help with this task. Please tell me what you want me to do.

Lazerbeak12345 commented 7 months ago

My workload got much larger at the beginning of the year. I'm not currently working on this.

rubenwardy commented 2 months ago

https://content.minetest.net/help/feeds/