You know how it is
This commit is contained in:
45
RSS/feed.xml
Normal file
45
RSS/feed.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<rss version="2.0"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>WebbieWeb</title>
|
||||
<link>https://webbieweb.org/ </link>
|
||||
<description>Akk0's site.</description>
|
||||
<language>en</language>
|
||||
|
||||
<!-- Update this whenever you add or edit items -->
|
||||
<lastBuildDate>Thu, 02 Oct 2025 12:00:00 +0000</lastBuildDate>
|
||||
|
||||
<!-- Self-reference helps readers find the canonical feed URL -->
|
||||
<atom:link href="https://webbieweb.org/feed.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<!-- Optional: how often (in minutes) readers should check -->
|
||||
<ttl>60</ttl>
|
||||
|
||||
<!-- Repeat one <item> per post, newest first -->
|
||||
<item>
|
||||
<title>Hello RSS</title>
|
||||
<link>https://webbieweb.org/</link>
|
||||
|
||||
<!-- guid must be stable and unique. If your <link> never changes, you can use isPermaLink="true". -->
|
||||
<guid isPermaLink="false">https://webbieweb.org/</guid>
|
||||
|
||||
<!-- RFC-822 style date; prefer UTC (+0000) -->
|
||||
<pubDate>Thu, 02 Oct 2025 11:15:00 +0000</pubDate>
|
||||
|
||||
<!-- Short summary; wrap in CDATA if you include HTML -->
|
||||
<description><![CDATA[A short summary in plain text or simple HTML.]]></description>
|
||||
|
||||
<!-- Optional: full HTML content for readers that support it -->
|
||||
<content:encoded><![CDATA[
|
||||
<p>Test RSS Thing.</p>
|
||||
]]></content:encoded>
|
||||
|
||||
<!-- Optional categories/tags -->
|
||||
<category>Tag1</category>
|
||||
<category>Tag2</category>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user