#miklband thanks for the reminder. I had started organizing my dotfiles and getting them into git. Need to finish that project.
#willnorrisI've been through a few different tools to manage mine, and have been quite happy with rcm (https://github.com/thoughtbot/rcm). It's just a set of shell scripts, so I have a local copy checked into my dotfiles repo so I don't have to install it separately on machines
#petermolnarturned out that Google is happy marking up the same vcard to be both a person and an organization and use a reference instead of per entry, so so the author and publisher requirements can be fulfilled by a single footer vcard
#petermolnarI'm wondering about the relation between me and the company I'm working for... there is an "owns" in https://schema.org/Person, I guess the accurate markup would be org owns person, right? /s
rigelk joined the channel
#petermolnar"The property worksFor is not recognised by Google for an object of type Role." lol.
#petermolnaroccupation _requires_ an estimatedsalary? suuure, google.
#petermolnarI think I'm going to skip microdata on my resume...
#ZegnatI think you should just not use the Google validator
#petermolnarI'm leaning towards that conclusion as well
#ZegnatThere is nothing wrong with the schema as defined on schema.org
#petermolnarthe thing is, microdata is basically for google; otherwise I'm happy with mf2
#petermolnarso if it's not valid for google, it doesn't really make sense to even have it, does it?
#ZegnatI really couldn’t say. I always see a lot of theoretical talk about linked data, but don’t actually know about major implementations that would use it.
#ZegnatChances are there are 0 microdata resume consumers... then again, there are probably also 0 h-resume consumers ;)
#petermolnarthere's a rather high change for that, indeed :D
#ZegnatI am guessing that the schema team is just really interested in semantic / linked data, where the search team is only interested in the datapoints that are useful right now. And then the SEO folks only want to know about the data points that the search team is reading, so that’s what the validator is build for.
#petermolnarstill nowhere close to the 36MB Facebook monster
#ZegnatI should probably update the client information matrix with title / og:title now that WP will look at those. Though it seems like the most likely candidate for IndieAuth is WAM, aaronpk?
#Loqi[Tantek Çelik] h-event is a simple, open format for events on the web. h-event is often used with both event listings and individual event pages. h-event is one of several open microformat draft standards suitable for embedding data in HTML.
h-event is the microfor...
#aaronpkon tantek's home page, his h-events are inside his h-card so there is a sort of implied author there
#Loqi[Zegnat] Does it become significantly harder to change properties after “flipping the switch”? If so (I am not fledged in the Microformats processes) we might need to do some changes to h-event first.
The current draft specification does not adress usi...
#ZegnatWe could check more h-event implementations and see how many include author, but I have a feeling many that are published within blog/feed context do.
#LoqiIt looks like we don't have a page for "where" yet. Would you like to create it? (Or just say "where is ____", a sentence describing the term)
#[scottgruber]Not sure where to put the in-reply-to property. I tried this “a href=“https://webmention.rocks/test/1” rel=“u-in-reply-to” in an anchro tag and read this documentation which I’m probablyt misunderstanding how to format properly. https://indieweb.org/in-reply-to
#Loqi[Scott Gruber] Sites to help test
fed.brid.gy
brid.gy
#aaronpkthere seems to be a nested h-entry, is that intentional?
#aaronpkI tried sending a webmention from your post to webmention.rocks and it worked
#[scottgruber]Thanks folks. I don’t mean to bother you and am trying to sort through it myself, but hard at my level. the nested h-entry was pasted in this sample https://indieweb.org/reply-context#Markup
#[scottgruber]and trying to test sending a webmention so that when I link to an article that can receive a web mention I can be posted on the other persons site.
#aaronpkoh, sending a webmention is something your website would do in code, either as a cron job or as part of your publishing process
#[scottgruber]Yes, its perch. Still have some clean up on a blog function in the code. But I think I got it. So each time I want to send a webmention in MY post I must format the with a snippet you have on your example. which I copied to my page, updated with my content and pasted my pemalink on your site.
#aaronpkideally Perch will send the webmention when the post is created or updated
#aaronpkbut that form on my site is a way to test this without relying on your software doing it automatically
#[scottgruber]I just manually fired my scheduled tasks to see if I can get it automated.
#ZegnatI'm guessing it shouldn't always be the homepage. E.g. if you have a JSON feed for posts of a specific tag, that link should point to the tag page.
#GWGI'm trying to find the function in WordPress that does that.