bcongdon / rssfilter

🔍 Web service for filtering RSS articles

Home Page:https://rssfilter.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the ability to filter based on tag / category

bcongdon opened this issue · comments

Hopefully this exists in the RSS/Atom spec (and ideally both...)

Hi Ben!

Not sure that there is anything in the spec about categories, but Wordpress displays them like this in the feed:

<category><![CDATA[Architecture]]></category>
<category><![CDATA[Interiors]]></category>
<category><![CDATA[Germany]]></category>
<category><![CDATA[Office architecture]]></category>
<category><![CDATA[Christ & Gantenbein]]></category>
<category><![CDATA[Office interiors]]></category>

I believe that this is how Newsblur does category filters. It’s a useful feature.