----------------------------------------
       RSS Feed
       March 31st, 2018
       ----------------------------------------
       
       After the mini-poll on the last post I have decided to keep my
       gophermap formatting on my phlog. As a sign of faith to the text
       purists, I am now generating a happy little RSS feed for the most
       recent 10 posts. You can find the feed here [0] and also see
       a link to it on my main gophermap [1].
       
 (TXT) [0] gopher.black RSS feed
 (DIR) [1] gopher.black
       
       For those of you using newsbeuter, you can add this to your feed
       list by dropping this line into the 'urls' file:
       
         "exec:curl -s gopher://gopher.black/0/rss.xml"
       
       To accomplish this, rather than add a cgi script to my site,
       I decided to add the RSS generation feature to burrow.
       
         $ burrow rss # generates the rss feed
       
       There's also a config parameter to auto-generate RSS when writing
       new phlogs. Check out the man page or README.md to see more.
       
       NOTE: There's one little weakness of my RSS generator. It will
       organize the most recent entries by date, but if you post multiple
       entries in a single day, it just alphabetizes them. I'm sure you
       guys can all deal with it.