[tantek], rockorager and [jacky] joined the channel
#rockoragerOk, schmarty, I've fixed it to now handle microformatless html. Thanks for pointing that out
#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"
#[tantek]what is the type of an untyped webmention
#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)
#capjamesgWhat's the sentiment on blending webmentions and comments?
#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
#sknebelso maybe someone also sets noindex on those?
#sknebelI haven't seen it, but it's also not like I look in detail at if pages I view have search engine headers set :D
#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?)
#capjamesgI don't display the webmentions I have sent because they don't seem too relevant to my readers.
#capjamesgI wondered about noindexing because I guess they would appear in search. But it doesn't really matter to me either way.
#capjamesgEspecially considering webmentions often appear on people's sites anyway.
rockorager joined the channel
#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
#rockoragerThen their comments would also come in as webmentions, after you do the sending
#rockoragerIf you don't need real-time, and you want more moderation you could just collect the user input and manually make the pages
#capjamesgGood idea rockorager re: parsing comments as webmentions.
rockorager, gRegor and barnaby joined the channel
#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
#Loqi[barnabywalters] #2905 Guzzle adds an empty header on multipart POST request containing an animated GIF
#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
#barnabyI suppose I should also submit a bug support somewhere else, but it might take some time to figure out exactly where is the best place
#ZegnatYeah, I think I would accept a PR that ignores a header when both name and value are fully blank.
bear1 joined the channel
#barnabyokay, I made an issue on psr7-server to establish “official” contact before starting a PR
barnaby, capjamesg, [Murray], mikeputnam, gRegor, nsh, pepperoni_, KartikPrabhu, alex11 and [jacky] joined the channel
#[aciccarello]I haven't heard much about drupal over the last few years. How active is the community?
#[jacky]I think it's strong - had two leads ask about it
#[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.
#[jacky]Something like this would be prime to use with a Micropub service (so Micropub itself would be the content store)
#barnabyAFAIK recent versions of drupal have embraced a lot of the positive changes in the PHP community, e.g. the various PSR standards
#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
[Ana_Rodrigues] joined the channel
#aaronpkThe founder of Drupal is also definitely in to IndieWeb ideas too, I've talked with him a few times
pepperoni_ joined the channel
#GWGswentel, who has been out of chat recently, was very active in Indieweb drupal stuff
[schmarty] and [tantek] joined the channel
#ZegnatYeah, I think he did a bunch of Drupal IndieWeb modules