feed_parser/test/fixtures/rss2/shadowfacts.xml

19 lines
827 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Shadowfacts</title>
<link>https://shadowfacts.net</link>
<description></description>
<lastBuildDate>Fri, 06 Jan 2023 05:27:48 +0000</lastBuildDate>
<item>
<title>Rewritten in Rust</title>
<link>https://shadowfacts.net/2023/rewritten-in-rust/</link>
<category>meta</category>
<guid>https://shadowfacts.net/2023/rewritten-in-rust/</guid>
<pubDate>Thu, 05 Jan 2023 19:30:42 +0000</pubDate>
<content:encoded><![CDATA[<p>So, about six months ago I decided I wanted to rewrite my perfectly-working blog backend in Rust. Why? Because I was bored and wanted an excuse to use Rust more.</p>
]]></content:encoded>
</item>
</channel>
</rss>