rockoragerIf there is no specific u-* for the `target`, then it searches every link on the page. If it finds the link in an <a> tag, it is simply called a "mention-of"
LoqiIt looks like we don't have a page for "type of an untyped webmention" yet. Would you like to create it? (Or just say "type of an untyped webmention is ____", a sentence describing the term)
capjamesgWebmentions are not accessible to the majority of my readers, which is a shame. So I was thinking of creating something that would let me store comments and add them on build but also retrieve my webmentions.
Zegnatcapjamesg: I feel like some people have do that, but I am not sure of any examples right away. I think some people have also used commentpara.de as a comment form on their site, that way people can write comments that are sent to your site as webmentions
sknebel(in the reverse, I guess for sites that load a list of received webmentions with JS, they likely wont be captured by search engines, those that serve them in the page content they would?)
rockoragerRe: mixing webmentions and comments, you could make a comment form that creates a page on *your* domain via micropub, with a u-in-reply-to for commenters who don't have their own site
barnabyZegnat: did you see the progress on the guzzle gif upload header issue? looks like an Expect: 100-continue header is being blanked somewhere between guzzle sending the cURL request and getallheaders() https://github.com/guzzle/guzzle/issues/2905
barnabyIMO knowing that getallheaders() isn’t guaranteed to return valid results would be a justification for psr7-server to filter out invalid headers before creating a ServerRequest. If you/nyholm agree, I’d be happy to make a PR to nyholm/psr7-server with a fix
[jacky]That said, I think I misspoke there, lol. I want something I can use to _render_ content that isn't static (not opposed to it but it'd be easier to handle) but I can define where the content comes from.
barnabyI’ve never worked with it myself, but in the very unlikely scenario that I was in the position to make a medium-large CMS-based site, I’d definitely look into it