#Loqiaaronpk: tantek left you a message 2 hours, 56 minutes ago: what do you think of setting up http://2016.indieweb.org/LA for IWC LA? for ticketing, indie RSVP etc.
#snarfedwow, cool. anyone on FB, open your news feed, open up browser tools DOM inspector, and check out the alt text for a few photos that people uploaded to FB
#ZegnatKevinMarks_: I was planning to try and write the extension so it would do all the checking internally, no dependency on Indiewebify. Will see how that goes.
#ZegnatIndiewebify source is on GitHub, so I should be able to replicate its checks.
#ZegnatRe mobile: Firefox for Android supports some of the WebExtensions API, yes.
#KevinMarks_pours one out for the social graph api that dealt with chained rel-me
#voxpellireminds me a bit of this old extension I created when the Social Graph API was still around: https://techwhack.co/othermes/ (And later ported to my own Social Graph API clone)
#voxpelli(especially as my "Social Graph API" is more of an "Identity Graph API" as that limits the scope of the crawling pretty extensively)
#KevinMarks_Rel-me is core, but crawling following would be good too, especially when we need vouch
#voxpelliI did experiment with crawling a few steps of followings as well, trying to limit the distance from the queried identity to avoid having to crawl the entire net
#voxpelli(hardest part is to come up with a good recrawl mechanism – that's where I got stuck, I recrawled everything once a day and that's too slow for sites in development and too much for stable sites)
#KevinMarks_Right, Brad being able to piggyback on Google crawl did make it easier
#KevinMarks_Maybe combined with push and webmention to gauge update frequency?
#KevinMarks_That was the Technorati trick - when the blog published a post, recheck the other links
#Zegnat"showing ticks or crosses by the links" - like all those weird anti-virus link checker extensions?
#ZegnatKevinMarks, would you expect the extension to check every [rel="me"] link on every page you visit automatically, or wait for the user to press a button in the browser UI?
#KevinMarks_Hm. Making it optional is a good idea. Press a button to start with. I do like the background idea, but it would potentially cause a lot of traffic, especially on my g+ page ;)
#KevinMarkswhich is why I picked ✔✖ to begin with as they are styleable (for now)
#KevinMarksthe idea of svg is you can just use :after with <svg xmlns="http://www.w3.org/2000/svg" width=".9em" viewbox="0 0 40 40"><circle cx="20" cy="20" r="18" fill="darkred" stroke="red" stroke-width="3"/><path d="M 10,10 30,30 M 10,30 30,10" fill="none" stroke="white" stroke-width="6"/></svg>
#KevinMarksor just append to the innerHtml of the link then you don't then need css to go with the code
#ZegnatI am not sure :after would work very well, as it is extremely dependable on the page's own css. Much more so than just adding an IMG
miklb and mlncn joined the channel
#KevinMarksafter doesn't work with html, so I was wrong
#tantekwonders if CSS/SVG hackery belongs here or in #indieweb-dev
#voxpellisnarfed: it's cool, been keeping my eye on that one for a long time, though it's more for science and prototyping than real world applications
#voxpelliAs they only release like monthly snapshots or something rather than recrawling frequently
#bearWARC is a web archive (Web ARChive) format designed to collect all of the resources that make up a web page into a single item that does not require any external references when opened
#KevinMarksif I did make this a browser plugin, adding caching to it could be a good idea
#KevinMarksthough i suppose I could make my own endpoint with caching for that
#KevinMarksanyway, known.kevinmarks.com epeus.blogspot.com and kevinmarks.com all have dynamic rel-me verification now
#ZegnatI got a bit distracted by life, but you should get an extension to test tomorrow, KevinMarks
#gRegorLovevoxpelli: I don't run Node so not sure I can help with webmention test pinger. What I was wanting to test for is when I send webmentions, that the endpoint I'm sending to is not a loopback. Sounds like testpinger is for incoming webmentions?
#KevinMarksgreat, Zegnat - if you want to use my svg icons you're very welcome
#voxpelligRegorLove: there's a test endpoint project as well that one can run locally and they're both standalone and can be used with apps of any language
#bearmourns the loss of the S in SGML when HTML was spawned
#cweiskegithub switched to two-color emojis for reactions
#tantekbear, the "S" never really was more than in name, (open test suites, interop etc.) hence why HTML parsers started sloppy, then got codified in HTML5.
wolftune joined the channel
#bearI was foiled by my own urge to be snarky in my response - only after posting did I remember that S in SGML is for Standard and not Semantic
KevinMarks joined the channel
#KevinMarksfollowing that rule that thinsg that call themselves 'Standard' or 'Simple' are protesting too much