Opened 8 years ago

Last modified 7 years ago

#27792 closed New feature

Extended category support for Atom and RSS feeds — at Initial Version

Reported by: Pavlo Kapyshin Owned by: nobody
Component: contrib.syndication Version: dev
Severity: Normal Keywords: feedgenerator
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Iā€™m working on category (label, scheme/domain) attributes support for Atom and RSS. I have a patch for Atom (ā€‹https://github.com/PavloKapyshin/django/tree/feeds_category_object), and want to ask what's the best way to implement same functionality for RSS feeds.

RSS domain maps fairly well to Atom's scheme.

Question is: for RSS, should category label be taken from Atom namespace (so there'll be an attribute) or just put inside <category> instead of term, if available?

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top