rss.xml 981 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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/">
  3. <channel>
  4. <title>RSS Feed Example</title>
  5. <atom:link href="https://www.example.net/feed" rel="self" type="application/rss+xml" />
  6. <link>https://www.example.net</link>
  7. <description>A small description of this feed</description>
  8. <language>en-US</language>
  9. <item>
  10. <title>A fake item</title>
  11. <link>https://www.example.net/2022/02/10/something-fake/</link>
  12. <dc:creator>Bill Test</dc:creator>
  13. <pubDate>Thu, 10 Feb 2022 16:00:17 +0000</pubDate>
  14. <category>Fake</category>
  15. <description>A description of a fake blog post</description>
  16. </item>
  17. </channel>
  18. </rss>