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

Infra: Restore PEPs RSS feed in <head> #2509

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Apr 7, 2022

For #2508.

Previously title was "Python Enhancement Proposals", changing it here to "Latest PEPs" on @encukou's suggestion. I agree: it's both more descriptive and concise, and if you're visiting this PEPs site, you know what a PEP is.

The old PEPs site, by virtue of being part of python.org, also had these three RSS feeds:

    <link rel="alternate" type="application/rss+xml" title="Python Job Opportunities"
          href="https://www.python.org/jobs/feed/rss/">
    <link rel="alternate" type="application/rss+xml" title="Python Software Foundation News"
          href="https://feeds.feedburner.com/PythonSoftwareFoundationNews">
    <link rel="alternate" type="application/rss+xml" title="Python Insider"
          href="https://feeds.feedburner.com/PythonInsider">

Do we want to include any them here? Anything others?

Demo

View source of https://pep-previews--2509.org.readthedocs.build/ or https://pep-previews--2509.org.readthedocs.build/pep-0008/

@hugovk hugovk added bug infra Core infrastructure for building and rendering PEPs labels Apr 7, 2022
@hugovk hugovk requested a review from AA-Turner as a code owner April 7, 2022 15:22
@hugovk hugovk requested a review from CAM-Gerlach April 7, 2022 15:27
@encukou
Copy link
Member

encukou commented Apr 8, 2022

Do we want to include any them here?

No, they're not related to PEPs, or even core development.

Anything others?

I don't think we have any other PEP feeds?
“Accepted PEPs” might be useful to someone, but maybe not worth the work to add it. Definitely not in this PR :)

Copy link
Member

@encukou encukou left a comment

Choose a reason for hiding this comment

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

Looks good, thank you!

@hugovk
Copy link
Member Author

hugovk commented Apr 8, 2022

I don't think we have any other PEP feeds?

Correct, this is the only one.

@hugovk
Copy link
Member Author

hugovk commented Apr 14, 2022

Merging, thanks for the reviews!

@hugovk hugovk merged commit 3f6aec0 into python:main Apr 14, 2022
@hugovk hugovk deleted the pep-head-rss branch April 14, 2022 21:18
@CAM-Gerlach CAM-Gerlach linked an issue Apr 16, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CLA signed infra Core infrastructure for building and rendering PEPs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RSS feed is not linked to
4 participants