Last active
August 6, 2023 04:20
-
-
Save benubois/53e21f6541b31549ae76a9d4ccfc37a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > | |
<channel> | |
<title>Title</title> | |
<link>https://example</link> | |
<description>description</description> | |
<lastBuildDate>Thu, 12 Jan 2017 07:59:25 +0000</lastBuildDate> | |
<language>en-US</language> | |
<sy:updatePeriod>hourly</sy:updatePeriod> | |
<sy:updateFrequency>1</sy:updateFrequency> | |
<generator>https://wordpress.org/?v=4.8-alpha-39949</generator> | |
<item> | |
<title>title</title> | |
<link>https://example.com/</link> | |
<comments>https://example.com</comments> | |
<pubDate>Thu, 12 Jan 2017 07:59:25 +0000</pubDate> | |
<dc:creator><![CDATA[Author]]></dc:creator> | |
<guid isPermaLink="false">https://example.com/</guid> | |
<description><![CDATA[]]></description> | |
<content:encoded><![CDATA[]]></content:encoded> | |
<atom:author> | |
<atom:name>Full Name</atom:name> | |
<atom:uri>http://example.com/author</atom:uri> | |
<atom:email>[email protected]</atom:email> | |
</atom:author> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment