#LoqiIt looks like we don't have a page for "netnewswire" yet. Would you like to create it? (Or just say "netnewswire is ____", a sentence describing the term)
#vanderven.se martijnedited /accessibility (+1008) "/* See Also */ Links to Eric Meyer working on the accessibility of his blog design, contains advice that goes for many on the IndieWeb." (view diff)
dgold, John___ and [kevinmarks] joined the channel
#tantek!tell snarfed reminder, when was the first indieweb reply federated to a mastodon post (and has anyone done the opposite? federated a mastodon reply to an indieweb post?), and do we have a count of the # of replies bridged to mastodon permalinks? (over time)
#aaronpkswitchboard doesn't work with granary because switchboard expects to be able to make HEAD requests
snarfed joined the channel
#snarfedaaronpk: easy fix, happy to make granary handle HEADs
#Loqisnarfed: tantek left you a message 6 hours, 12 minutes ago: reminder, when was the first indieweb reply federated to a mastodon post (and has anyone done the opposite? federated a mastodon reply to an indieweb post?), and do we have a count of the # of replies bridged to mastodon permalinks? (over time)
#Loqi[snarfed] thanks for looking, @nightpool! i added `id`s and updated `inReplyTo` and `attributedTo` and now get a 204 instead of 500. great!
the reply itself still doesn't show up on the original post, https://mastodon.social/@dgold/98862730409351002 , but t...
#snarfedhmm it's probably because the AS reply i sent doesn't have an author. that's weird. probably a bug. thanks for finding!
#snarfedright...but i'm not actually implementing the authorship alg. i'm taking a given mf2 object, which may include an author property, and translating it.
#snarfedand the mf2 author value may be a full fledged object, or may just be a string
#aaronpkah yeah I didn't think about the case where the author property is a plain string
#aaronpkto find mine, recognize that it's a URL, then you can look elsewhere on the page for a top-level h-card with the same URL and get the info from there
#snarfedright. i may extend this to do full authorship...but right now, it's handled as an isolated translation from mf2 object to AS2, entirely in memory
#aaronpkif you have the mf2 tree in memory you should be able to do the whole authorship algorithm except for the part about fetching the URL
#[keithjgrant]how do y’all ping superfeedr after publishing something? I always have to look it up and I’m never sure it ever worked
#aaronpkI am also never sure if pinging superfeedr works
#aaronpkthat's why with switchboard I made it return some info about the publish
#aaronpkat the very least you can just look for a 2xx status code response and that's about as good as it gets with superfeedr
#sknebelsubscribe to your own site and check you get notifications? of course that's more external monitoring, not something that respond in-band to an issue
#[keithjgrant]yeah, I just spammed the heck out of Superfeedr... eventually its dashboard showed the pings (it doesn't update immediately). But still not seeing latest post in Feedly
#[keithjgrant]is the hub.url supposed to be the index page url, or the feed (xml) url?
#aaronpkoh yeah it'll need a new post for superfeedr to send out the notifications
#aaronpkso if you add a post to that page, then send a publish request with "https://keithjgrant.com/posts/" as the URL, you *should* see the notification
#LoqiThe representative h-card for a page is an h-card on that page that represents that page, if any, as not all pages are about a person or organization, a page might not have a representative h-card https://indieweb.org/representative_h-card
#ZegnatThat’s the concept of the self-linking h-card ^^^
#[eddie]Basically the posting screen is the same no matter what you are posting. If the reply attribute is set on the micropub object, the reply field appears (the goal is it will also turn into a link preview if my xray instance can parse it).
#Loqitantek: aaronpk left you a message 2 hours, 18 minutes ago: somehow your events are missing the p-name class when they are on your home page, but include the class on the permalink
#sknebel[mail]: the benefit of having less fixed structure is that you can mix types. E.g. a reply with an image is just a post that has a "reply-to" property and an "image" property, which in a naive split into specific post types with a (Database)schema for each type can be harder
#[eddie]mail I store all my posts as “posts”, eating, drinking, watching, listening, articles, notes, likes, etc. that said, i store my posts as flat files so it doesn’t clog up a database table