Adding PEP abstract to the RSS feed? #1085
Open
Comments
If you're up for writing a PR to update the RSS feed code so we can see how it looks I suspect we would be willing to consider it. |
Please see PR #1679. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I feel frustrated by the PEP RSS feed not containing the PEP abstract, but only its title.
It seems like it would be possible to add the PEP abstract as the item's
description
, and move the PEP author as the item'sauthor
, using thedocutils
library to parse the PEP file when generating the RSS feed.What do you think about this proposition?
The text was updated successfully, but these errors were encountered: