#[jgarber]I'm still curious about “representative h-entry”… Webmention (if I recall correctly) tends to refer to the “first” h-entry on a page. Would that be a URL’s representative h-entry?
#[jgarber]Or, is there a different discovery algorithm akin to the “representative h-card” algorithm?
mro, tetov-irc, AramZ-S[m], mro_, jeremycherfas, geoffo and AramZS joined the channel
#[tantek]4I think I may have had one in mind at the time but I have since forgotten
#[tantek]4X-Ray has supposedly implemented it so I wonder if all it does is "first h-entry"
#LoqiXRay is an open source API that returns structured data for a URL by parsing microformats and following other indieweb algorithms, and is part of the p3k suite of applications https://indieweb.org/XRay
jacky joined the channel
#aaronpknow i can't remember but i think it might be looking for either the first or an h-entry with a u-url of the same URL that was fetched
#aaronpkfor example why would "representative h-recipe" be any different than "representative h-entry"
#[jgarber]Great question. Supposing I don't fully understand (and/or it's not well documented) what exactly “representative” means with regards to microformat parsing.
#aaronpkit means "which of the mf2 objects on this page is this page actually about"
#[jgarber]So then a generalized algorithm for determining that?
#aaronpkyep, and in looking into this, i'd be curious if there are any instances where a generalized algorithm would be incorrect for a specific vocabulary
#[jgarber]> If no representative h-card was found, if the page contains an h-card with a url property value which also has a rel=me relation (i.e. matches a URL in parse_results.rels.me), the first such h-card is the representative h-card
#[tantek]4wait what is this micromicro cc tool and where can we document it for better discoverability?!?
petermolnar joined the channel
#[jgarber]Something I slapped together as a UI on top of MicroMicro (mf2 parser I built in Ruby). I added it to my wiki page, but haven't really talked it up.
#[jgarber]same same with indieweb-endpoints.cc and rel-me.cc. 😬
#LoqiIndiewebify.me is a service that checks how indieweb-compatible your site is and reports back its results; the verb indiewebify also means the act of making your site more IndieWeb friendly https://indieweb.org/validator
#[tantek]4maybe we are ready to create a separate /validator page
jacky joined the channel
#[jgarber]A generic algorithm seems desirable but there may be special cases for h-card and/or a user’s homepage?
#[jgarber]Coming back around to the “representative” thread…
#LoqiIt looks like we don't have a page for "link preview discovery" yet. Would you like to create it? (Or just say "link preview discovery is ____", a sentence describing the term)
#GWGMy test site, https://wpdev.gwg.us should still work, although I have not had a received token in a bit. I don't think I broke it
jacky, geoffo and petermolnar joined the channel
#gRegorHm, got a 400 sending a webmention to webmention.io, "source or target missing" but they're both in my logs. Manually re-sending via curl worked. Might be time to work on my webmention plugin, it's been a while