#dev 2016-10-18

2016-10-18 UTC
thebaer and KevinMarks joined the channel
#
tantek.com
edited /Falcon (-410) "/* summary more text UI */ Itch mostly scratched by configuring the Facebook "Twitter" app to only post "private to me", trying not worrying about my ellipsed notes (Tweets) not being visible by default on FB"
(view diff)
#
tantek.com
edited /summary (+695) "/* Brainstorming */ Implied UI auto-summary"
(view diff)
#
loqi.me
created /geocaching (+122) "prompted by tantek and dfn added by gRegorLove"
(view diff)
KevinMarks, KevinMarks_, tantek and bret joined the channel
#
ben.thatmustbe.me
edited /2016/MIT2 (+2) "/* RSVP */"
(view diff)
#
ben.thatmustbe.me
created /2016/MIT2/Guest_List (+5418) "initial set up"
(view diff)
KevinMarks joined the channel
#
altsalt.net
edited /Events (+186) "/* November */"
(view diff)
#
altsalt.net
edited /Events (+43) "/* November */"
(view diff)
loicm, KevinMarks_, cweiske and KevinMarks joined the channel
#
cweiske.de
edited /2016/Berlin (+28) "/* Participating */ link user pages"
(view diff)
#
oliver.gutperl.de
created /User:Oliver.gutperl.de (+14) "Created page with "Oliver Gutperl""
(view diff)
#
oliver.gutperl.de
edited /2016/Berlin (+0) "/* Participating */"
(view diff)
#
oliver.gutperl.de
edited /2016/Berlin (-5) "/* Participating */"
(view diff)
marcthiele joined the channel
#
oliver.gutperl.de
edited /2016/Berlin (+0) "/* Participating */"
(view diff)
#
petermolnar.net
edited /site-deaths (+74) "/* Upcoming */"
(view diff)
#
cweiske.de
edited /2016/Berlin (+20) "/* Participating */"
(view diff)
#
@sl007
@Slalomfahrer Jetzt sieht es richtig aus (?) Ist im wiki echt blöd. Arbeite aktiv an IndieAuth damit das besser wird. Mehr in BER
(twitter.com/_/status/788307370568998912)
#
pixelhunter.me
created /Template:Pixelhunter.me (+168) "Created page with "<span class="h-card" style="white-space:nowrap">{{sparkline|https://avatars0.githubusercontent.com/u/974035?v=3&s=466}} [[User:Pixelhunter.me|Dmitri Voronianski]</span>""
(view diff)
#
pixelhunter.me
edited /2016/Berlin (+0) "/* Participating */"
(view diff)
#
pixelhunter.me
created /User:Pixelhunter.me (+169) "Created page with "<span class="h-card" style="white-space:nowrap">{{sparkline|https://avatars0.githubusercontent.com/u/974035?v=3&s=466}} [[User:Pixelhunter.me|Dmitri Voronianski]]</span>""
(view diff)
#
pixelhunter.me
edited /2016/Berlin (-5) "/* Participating */"
(view diff)
#
pixelhunter.me
edited /2016/Berlin (+0) "/* IndieWebCamp Hoodies */"
(view diff)
singpolyma joined the channel
#
gRegorLove
I made some contrast and typography updates to indiewebify.me: http://gregoreatworld.com/indiewebify-me/web/. Any other a11y updates I should look at? KevinMarks
#
KevinMarks
Changing the rel me check to distinguish "no link" from "no rel-me on the link" was one
miklb joined the channel
#
gRegorLove
That's a functionality item; think it's in an issue already. Was mostly looking at readability / accessibility.
cweiske, tantek, KartikPrabhu, rhiaro_, rascul, ben_thatmustbeme, jonnybarnes, kline and KevinMarks joined the channel
#
bear
hmm, the micropub.rocks delete test tries to create a post with no body
#
bear
bah - it's my bug
#
aaronpk
*whew*
#
bear
:) - sorry about that
#
bear
my content code had an error
#
bear
triggers a report with what he currently has
#
aaronpk
i should mention that the report checklist is generated by running the tests, and it's new code since the site went up, so you will have to re-run all the tests in order to check the boxes
#
bear
yea, I just did that
#
Loqi
agreed.
#
bear
why are items 1 - 4 not checked
#
bear
(of the report)
#
aaronpk
2-3 are tests way at the bottom
#
aaronpk
oh and 4
#
aaronpk
1 will only be checked if you set up the endpoint via discovery rather than manually entering a token (you can re-add the endpoint again and as long as the endpoint URL is the same as your existing one it won't duplicate)
#
aaronpk
hm i should make the description on the report tell you which tests will check the box
#
bear
oops - trailing slash generates a second endpoint
#
aaronpk
huh yeah
#
aaronpk
trailing slash on the endpoint URL right?
#
bear
the "Add New Endpoint" form
#
aaronpk
you should be able to enter "https://bear.im" in the "sign in" box and it will find "https://bear.im/micropub"
#
Loqi
Mike Taylor h
#
bear
it does - but i've been using bear.im/ until just now
#
aaronpk
that shouldn't matter
#
aaronpk
as long as the endpoint URL is the same
#
aaronpk
double checks the code
#
bear
ah - my first efforts I used "manual"
#
vanderven.se martijn
edited /2016/Berlin (+75) "/* IndieWebCamp Hoodies */ Working towards 30 hoodies to get the price down."
(view diff)
#
aaronpk
yeah it will dedupe properly on the endpoint URL whether you add it through the manual or sign in method
#
bear
but I see two entries for me then - https::/bear.im and https://bear.im/
#
Loqi
Mike Taylor h
KevinMarks_ joined the channel
#
aaronpk
oh i see why you're confused :)
#
aaronpk
i'll just delete the duplicate
#
bear
delete them both
#
bear
i'll start fresh
#
bear
k, back to work - I'll sign in later, run thru the tests and generate a report
#
aaronpk
yay thanks
#
@aaronpk
New draft of Micropub CR published! https://www.w3.org/TR/micropub/ Now 4 weeks to submit an implementation report through… https://twitter.com/i/web/status/788448945731088384
(twitter.com/_/status/788448945731088384)
#
bear
hmm, has the json version of h-entry create always assumed action=create (i.e. not passed it)
#
aaronpk
it's always been just posting the mf2 object
#
bear
hmm, the spec for form encoded is also assuming create
#
bear
goes to update some code
#
tantek
I think that's how micropub got its start, with just create right?
#
aaronpk
yep, which is why it's the "default"
#
ben_thatmustbeme
i need to update mp-config extension
#
ben_thatmustbeme
to reflect current use
#
bear
these php-isms continue to kill me: photos with alt values [ { "value": "url", "alt": "" } ] photo without alt value [ "url" ]
#
bear
why not just use [ { "value": "url" } ]
#
aaronpk
that's an mf2 thing
#
bear
i'm still grumbling :)
#
aaronpk
not sure how that's related to PHP
#
aaronpk
also it would be super annoying if every plain string mf2 value was wrapped in an object {"value":"foo"}
#
bear
it's super annoying that it's not - because now I have to check the type of the items of the list in python
#
aaronpk
i check the type in PHP too :)
#
KartikPrabhu
bear: you have to do that for content too
#
KartikPrabhu
p-content vs e-content mf2
#
bear
oh, I haven't even gotten to that part
#
bear
goes back to his grumbling and ignores all of the facts and logic being presented
#
bear
what is driving me now is what a useful helper lib this will become
#
Loqi
It looks like we don't have a page for "driving me now is what a useful helper lib this will become" yet. Would you like to create it?
#
KartikPrabhu
classic internetz!
#
bear
senses someone creating a hotkey for "be quiet bear, you know that's mf2"
#
tantek
does anyone support micropub undelete yet?
#
aaronpk
ben_thatmustbeme does!
#
ben_thatmustbeme
i have for a very long time
#
bear
I will by tonight ;)
#
bear
well, maybe by tonight - working on it
#
bear
I can't yes right now because I broke the undelete code working on JSON stuff :/
singpolyma joined the channel