#2162 closed enhancement (fixed)
[patch] high-level syndication framework should support categories
Reported by: | greg[at]abbas.org | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Contrib apps | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As Flavio Curella points out, it seems like the high-level syndication framework ought to support categories (i.e., tags). He suggests offering three ways of doing it, but that seems like overkill, because if we support an "item_categories" method that works like the "item_pubdate" method, then simpler schemes are easy to implement too. Patch included, and as bonus it's only one line long! :-) I'll buy that for a dollar.
Also, this has some overlap with #1028, but my way is better because IMHO templates don't usually work well with XML. That's because in cases like RSS, XML isn't really being used as a markup language, but rather as merely a quasi-human-readable data format, so we should generate it programmatically.
patch for SVN trunk, r3116