Changes between Version 1 and Version 3 of Ticket #27792
- Timestamp:
- Jan 30, 2017, 9:55:14 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27792
- Property Version 1.10 → master
- Property Needs documentation set
-
Ticket #27792 – Description
v1 v3 1 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.1 I’m working on category (label, scheme/domain) attributes support for Atom and RSS. I have a patch for all three feed types: https://github.com/PavloKapyshin/django/tree/feeds_category_object 2 2 3 RSS domain maps fairly well to Atom's scheme. 4 5 Question is: for RSS, should category label be taken from Atom namespace (so there'll be an attribute) or just put inside <category></category> instead of term, if available? 3 Next step is to work on docs for this.