blob: 1958f9567d73a339acd382a0111e0040167318c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
{{ define "body" }}
<p>
RSS is the classic way to follow a site's updates, and we're bringing it back!
Just give any RSS reader the following URL:
</p>
<p>
<a href="{{ BlogHTTPURL "feed.xml" }}">{{ BlogHTTPURL "feed.xml" }}</a>
</p>
<p>
There are literally thousands of RSS readers to choose from if you don't have
one. Here's some recommendations:
</p>
<ul>
<li>
<a href="https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp">
Google Chrome Browser Extension
</a>
</li>
<li>
<a href="https://f-droid.org/en/packages/net.etuldan.sparss.floss/">
spaRSS
</a>
is my preferred android RSS reader, but you'll need to install
<a href="https://f-droid.org/">f-droid</a> on your device to use it (a
good thing to do anyway).
</li>
<li>
<a href="https://ranchero.com/netnewswire/">NetNewsWire</a>
is a good reader for iPhone/iPad/Mac devices, so I'm told. Their homepage
description makes a much better sales pitch for RSS than I ever could.
</li>
</ul>
{{ template "gemini-cta.html" . }}
{{ end }}
{{ template "base.html" . }}
|