----------------------------------------
Smol Feed
April 30th, 2022
----------------------------------------
RSS being XML is not very "smol", as in smol web.
Atom maybe has a bit of a nicer element names, but still.
Then maybe came JSONFeed, which still not all feed libraries do
understand, and thus not all feed readers. I would have loved
it being simpler, a feed defined as jsonlines, maybe with the
very first line reserved for the feed metadata.
Maybe twtxt was before JSONFeed?!
twtxt is great: one line, one item.
But why can't we have a simple text based format for
phlogs containing their full text?
Hm, is burrow actually copying the whole phlog entries into the
feed items? I have to check ...
.. it does! Great. Now, make the XML available via HTTPs for
the general feed reader: burrow edit-config to have the xml in
./../../public_html/rss.xml or whatever.