timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 309 forks source link

Add 'subscribe to changes' feature #71

Open timwis opened 8 years ago

timwis commented 8 years ago

Got the idea from git-data-publisher (example - click subscribe at the bottom-left). It uses github's commits atom feed. Ideally you'd subscribe to changes to the data itself, but JKAN could at least let you subscribe to changes to the metadata.

JJediny commented 8 years ago

Don't see why we couldn't actually apply this to datasets. Granted it would require some 3rd party service like google feedburner or mailchimp to manage the feed's additions and edits and to ultimately provide the push notifications....

But we could take a similar approach to the generated data.json file and apply this to an xml template using rss xml specs?

iltempe commented 8 years ago

I've done a Feed RSS including feed.xml file. Please look at https://github.com/iltempe/opendatagentediprato/blob/gh-pages/feed.xml for my project opendatagentediprato. this file should be generate a feed. obsiovuly you have to include in dataset schema PUB DATE field.