Skip to content

Instantly share code, notes, and snippets.

@Necroskillz
Created September 14, 2015 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Necroskillz/3fdcbc7592625878b25a to your computer and use it in GitHub Desktop.
Save Necroskillz/3fdcbc7592625878b25a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dsq="http://www.disqus.com/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.0/">
<channel>
<item>
<title>sometitle</title>
<link>http://www.example.com/archive/somepost/</link>
<content:encoded />
<dsq:thread_identifier />
<wp:post_date_gmt>2011-04-18 19:08:00</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:comment>
<dsq:remote />
<wp:comment_id />
<wp:comment_author>user1</wp:comment_author>
<wp:comment_author_email />
<wp:comment_author_url />
<wp:comment_author_IP />
<wp:comment_date_gmt>2011-12-15 12:00:29</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Content1]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_parent>0</wp:comment_parent>
</wp:comment>
<wp:comment>
<dsq:remote />
<wp:comment_id />
<wp:comment_author>user2</wp:comment_author>
<wp:comment_author_email>user2@smail.com</wp:comment_author_email>
<wp:comment_author_url>http://www.user2.com/</wp:comment_author_url>
<wp:comment_author_IP />
<wp:comment_date_gmt>2012-09-12 00:34:04</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Content2]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_parent>0</wp:comment_parent>
</wp:comment>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment