#schmartynot sure if it complicates things but i gave it my "RSS" feed through having granary convert my main posts h-feed into an atom feed.
#schmartythe web site verification steps (http://help.micro.blog/2017/web-site-verification/) seem to indicate that as long as I am pointing to my URL in my account settings and have the relme link back on that page it should pick it up on refreshing my account page. it doesn't seem to be, though.
[eddie] and [colinwalker] joined the channel
#aaronpkschmarty: that sounds about like how i have it set up
#schmartyaaronpk: thanks! i guess i will start over and triple-check everything if it hasn't started working in a few hours.
#aaronpkyou could ask in the micro.blog slack too. there's a #bugs channel
KevinMarks joined the channel
#aaronpkGWG: how far back in PHP versions do you have to support for wordpress plugins? For this XRay library I don't want to have to support really old versions but I know you were thinking about using it
#[eddie]I don’t want to break the components down into too many frameworks. From you guys’ experience, should endpoint fetching code be part of an IndieAuth framework, or should it be its own framework that the IndieAuth framework uses?
#[eddie]In my mind, I think it would be part of IndieAuth, but if someone might need it separately, I’m happy to break it out.
#aaronpkendpoint fetching? is that like given a profile URL, find the micropub/auth/etc endpoints?
#aaronpkmiklb: cassis.js has a twitter char counter
#GWGaaronpk, I only ask because I am looking at enhancing the code used in Semantic Linkbacks, which is due for a revisi.
#aaronpki got a good chunk done yesterday, hoping to finish today
#aaronpkif this is the only thing i accomplish today i will be happy
#GWGEither way, the existing functionality needs to be updated. It is some of the older code in the plugin and people are commenting it is classifying likes as mentions
#miklbaaronpk thanks, took a look, but couldn't make heads or tails of what I would need out of that file. I punted and just did a regular character count for my excerpts for now.
#Loqi[Peter Molnar] This plugin hasnt been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used wi...
#miklb[chrisaldrich] yeah, I hacked something similar together for my own uses. Really just need a little regex or something to count URL as 23 chars, or whatever it is Twitter is using now
#aaronpkcan't wait to rip out a bunch of code from OwnYourGram and replace it with this library!
leg, gRegorLove, KevinMarks and [eddie] joined the channel
#[eddie]aaronpk: You have both HTTP Header Links and HTML Rel Links. Obviously, yours match. However, in a battle between the two, which should override the other? (Or do you just add them both to the array)
#aaronpkI believe webmention says which take priority
#aaronpkmight be safer to add them all in order of the priority webmention says and let the consumer decide
#[eddie]If more than one of these is present, the first HTTP Link header takes precedence, followed by the first <link> element, and finally the first <a> element.
#[eddie]So yeah, I guess just put them all in there with [0]=HTTP Link, [1]=Link, etc.
#gRegorLoveFrom the sender perspective, HEAD is easier than GET since it will return less data. My plugin stops there if it finds it in the HEAD request.