Compare commits

...

3 Commits

Author SHA1 Message Date
~lucidiot 5e2f7c522a Post about Dev Zines 2024-01-14 18:31:00 +01:00
~lucidiot 44e5c973f7 Post about HTML Blog 2024-01-14 18:29:55 +01:00
~lucidiot 9ba3872f33 Update Olognion feed due to Substack transition
Sounds like it will die soon sadly.
2024-01-14 18:29:43 +01:00
1 changed files with 31 additions and 1 deletions

View File

@ -1332,7 +1332,7 @@
<pubDate>Thu, 31 Aug 2023 19:17:10 +0200</pubDate>
<guid isPermaLink="false">olognion</guid>
<category domain="https://envs.net/~lucidiot/rsrsss/">Feed</category>
<link>https://www.theolognion.com/rss/</link>
<link>https://www.theolognion.com/feed/</link>
<description><![CDATA[
<p>A mix between <em>The Onion</em> and <em>O(log n)</em>, this website is pretty much The Onion for developers. The satirical news reports are published much less often than before but do make me smile a little each time, before the usual existential dread sets back in.</p>
]]></description>
@ -2176,6 +2176,36 @@ return &lt;type id="{$i}" name="{$type}" count="{$count}" /&gt;
<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>
<item>
<title>Dev Zines</title>
<pubDate>Sun, 14 Jan 2024 18:30:27 +0100</pubDate>
<guid isPermaLink="false">devzines</guid>
<category domain="https://envs.net/~lucidiot/rsrsss/">Feed</category>
<link>https://devzines.glitch.me/rss</link>
<description><![CDATA[
<p>A list of zines related to software development or just tech in general, along with tools, tutorials, templates to create zines, and events such as zine fairs. An interesting random find from Tumblr. It doesn't seem to be getting many updates unfortunately!</p>
]]></description>
</item>
</channel>
<access:restriction relationship="allow" />
</rss>