#dev 2017-05-21

2017-05-21 UTC
[kevinmarks] joined the channel
#
[kevinmarks]
that does sound familiar; where did I have to patch that in PHP?
KartikPrabhu, arush, tantek, [colinwalker] and cweiske joined the channel
#
Loqi
[myfreeweb] micro-panel: Admin panel for micropub and microformats2
sebsel joined the channel
#
cweiske.de
edited /Micropub/Clients (+114) "/* Clients */ add micropanel"
(view diff)
#
sebastiangreger.net
edited /2017/Düsseldorf/onboarding () "(-1339) Nuremberg session moved to its own page"
(view diff)
#
sebastiangreger.net
edited /2016/Berlin/onboarding (+184) "/* Personas */ note about newer version of personas on IWC Nbg documentation"
(view diff)
#
Loqi
[indieweb] link-rel-parser-php: Parse HTTP `Link` headers into a structured format
#
cweiske
I just saw that http://pear.php.net/package/HTTP2 also does http header link parsing. actually wrote it myself
KevinMarks joined the channel
#
cweiske.de
edited /obtaining-an-access-token (+83) "/* Authorization */"
(view diff)
KevinMarks joined the channel
#
cweiske.de
edited /obtaining-an-access-token (+8) "/* Authorization */"
(view diff)
#
cweiske.de
edited /scope (+57) "/* Scopes used by IndieWeb apps */"
(view diff)
#
sebastiangreger.net
edited /2017/Nuremberg/onboarding (+3065) "/* Day 2: persona working group during hack day */"
(view diff)
#
sebastiangreger.net
edited /2017/Nuremberg/onboarding (+1) "/* session participants */"
(view diff)
#
jansauer.de
created /Template:jansauer (+130) "Created page with "<span class="h-card" style="white-space:nowrap">{{sparkline|https://jansauer.de/avatar.jpg}} [[User:jansauer.de|Jan Sauer]]</span>""
(view diff)
#
jansauer.de
edited /2017/Nuremberg/onboarding (+4) "/* Participating */"
(view diff)
#
jansauer.de
created /User:Jansauer.de (+64) "Created page with "'''You know how it works -> [https://jansauer.de jansauer.de]'''""
(view diff)
#
sebastiangreger.net
uploaded /File:gens-vs-personas.jpg "Quick sketch from discussion at IWC Nuremberg 2017 about the position of the designed personas in relation to the indieweb generation model."
#
jansauer.de
edited /2016/Berlin/onboarding (+4) "/* Participating */"
(view diff)
#
sebastiangreger.net
edited /2017/Nuremberg/onboarding (+30) "/* Discussion */ image added: sketch of relation btw generations and personas"
(view diff)
#
cweiske.de
edited /Micropub/Clients (+48) "/* Micropanel */"
(view diff)
KevinMarks_ joined the channel
#
seblog.nl
edited /Private-Webmention (+132) "/* Discovery */"
(view diff)
#
sebsel
aaronpk yeah that's better :)
KevinMarks and [jeremycherfas] joined the channel
#
cweiske.de
edited /obtaining-an-access-token (+97) "/* Response */"
(view diff)
KevinMarks, sebsel and jonnybarnes joined the channel
KevinMarks joined the channel
KevinMarks joined the channel
KevinMarks joined the channel
#
cweiske.de
edited /scope (+69) "/* Scopes accepted by IndieWeb sites */"
(view diff)
#
cweiske.de
edited /scope (+6) "/* Scopes used by IndieWeb apps */"
(view diff)
#
www.svenknebel.de
edited /Private-Webmention (+142) "sknebel, sebsel improved implementations"
(view diff)
tantek joined the channel
KevinMarks_ joined the channel
#
jansauer.de
edited /2017/Berlin/Guest_List (+213) "/* Participants */"
(view diff)
#
jansauer.de
edited /2017/Berlin (-69) "/* Become a sponsor? */"
(view diff)
#
loqi.me
created /jsonfeed (+52) "prompted by sknebel_ and dfn added by cweiske"
(view diff)
leg, sebsel and [kevinmarks] joined the channel
#
vanderven.se martijn
edited /pronoun (+103) "/* IndieWeb Examples */ Martijn has pronouns."
(view diff)
j4y_funabashi joined the channel
#
Loqi
This is a test note for testing replies
#
j4y_funabashi
hmm still no author info
#
@WendyandCharles
ReadersGazette: BLOG Indie Author Answers by Jim Heskett http://www.thejugglingauthor.com/indieauth/ Get help writing your book #bookbloggers 59
(twitter.com/_/status/866352074023456768)
#
@karenbwill
RT @ReadersGazette BLOG Indie Author Answers by Jim Heskett http://www.thejugglingauthor.com/indieauth/ Get help writing your book #bookbloggers 59
(twitter.com/_/status/866351720586194944)
sknebel_, [kevinmarks] and jonnybarnes joined the channel
#
@FidonetRunes
Подборка https://dev.to/scalawilliam/web-standards-for-content-syndication средств межсайтовой передачи данных интересна. О стандарте https://www.w3.org/TR/webmention/ (с 12 января) я не знал.
(twitter.com/_/status/866378140830097408)
KartikPrabhu and jonnybarnes joined the channel
#
@eli_oat
Does anyone know of offline tools to test a) micropub endpoint, b) webmentions? https://mmmicro.eli.li/2017/05/21/365/
(twitter.com/_/status/866380375819464704)
[jeremycherfas] and sebsel joined the channel
sebsel, [cleverdevil] and [kevinmarks] joined the channel
#
Zegnat
sebsel, interesting Kirby Toolkit bug with the HTTP headers. Are you already working on a fix? I might give it a go, because I feel a sleepless night coming up.
#
sknebel_
kirby bug?
#
sknebel_
for the link-headers?
#
sebsel
Oh, I have filed it and that's it. I wanted to look into it, but we found out after demo's.
#
sknebel_
discovers he doesn't follow sebsel yet on github
#
sknebel_
yeah, that's what we think broke the demo
#
Loqi
[sebsel] #234 Link-header gets overwritten by two values
#
sknebel_
'cause I added the webmention link header after testing it, because a completely differnet header isn't going to hurt anything, right?
#
sebsel
it's kind of hard to fix in the way they handle headers right now
#
sebsel
if you would have put the token_endpoint first, it would've worked sknebel ;)
#
sebsel
but yeah, it should've worked either way
#
Zegnat
Only BC compatible fix is to merge the link headers into a comma separated value string, which I believe is a legit HTTP-spec-wise solution
#
sebsel
but then you loose the rel-value?
#
sebsel
Or do you add that as well?
#
Zegnat
Non BC compatible fix is to return an array of Link headers in the 'Link' key of the returning array
#
Zegnat
Those are part of the value of the Link header, and would be included
#
sebsel
oh that sounds good.
#
Zegnat
It would just mean you need to split the string yourself to parse the separate Link headers
#
sknebel_
yes, afaik it is legal to join multiple Links into one header
#
sknebel_
so that'd probably fix it
#
sknebel_
or, more precise, work around the bug
#
Zegnat
It should be for all headers, just need to double check with spec on what needs escaping and such
#
Zegnat
If tonight does turn into a sleepless night, I will go and churn out a PR
#
sebsel
I regex it now anyway.
#
Zegnat
feels like he has been overly productive this weekend
#
sebsel
has done way to many indiewebthings as well
#
sebsel
Doing all the things!
#
aaronpk
kirby should fix that
#
Zegnat
aaronpk, sure, but no reason for me not to help them along with a PR
#
aaronpk
i commented on the issue with a link to code that solves it already :)
#
Zegnat
Kirby Toolkit uses the CURLOPT_HEADERFUNCTION to add headers to an array one-by-one as they come in. That’s not really compatible with the way you parse them there, aaronpk, I think
#
Zegnat
But will look into it
#
Zegnat
I would prefer keeping the PR small and not switch out how they handle headers completely
#
aaronpk
Oh huh k
#
aaronpk
well there are at least test cases you can use
KartikPrabhu joined the channel