First blog post
This commit is contained in:
17
journal/feeds/all.atom.xml
Normal file
17
journal/feeds/all.atom.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">My Blog: My Blog</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/all.atom.xml" />
|
||||
<link href="http://www.example.com/index.html" />
|
||||
<id>urn:http-www-example-com:-index-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First blog post</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-blog-post.html?utm_source=all&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-blog-post-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<author>
|
||||
<name>The Unknown Author</name></author>
|
||||
<content type="html">
|
||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=all&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
17
journal/feeds/all.rss.xml
Normal file
17
journal/feeds/all.rss.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>My Blog: My Blog</title>
|
||||
<description>My Blog: My Blog</description>
|
||||
<link>http://www.example.com/index.html</link>
|
||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First blog post</title>
|
||||
<link>http://www.example.com/2022/09/first-blog-post.html?utm_source=all&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-blog-post-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>The Unknown Author</author>
|
||||
<description>
|
||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=all&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
17
journal/feeds/first-post.atom.xml
Normal file
17
journal/feeds/first-post.atom.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">My Blog: Posts tagged 'first-post'</title>
|
||||
<link rel="self" href="http://www.example.com/feeds/first-post.atom.xml" />
|
||||
<link href="http://www.example.com/tags/first-post.html" />
|
||||
<id>urn:http-www-example-com:-tags-first-post-html</id>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<entry>
|
||||
<title type="text">First blog post</title>
|
||||
<link rel="alternate" href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&utm_medium=Atom" />
|
||||
<id>urn:http-www-example-com:-2022-09-first-blog-post-html</id>
|
||||
<published>2022-09-07T11:55:04Z</published>
|
||||
<updated>2022-09-07T11:55:04Z</updated>
|
||||
<author>
|
||||
<name>The Unknown Author</name></author>
|
||||
<content type="html">
|
||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&amp;utm_medium=Atom"><em>More&hellip;</em></a></content></entry></feed>
|
17
journal/feeds/first-post.rss.xml
Normal file
17
journal/feeds/first-post.rss.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>My Blog: Posts tagged 'first-post'</title>
|
||||
<description>My Blog: Posts tagged 'first-post'</description>
|
||||
<link>http://www.example.com/tags/first-post.html</link>
|
||||
<lastBuildDate>Wed, 07 Sep 2022 11:55:04 UT</lastBuildDate>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<item>
|
||||
<title>First blog post</title>
|
||||
<link>http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&utm_medium=RSS</link>
|
||||
<guid isPermaLink="false">urn:http-www-example-com:-2022-09-first-blog-post-html</guid>
|
||||
<pubDate>Wed, 07 Sep 2022 11:55:04 UT</pubDate>
|
||||
<author>The Unknown Author</author>
|
||||
<description>
|
||||
<p><em>First blog post</em></p><a href="http://www.example.com/2022/09/first-blog-post.html?utm_source=first-post&amp;utm_medium=RSS"><em>More&hellip;</em></a></description></item></channel></rss>
|
Reference in New Issue
Block a user