2022-09-22 UTC
jacky, ben_thatmustbeme, angelo, ur5us, gRegorLove_, gRegorLove__ and gRegor joined the channel
ur5us and jacky joined the channel
[Jamie_Tanna] and jacky joined the channel
# 16:02 [tantek]4 capjamesg, re: UA does the "version" make sense without saying it's the PHP parser?
jacky, [campegg] and [Murray] joined the channel
# 18:47 capjamesg Microformats2 parser v1.2.1 (via python.microformats.io) Mozilla/5.0 Chrome/29.0.1547.57 Safari/537.36
# 18:48 capjamesg That's what I was thinking for the mf2 python website one.
jacky joined the channel
# 19:10 [tantek]4 what is the "v1.2.1" a version of?
# 19:53 [tantek]4 I suppose the "(via python.microformats.io)" implies that, however do you see what I mean about it being unclear to have a version number detached from the name of the software being versioned?
# 19:53 [tantek]4 or is the name literally just "Microformats2 parser"?
# 19:53 [tantek]4 which doesn't disambiguate with the PHP or JS parsers which I think have similar names
# 20:09 capjamesg "python.microformats.io (parser v1.2.1) Mozilla/5.0 Chrome/29.0.1547.57 Safari/537.36"
# 20:10 capjamesg "python.microformats.io Mozilla/5.0 Chrome/29.0.1547.57 Safari/537.36"
# 20:39 [tantek]4 I like the domain in the path, especially if we have an FAQ or top level question like "Why is this in my server logs?" that goes to an FAQ on the wiki etc. for folks that are wondering what's going on.
# 20:39 [tantek]4 I wonder if it's still worth including a short version of the software immediately after the domain like
# 20:39 capjamesg "python.microformats.io (mf2py/1.2.1) Mozilla/5.0 Chrome/29.0.1547.57 Safari/537.36"
# 20:46 [tantek]4 probably ancient UA-sniffing logic in software that sends different content
# 20:47 [tantek]4 or in some cases, config level blocking of anything that's "not" a "browser"
# 20:47 [tantek]4 I'd be ok with dropping them. I'm curious what others think (especially those who have written crawlers)
# 20:53 aaronpk i've had to add it to mine to avoid some sites blocking the requests
ur5us joined the channel
# 20:59 [tantek]4 for webmention discovery?
jacky joined the channel
jacky joined the channel
# 23:00 [tantek]4 maybe fewer changes at a time
# 23:15 gRegor +1 for lib name/version in the UA. I can PR the php site to follow