Add TinyTinyRSS in SeaMonkey

This commit is contained in:
~lucidiot 2021-10-23 20:49:30 +02:00
parent 061d5079b2
commit c15ec47462
1 changed files with 19 additions and 0 deletions

View File

@ -499,5 +499,24 @@
<p>I just discovered today that Escargot has an RSS feed for its recent news, Escargot Today. And it does not just include the last 5 or 10 posts like most blogs do, this feed just has every single news entry since 2017, which is neat. There are not that many updates since most of the project's true activity is on their GitLab repo, but if you plan on playing with this client, this feed will make sure you don't miss out on any breaking changes they might make. You can also access that page on newer versions of MSN since they changed the MSN Today URL to point at their site.</p>
]]></description>
</item>
<item>
<title>Subscribing with TinyTinyRSS in SeaMonkey</title>
<pubDate>Sat, 23 Oct 2021 01:52:34 +0200</pubDate>
<guid isPermaLink="false">seamonkey-tinytinyrss</guid>
<category domain="https://envs.net/~lucidiot/rsrsss/">Tip</category>
<description><![CDATA[
<p>Remeber my previous adventures with Pale Moon where I configured it to quickly subscribe to TinyTinyRSS? Well, ~m455 reminded me of the existence of SeaMonkey today. It has a mail client, newsgroups, feed subscriptions, IRC, and a HTML editor, and never dropped FTP support. You can also get Gopher support by installing <a href="https://addons.thunderbird.net/fr/seamonkey/addon/overbiteff/">OverbiteFF</a>; it says SeaMonkey 2.43 and later is not supported, but it worked just fine for me under SeaMonkey 2.49.5.</p>
<p>Back when I was using Pale Moon, I could not find out how to add a new option without removing the existing ones so I just overwrote Yahoo with TinyTinyRSS. But this time, I got it to work with an extra setting! Here is the configuration in <code>about:config</code> that I managed to use for SeaMonkey:</p>
<dl>
<dt>browser.contentHandlers.types.6.title</dt>
<dd><code>TinyTinyRSS</code></dd>
<dt>browser.contentHandlers.types.6.type</dt>
<dd><code>application/vnd.mozilla.maybe.feed</code></dd>
<dt>browser.contentHandlers.types.6.uri</dt>
<dd><code>https://rss.envs.net/public.php?op=subscribe&feed_url=%s</code></dd>
</dl>
]]></description>
</item>
</channel>
</rss>