2025-06-15 UTC
#
[artlung] I use https://github.com/mibe/FeedWriter on the sites where I write out a feed. It's a bit long in the tooth and I have to suppress an error with `@` when I create an instance, but it's straightforward to work with: `$feed = @new ATOM();` ... example here: https://github.com/artlung/lab.artlung.com/blob/master/web/feed.xml.php
