c09db47bafa32dc3cc406ebd244f37a8d3e3e05b
1 <rss version
="2.0" xmlns
:atom
="http://www.w3.org/2005/Atom">
3 <title
>disinclined
.org
/notes
/rss
</title
>
4 <link
>https
://disinclined.org/notes</link>
5 <description
>disinclined
.org
/notes
/rss
</description
>
6 <atom
:link href
="https://disinclined.org/notes/rss" rel
="self" type
="application/rss+xml" />
8 foreach ($this->items
as $item) {
10 echo " <title>" . $item['title'] . "</title>";
11 echo " <link>" . $item['url'] . "</link>";
12 echo " <guid>" . $item['url'] . "</guid>";
13 echo " <description>" . $item['description'] . "</description>";