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

adding xml feeds (rss) and api endpoints for programmatic access and eventual automation #729

Merged
merged 2 commits into from
Feb 26, 2022

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 25, 2022

This PR will add different ways to subscribe programatically to what is going on at US-RSE! We currently just have one main rss feed, and this will add the following new ones (note these links obviously aren't online yet but will be):

  • rss feeds for different kinds of content
  • equivalent json feeds for the same.

The rss feeds are intended to be subscribed to by an appropriate service, while the json API is more suitable for a client tool. The larger goal of this effort will be to make it easy to do automation of integrating with other organizations to get our content.

RSS (xml) Feeds:

For each RSS feed, we provide the latest 100 items.

Json Feeds:

JSON feeds are not limited in number, and we can provide this until a single page is not reasonable to load.

In addition, I've added docs to the README, and since some folks will want to find this on our site, I've added a working group page for the website and this content.

Signed-off-by: vsoch vsoch@users.noreply.github.com

Description

Motivation and Context

Checklist:

  • I have posted the link for the PR in the usrse slack (#website) to ask for reviewers
  • I have previewed changes locally
  • I have updated the README.md if necessary

cc @usrse-maintainers

… more eventual automation)

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch
Copy link
Member Author

vsoch commented Feb 25, 2022

Safe to ignore these for now, because we haven't merged this yet! 😆
image

Copy link
Member

@cosden cosden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some very minor suggestions. I think it's fine to merge without them if there is a reason not to change the order on the xml/json lists.

On a related note. The website working group page probably needs some more work, but I have no problem with what you have for now.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
pages/wg/website.md Show resolved Hide resolved
pages/wg/website.md Show resolved Hide resolved
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch
Copy link
Member Author

vsoch commented Feb 26, 2022

okay - posts.json and feed.xml (our main feeds) are moved to the top in both places cf2b833

@vsoch vsoch merged commit cfc07c3 into main Feb 26, 2022
@vsoch vsoch deleted the add/feeds branch February 26, 2022 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants