• #dev 2020-06-24
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-06-24 UTC
# 16:32
[snarfed]
sivy_ you probably want to decouple webmention verification from post type discovery. the former is easier with the raw HTML. (i literally just do a string search across the whole doc.) for the latter, you follow the PTD algorithm against the parsed mf2. very different tasks