• #dev 2025-06-15
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-06-15 UTC
# 19:34
[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