templates/feed.xml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>icyphox's blog</title>
<link>https://icyphox.sh/</link>
<description>Computers, security and computer security.</description>
<atom:link href="https://icyphox.sh/blog/feed.xml" rel="self" type="application/xml"/>
<image>
<title>icyphox logo</title>
<url>https://icyphox.sh/icyphox.png</url>
<link>https://icyphox.sh/</link>
</image>
<language>en-us</language>
<copyright>Creative Commons BY-NC-SA 4.0</copyright>
</channel>
</rss>
|