Problem/Motivation
Currently the Aggregator RSS feed located under aggregator/rss is returning empty feed items
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xml:base="https://dfm2o.ply.st/aggregator/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<channel>
<title>Aggregator RSS feed</title>
<link>https://dfm2o.ply.st/aggregator/rss</link>
<description></description>
<language>en</language>
<item>
<title></title>
<link>https://dfm2o.ply.st/</link>
<description></description>
<pubDate />
<dc:creator />
<guid isPermaLink="true">https://dfm2o.ply.st/</guid>
</item>
...
Remaining tasks
- Write test
- Write patch