Fix HTML entities

This commit is contained in:
~lucidiot 2022-05-30 17:08:13 +02:00
parent bbecff399c
commit 8111108617
1 changed files with 9 additions and 9 deletions

View File

@ -109,7 +109,7 @@
<dt>browser.contentHandlers.types.0.title</dt>
<dd>Initially set to <em>My Yahoo!</em>, I changed it to <em>TinyTinyRSS</em>.</dd>
<dt>browser.contentHandlers.types.0.uri</dt>
<dd>Initially set to <code>https://add.my.yahoo.com/rss?url=%s</code>, I changed it to <code>https://rss.envs.net/public.php?op=subscribe&feed_url=%s</code>. I found this URL by looking at the bookmarklets configuration in TinyTinyRSS and reading the short JS code that redirects you to TinyTinyRSS.</dd>
<dd>Initially set to <code>https://add.my.yahoo.com/rss?url=%s</code>, I changed it to <code>https://rss.envs.net/public.php?op=subscribe&amp;feed_url=%s</code>. I found this URL by looking at the bookmarklets configuration in TinyTinyRSS and reading the short JS code that redirects you to TinyTinyRSS.</dd>
</dl>
<p>I initially tried to add a button next to the <em>My Yahoo!</em> one by creating two new keys, <code>.types.1.title</code> and <code>.types.1.uri</code>, but that failed. I did not yet look into the Pale Moon source code to see why this could have failed.</p>
<p>With this change, instead of Yahoo, I can quickly subscribe to anyone's RSS feeds faster than ever. This will definitely not help my backlog of 2600+ articles…</p>
@ -239,27 +239,27 @@
</tr>
<tr>
<td>Comments on a post</td>
<td><code>/?p=42&feed=rss2</code></td>
<td><code>/?p=42&amp;feed=rss2</code></td>
<td><code>/[post name]/feed/rss2/</code></td>
</tr>
<tr>
<td>In categories</td>
<td><code>/?cat=1,2,3&feed=rss2</code></td>
<td><code>/?cat=1,2,3&amp;feed=rss2</code></td>
<td><code>/category/cat1,cat2,cat3/feed/rss2/</code></td>
</tr>
<tr>
<td>In tags</td>
<td><code>/?tag=tag1,tag2,tag3&feed=rss2</code></td>
<td><code>/?tag=tag1,tag2,tag3&amp;feed=rss2</code></td>
<td><code>/tag/tag1,tag2,tag3/feed/rss2/</code></td>
</tr>
<tr>
<td>In all categories</td>
<td><code>/?cat=1+2+3&feed=rss2</code></td>
<td><code>/?cat=1+2+3&amp;feed=rss2</code></td>
<td><code>/category/cat1+cat2+cat3/feed/rss2/</code></td>
</tr>
<tr>
<td>In tags</td>
<td><code>/?tag=tag1+tag2+tag3&feed=rss2</code></td>
<td><code>/?tag=tag1+tag2+tag3&amp;feed=rss2</code></td>
<td><code>/tag/tag1+tag2+tag3/feed/rss2/</code></td>
</tr>
<tr>
@ -269,7 +269,7 @@
</tr>
<tr>
<td>Search results</td>
<td><code>?s=[query]&feed=rss2</code></td>
<td><code>?s=[query]&amp;feed=rss2</code></td>
<td>&mdash;</td>
</tr>
</tbody>
@ -509,7 +509,7 @@
<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>
<dd><code>https://rss.envs.net/public.php?op=subscribe&amp;feed_url=%s</code></dd>
</dl>
]]></description>
</item>
@ -722,7 +722,7 @@
<description><![CDATA[
<p>This feed shows you what happens when a Kerbal Space Program player wants to play <em>realistically</em>. The Kerbal Space Agency is a fictional space agency that tries to play in real Earth time and starts from the very beginning with weather balloons or sounding rockets. The project has been going on for a few years and is mostly active <a href="https://twitter.com/KSA_MissionCtrl" target="_blank">on Twitter</a>, with the website providing summaries, off-character commentary, and a <a href="http://www.kerbalspace.agency/Tracker/tracker.asp" target="_blank">mission tracker</a> that fetches data straight from the save file.</p>
<p>The project has been much more silent since the pandemic, and there have been no news at all on whether or not it will be coming back, so for now this feed is quite inactive. However, the history there is pretty interesting to read still.</p>
<p>Since this is a WordPress blog, you can also get the <a href="http://www.kerbalspace.agency/ksa/?feed=atom&launch=false&maneuver=false" target="_blank">Atom feed</a> or the <a href="http://www.kerbalspace.agency/ksa/?feed=rdf&launch=false&maneuver=false">RDF Site Summary feed</a>.</p>
<p>Since this is a WordPress blog, you can also get the <a href="http://www.kerbalspace.agency/ksa/?feed=atom&amp;launch=false&amp;maneuver=false" target="_blank">Atom feed</a> or the <a href="http://www.kerbalspace.agency/ksa/?feed=rdf&amp;launch=false&amp;maneuver=false">RDF Site Summary feed</a>.</p>
]]></description>
</item>