iasai, rwg16, [jgmac1106], niklasl, veremitz20 and pstuifzand joined the channel
#[jgmac1106]best part of posting an event on Known was throwing the post in a parser and seeing the different stylesheet for comments....and now knowing why all of my custom css trying to make comments prettier never worked
#@t↩️ consider the glass half-full:
* Lots of @-mentions violate policy? Use domain-mentions!
A little work to get @mlb players domains; surely as celebs they have them.
If(when) they enable Webmentions, they decide instead of Twitter!
http://tantek.com/t4wd3 (twitter.com/_/status/1044397694301679616)
Drag0n6 joined the channel
#tantek___reviews his working on and itches re: responses
#tantek___is going to edit it on the train ride home
#@tmcw↩️ but even something like h-card - it predates the webmention spec by a solid decade, but i struggle to find any implementation or usecase served that isn't just webmentions (twitter.com/_/status/1044434284126253057)
#RuxtonMan i remember the first microformats and DiSO talks i saw.. *mind blown*
#@aaronpk↩️ That’s tricky. hCard (Microformats 1) was/is indexed by Google. The Webmention spec (published in 2017) was published after years of implementations working in the wild. Before Webmention existed, h-card/h-entry was used with Pingback to send comments back and forth. (twitter.com/_/status/1044436721763381249)
#Ruxtontantek__: pretty good for fronting a lot of info.. it might be worth having a shorter/more concse "Why" section that then links to the wiki page, as that gets quite long
#Ruxtonit's also the first time i've read the code of conduct, didnt even realise it existed
#strugeejeremycherfas: Mercurial isn't a git frontend, it's a separate version control system
#Loqistrugee: jeremycherfas left you a message 22 hours, 53 minutes ago: I’m just dabbling so paying is not an option unless it really improves things. Currently using SourceTree. Is there anything else you think I should try?
#strugeeI wasn't really mentioning it as a suggestion for you specifically. basically just talking out loud
#strugeeKartikPrabhu: IIRC when I was writing it I didn't include Microformats because it wasn't a standard written for the IndieWeb specifically
#strugeethe page was supposed to be "things the IndieWeb has made" rather than "things the IndieWeb has used"
#strugeebut that being said a) I'm really not married to it b) I suppose honestly mf2 basically is made by the IndieWeb nowadays since folks are so involved upstream and c) it's late here and I'm tired so I should go to bed :-)
#LoqiIt looks like we don't have a page for "spec.indieweb.org" yet. Would you like to create it? (Or just say "spec.indieweb.org is ____", a sentence describing the term)
#tantek__^^^ go for it strugee KartikPrabhu. a small stub page with GH link etc. makes it discoverable
cweiske and [kevinmarks] joined the channel
#ZegnatHmm. After yesterday’s WebDAV talks, I wonder if there is any value in adding “test suite” links to the spec.indieweb.org page. So when we link it to show people standards that have been developed, we automatically link them to tests
Guest34248, aot, KidReese777 and swentel joined the channel
#jackybut tbh there's nothing stopping anyone from just `curl`-ing a site and reading a site's h-card info
ahmed__ joined the channel
#ZegnatScopes are specifically a thing in authorization (OAuth) tokens and they are decided on by the service that is consuming the token. Micropub and Microsub just establish some scopes so clients can be interoperable.
#ZegnatIf your websites requires me to have authorization to access your h-card, then you can check what scopes I have gained authorization for and whether you want to display it or not. But that’s about the gist of it
#jackyso like I wanna have my site's indieauth page show me some info about the scopes that it's being requested for
#jackywhich tbh from what you're saying sounds like I'd implicitly already know if I'm implementing things like micropub
#ZegnatSo a Micropub client will do the IndieAuth flow to gain a token to use. It then requests scopes it thinks it needs (create, update, delete). But your IndieAuth endpoint decides what tokens it will give. Maybe you do not give delete (because you are testing a client you have less trust in) or whatever. Or maybe you add an extra scope for a client you trust to also create newsletter emails (add a scope “email”).
barpthewire, Scarpa and [eddie] joined the channel
#[eddie]So I have h-card questions. 🤔 Essentially I want eddiehinkle.com to be my primary website, so that I use eddiehinkle.com to log in to IndieAuth, Micropub apps, etc. But I want to have an “about me” page that contains all of my h-card info because I want to experiment with adding more details than the typical “name, url and photo”
#[eddie]That means for my posts I would need to point my h-card url to the about me page instead of my homepage? (eddiehinkle.com)
[kevinmarks] joined the channel
#[eddie]I think the other question is, do I need to somehow link eddiehinkle.com to my about page? To essentially say if you are wondering who owns this page, look at this h-card over there?
[jgmac1106] joined the channel
#[jgmac1106]no put an h-card on the homepage and one on the about me page
#[jgmac1106]if you put it in the header or footer you will have two on the about me page
#[jgmac1106]both are handcoded on the homepage its small the about me I play with the long paragraph format but sometimes parses pick up an h card in the comments and not mine
jeremych_ joined the channel
#[jgmac1106]...and I see the problem.....the h-card widget comes through on that page so I eneded up with two...going to remove it
#Zegnat[eddie]: I think adactio has an example of the about page. And there have been brain storms about discovering the more conplete one through linking. But I am not sure anyone actually does such discovery
#ZegnatAbout to dig into lunch, happy to try and dig up some documented info later though
#[eddie]Cool, thanks Zegnat. I’ll check out Adactio
#[eddie]Interesting, looks like adactio does the same thing as jgmac1106. Mini h-card on homepage, big h-card on about page
#[eddie]ahh and then he links to the about page with rel=“author”
#[eddie]So it seems like I should leave my h-card the way it is and I can add a new about me page with an h-card, but I shouldn’t really change my homepage as there aren’t any consuming use cases yet of linking between the homepage h-card and the about me h-card
#swentelhmm aaronpk, I read you can reply to mastodon users, do you have any example code of that, specifically looking how the body should look like. tested too many variantions now and nothing showing up on mastodon sadly :/
Kirjava15 joined the channel
#[jgmac1106][eddie] doesn't mean you can't add a "read more" or "learn more" on the mini hcard pointing to the bigger one
#aaronpkIIRC it requires that you add a mention to the tags list, the text also has to mention the user, and then the reply url needs to be set obviously
#aaronpkHuh that looks right at first glance but it's early and I only slept a little on that red eye flight so I might be missing something
dougbeal|iOS joined the channel
#[jgmac1106][tantek] I ended up with a google alert as well for that last webmention you sent. That is the first time that has happened with a webmention
#[jgmac1106][eddie] interesting though is Adacito hcard isn't picked up in Indigenous for me
dougbeal|mb1 joined the channel
#[eddie]Yeah, I think the issue with that is the feed doesn’t have a link to the h-Card
#[eddie]As opposed to there being an issue with the h-card
#tantek.comedited /discuss (+395) "re-organize a little, link each method of joining in the dfn for quick access, some description prose tweaking" (view diff)
#tantek__Zegnat, re: test suites on spec.indieweb.org - no need, each spec links directly to its test suite (or should)
#tantek__better to keep spec.indieweb.org more minimal and easier to read instead of littering it with more links and prose
#tantek__(sometimes when you add stuff, then people glaze over and miss everything, including the stuff you added because you wanted to make it more discoverable)
#ZegnatYou are right, tantek__. I’ll have a look at the specs and see if they all link to test suites
#Loqi[mkaply] operator: The Firefox Operator Add-on
tglobe, t_globe, [jgmac1106], DenSchub, swentel, [Rose] and snarfed joined the channel
#@HeNeArXn↩️ e.g. nearly everything built in the community that handles posts and wants to know a post's author is consuming it (webmention endpoints showing comments, readers, ...). It's basically always handled while implementing sth higher-level, and the things thus documented elsewhere. (twitter.com/_/status/1044667528516186112)
#Loqi[Greg McVerry] Hey everyone just an important update for the #NHV dev community the response for @aaronpk’s OAuth 2.0 talk tonight was so overwhelming we had to move to a bigger venue! We will now be in Davis 101 from 7:30-9:00
OAuth 2.0 with Aaron Parecki
July ...
#Loqi[Greg McVerry] Hey everyone just an important update for the #NHV dev community the response for @aaronpk’s OAuth 2.0 talk tonight was so overwhelming we had to move to a bigger venue! We will now be in Davis 101 from 7:30-9:00
OAuth 2.0 with Aaron Parecki
July ...
#Loqi[Greg McVerry] Hey everyone just an important update for the #NHV dev community the response for @aaronpk’s OAuth 2.0 talk tonight was so overwhelming we had to move to a bigger venue! We will now be in Davis 101 from 7:30-9:00
OAuth 2.0 with Aaron Parecki
July ...
#ZegnatI don’t think I understand the question, [jgmac1106] ...
#ZegnatBut that URL isn’t an event in itself, it is an h-event nested as a child of an h-entry. So maybe whatever you are using for RSVPing doesn’t understand that and requires an h-event?
#[jgmac1106]ahhh...was worried about that...looking at how Known does it the he-event is stand alone and not nested in the h-entry
#[jgmac1106]I think in WP I would have to set up each h-event as a page so it does not get nested in the h-entry of a post
#ZegnatUnless you can do a different post type (? kind?) that swaps the h-entry class for an h-event class. Yes.
#[jgmac1106]...no we don't have an h-event post kind yet, would work as a page....I also made up p-building and p-room in the markup didn't know how to label those
#KartikPrabhuthere is no actual need to markup building and room separately
#[jgmac1106]I was going to focus on my WP exit plan at IWC NYC but the microformats badging stuff I am doing is getting a ton of steam and lookie loo's
#sknebelthere is an event post kind, but I don't know if it can change the main class
#[jgmac1106]@karthikPrabhu you work on a college campus..if there was ever a need to mark them up separate...that's the use case....I figured it should go into p-location but I was feeling my inner @zegnat and wanted make up mf2 for all the words
#ZegnatPfff. Make up properties? What gave you that idea!
#KartikPrabhuyou need to have a building and room in the location, but you don't need to "mark them up"
#KartikPrabhuif there is no consuming code for the markup it is useless
MoDaX18 joined the channel
#jackyis anyone opposed to making formal pages for some of these scopes?
#jackyso like I'm testing something for my site (v2!)