Changes between Version 1 and Version 3 of Ticket #27792


Ignore:
Timestamp:
Jan 30, 2017, 9:55:14 AM (8 years ago)
Author:
Pavlo Kapyshin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27792

    • Property Version 1.10master
    • 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.
     1I’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
    22
    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?
     3Next step is to work on docs for this.
Back to Top