Skip to content
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

As a user, I would like to easily subscribe to RSS feeds on the data portal #48

Open
mkalish opened this issue Feb 26, 2017 · 2 comments

Comments

@mkalish
Copy link
Member

mkalish commented Feb 26, 2017

By default, CKAN provides RSS feeds for the entire data portal and for the individual datasets, but its not very obvious.

The feeds look like:
http://data.codefordc.org/feeds/dataset.atom
http://data.codefordc.org/feeds/tag/crime.atom
http://data.codefordc.org/feeds/organization/code-for-dc-leadership.atom
http://data.codefordc.org/feeds/custom.atom?q=campaign
http://data.codefordc.org/feeds/group/arts-culture-history.atom

Tasks:

  • Create a button on the homepage thank links to the portal's feed
  • Create a button on the organization page that links to the feed for that organization
  • Create a button the on the group page that links to the feed for that organization
  • Create a new page and add a link in the footer that explains how to create a feed with a tag and how to create a feed based on a custom search
@jalbertbowden
Copy link
Collaborator

here is a main Atom feed for the whole catalog at:

http://datahub.io/feeds/dataset.atom

Each group and tag also gets its own feed:

http://demo.ckan.org/feeds/group/data-explorer.atom

http://datahub.io/feeds/tag/lod.atom

And you can build your own using the same parameters as the package_search API call:

http://datahub.io/feeds/custom.atom?res_format=CSV

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

No branches or pull requests

2 participants