Post about HTML Blog

This commit is contained in:
~lucidiot 2024-01-14 18:29:55 +01:00
parent 9ba3872f33
commit 44e5c973f7
1 changed files with 20 additions and 0 deletions

View File

@ -2176,6 +2176,26 @@ return <type id="{$i}" name="{$type}" count="{$count}" />
<p>This is the 100th post on RSRSSS, and it recently became three years old. Thanks for following along, and I'll see you next year!</p>
]]></description>
</item>
<item>
<title>Make an Atom feed for a bunch of HTML pages in two minutes</title>
<pubDate>Sun, 07 Jan 2024 16:45:07 +0100</pubDate>
<guid isPermaLink="false">html-blog</guid>
<category domain="https://envs.net/~lucidiot/rsrsss/">Tool</category>
<link>https://blog.miso.town/</link>
<description><![CDATA[
<p>Last time, I shared a neat tool called <a href="https://envs.net/~lucidiot/rsrsss/feed.xml#html-journal">HTML Journal</a> to create an Atom feed from a webpage that follows a rather simple structure. But what happens if you have a lot of pages, or can't have your content on a single page? Here comes <a href="https://blog.miso.town/" target="_blank">HTML Blog</a>, from the same creator, with the same spirit. This time, you have the following requirements:</p>
<ul>
<li>Have one, and only one, <code>&lt;h1&gt;</code> tag. That will be your feed's title.</li>
<li>Have an unordered list (<code>&lt;ul&gt;</code>) to list all your pages.</li>
<li>In each list item (<code>&lt;li&gt;</code>), have a <code>&lt;time&gt;</code> tag to specify the ISO 8601 date of the post. That will be the Atom entry's date.</li>
<li>In each list item, have a <code>&lt;a&gt;</code> tag. The <code>href</code> should point to the page of your post, and the link's contents will be the post's title.</li>
</ul>
<p>Just like with HTML Journal, there is <a href="https://m15o.ichi.city/site/subscribing-to-a-blog.html" target="_blank">a longer specification</a> for this.</p>
<p>And just like with HTML Journal, you can use <code>https://blog.miso.town/atom?url=</code> followed by the blog's URL, or use <a href="https://blog.miso.town/blog-to-atom" target="_blank">this form</a>, and you get <a href="https://blog.miso.town/validate-by-url" target="_blank">a validator</a>.</p>
]]></description>
</item>
</channel>
<access:restriction relationship="allow" />
</rss>