No, the output for the "recent additions" is an RSS file, a standard file format. I'm saying arc would just process ANY RSS file, and output it in a friendly manner.
The current format is like this:
Code:
<item>
<title><![CDATA[Home Menu (Themes)]]></title>
<link>https://<snip>/#0004008c00008205</link>
<guid isPermaLink="true">https://<snip>/#0004008c00008205</guid>
<description><![CDATA[0004008c00008205]]></description>
<content:encoded><![CDATA[<snip>]]></content:encoded>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator>
<pubDate>Sun, 05 Feb 2017 10:34:37 +0000</pubDate>
</item>
So, the output could just be a list based on say the <title> tag (Seems generic enough):
Code:
- Home Menu (Themes)
- Some Other Title
Or it could output the first tag it finds for each <item>, or it could output all the info, whatever. Just some method of showing it that isn't explicitly linked to that site.