#dev 2016-12-13

2016-12-13 UTC
schmarty and tantek joined the channel
#
tantek.com
edited /User:Aaronparecki.com (+167) "/* projects */ add post describing architecture"
(view diff)
#
miklb
ben_thatmustbeme did you bump the version? Still seeing 1.1.6
#
miklb
huzzah! looks like this time posting a note worked
#
@manuelgolo1961
Want a book you can read after your Young Adult finishes it? NEW HOPE http://linkis.com/1objW #indieauth... by #JustinKauer via @c0nvey
(twitter.com/_/status/808498707771617280)
#
@tjcat1929
Want a book you can read after your Young Adult finishes it? NEW HOPE http://linkis.com/flWMC #indieauth... by #JustinKauer via @c0nvey
(twitter.com/_/status/808502889626877952)
#
@BI_olatona
Want a book you can read after your Young Adult finishes it? NEW HOPE http://linkis.com/amztb #indieauth... by #JustinKauer via @c0nvey
(twitter.com/_/status/808504298111791107)
#
miklb
ben_thatmustbeme didn't pass the syndicate-to. I think because you send `mp-syndicate-to`and Quill uses `syndicate-to` I'll have to ask voxpelli tomorrow about that.
#
miklb
maybe not
#
schmarty
latest micropub spec shows that "actions" like syndication should start with mp- because they are actions for the micropub endpoint rather than properties of the content
#
Loqi
[Aaron Parecki] Micropub
#
miklb
yeah, I'm looking closer at the logs and how Quill sends vs what Inkstone does.
#
miklb
I'm definitely in the deep end of the pool here :-)
#
schmarty
it is some fairly freshly-changed stuff!
#
miklb
all just motivation to write my own endpoint I guess lol
#
schmarty
i've got a hacked-together endpoint that i am excited to add media support to. but i should probably start with syndication support, haha.
#
Loqi
rofl
#
miklb
with help from voxpelli I hacked in the syndicate-to for his micropub-markdown-github-jekyll microservice. I'm slowly working my away from jekyll for unrelated reasons.
#
miklb
s/away/way/
#
miklb
needs glasses
#
schmarty
i should probably be taking more inspiration from voxpelli's work. my mp endpoint also saves to a jekyll site and uses a git push hook for publishing.
#
Loqi
agreed.
#
miklb
interesting
#
miklb
I have some crazy stuff going on in my Rakefile and using Travis CI. I feel like it has gotten unwieldy and am ready to build something to fill my needs. Build as in build on top of a project I've been associated with for a long time
#
schmarty
what's the new platform, if you don't mind my asking?
#
miklb
Habari. Unfortunately, we've been having issues with the server, so site main site is down. https://github.com/habari/habari/
#
miklb
site and wiki currently down unfortunately.
#
schmarty
i'll have to check it out when they're back up :}
#
miklb
it's been mothballed for quite some time, but me and another project member are slowly working on updates.
KevinMarks and KevinMarks_ joined the channel
#
vanderven.se martijn
edited /Events (+34) "/* December */ Add Nijmegen, prompted by tantek"
(view diff)
#
vanderven.se martijn
edited /Homebrew_Website_Club (+310) "/* Meetings */ Extending the information on HWC the Netherlands."
(view diff)
tantek joined the channel
#
tantek.com
edited /MediaWiki:Sidebar (+46) "Netherlands!"
(view diff)
KevinMarks joined the channel
#
www.boffosocko.com
edited /site-deaths (+789) "/* 2015 */ Kippt (social bookmarking)"
(view diff)
#
Zegnat
Hmm, new wiki thing: whenever I get a mixed-content warning I will try to fix it. Just moved the XKCD comic on /site-deaths to use HTTPS
#
Zegnat
Of course I am one of the people causing these errors in the first place. Need to fix that.
tantek joined the channel
#
Zegnat
!tell miklb I have noticed you talking about Habari. I have used it once for a website, but it doesn't look like it has ever been updated since then. Is it still alive and kicking?
#
Loqi
Ok, I'll tell them that when I see them next
#
miklb
Zegnat slowly working in the master branch
#
miklb
right just myself and one other project member. He's doing the heavy lifting currently. Though there has been one other user open pull requests on updating the admin code
#
miklb
my goal is to build IndieWeb tools for it and help get the updated admin worked out.
#
Zegnat
Hmm, I am wondering if I should take another look at it. I thought its admin panel was easier to explain to people than WordPress'
#
miklb
it's very much a clean interface just meant for creating content. It's extensible enough to build onto, but we always meant it to be a blogging/content creation tool 1st
#
miklb
Konzertheld and I are looking for more interested devs/users
#
tantek
I wonder if bridgy would do anything with an SVG u-photo
#
Zegnat
miklb, I always get scared when I see things like the vendor folder have not been updated in 4 years
#
miklb
Zegnat agreed. We are slowly dusting off the project
#
KartikPrabhu
bridgy does POSSE u-photo afaik
#
kartikprabhu.com
edited /Homebrew_Website_Club (+17) "move Chicago to past meetings"
(view diff)
#
kartikprabhu.com
edited /IRC_People (+1) "/* Nicknames */ change my timezone"
(view diff)
#
jkphl.is
created /events/2016-12-21-homebrew-website-club (+2679) "Created page with "<div class="h-event vevent"> <img style="width:100%" class="u-featured" src="https://indieweb.org/images/9/95/hwc-nbg-header.jpg" alt="Joschi, Sebastian, Nadine, Jule, Dirk, Isab...""
(view diff)
#
jkphl.is
edited /Main_Page (+22) "/* Homebrew Website Club */"
(view diff)
#
jkphl.is
edited /Main_Page (+12) "/* Homebrew Website Club */"
(view diff)
#
calumryan.com
edited /Main_Page (+0) "/* Homebrew Website Club */"
(view diff)
#
loqi.me
edited /IRC (+74) "/* See Also */ new section"
(view diff)
#
chawathe.iprocess.firm.in
edited /IndieAuth (+208) "/* Appended Details of how I logged in to the details portion */"
(view diff)
#
Sebsel
what is private post?
#
Loqi
private posts refer to posts or portions of posts which are private to either the author or to a limited audience chosen by the author https://indieweb.org/private_post
#
Sebsel
yaay!
miklb_ joined the channel
#
Sebsel
the information I was looking for was indeed: let's send a HTTP 401 when not authenticated
miklb_ joined the channel
#
miklb
ben_thatmustbeme not sure if you saw my comments last night, but seems my endpoint isn't parsing the mp-syndicate-to. I need to look into that.
#
ben_thatmustbeme
the php stopped sending the token when i had made a change, so thats why it wasn't creating any posts at all
#
miklb
It posts to my endpoint, the note that is, but just not picking up the syndicate-to
#
miklb
gotcha. My second test posted is what I meant, but the syndicate-to i need to look into
#
miklb
Quill still uses `syndiate-to` so I'm guessing that was in previous iterations of micropub and how voxpelli wrote it. I haven't looked at the code yet though
#
Loqi
[Aaron Parecki] Micropub
#
ben_thatmustbeme
yeah, it was changed to mp-syndicate-to
#
ben_thatmustbeme
i'm surprised quill still uses without mp-
#
ben_thatmustbeme
miklb: i could probably update it to send both actually
#
ben_thatmustbeme
for backward compatibility
#
ben_thatmustbeme
but part of me wants to leave it to force people to update
#
miklb
that's your call. I haven't looked to see what it would take to update the endpoint from my end.
#
miklb
for reference, this seems to be the relevant difference https://gist.github.com/miklb/b18728f8360341a62504dff6efe92ef9
#
ben_thatmustbeme
ahh, quill sends both
#
miklb
ben_thatmustbeme I updated that gist with the other difference I saw in the logs.
#
miklb
sorry I don't have more to base off of
#
aaronpk
hm i do think i need to update quill
#
voxpelli
I need to update my endpoint, although it should expose all mp properties already
#
miklb
I'll be happy to test this evening anything I can to help,but $work calls
KartikPrabhu, tantek, ChrisAldrich and gRegorLove joined the channel
#
gRegorLove
what is block?
#
Loqi
Block is a feature on many silos that provides the ability for one user to "block" or prevent interactions from another user https://indieweb.org/block
#
loqi.me
created /blocklist (+18) "prompted by gRegorLove and dfn added by gRegorLove"
(view diff)
#
tantek
what is a block list?
#
Loqi
A block list is a list of accounts that a user has blocked on a service or site https://indieweb.org/block_list
#
tantek
gRegorLove: ^^^
#
gRegorLove
what is blocklist?
#
Loqi
A block list is a list of accounts that a user has blocked on a service or site https://indieweb.org/blocklist
#
loqi.me
edited /blocklist (+79) "/* See Also */ new section"
(view diff)
#
loqi.me
edited /blocklist (+97) "KevinMarks added "https://chrome.google.com/webstore/detail/twitter-block-chain/dkkfampndkdnjffkleokegfnibnnjfah" to "See Also""
(view diff)
#
loqi.me
edited /recursion (+30) "/* See Also */ new section"
(view diff)
#
loqi.me
edited /Recursion (+30) "/* See Also */ new section"
(view diff)
#
ben.thatmustbe.me
edited /Recursion (+3) "/* See Also */ make link"
(view diff)
#
ben.thatmustbe.me
edited /Recursion (+9) "/* See Also */"
(view diff)
#
ben.thatmustbe.me
edited /recursion (-61) "Redirected page to [[Recursion]]"
(view diff)
#
seblog.nl
edited /watch (+13) "fixed link to [[passive post]]"
(view diff)
KartikPrabhu joined the channel
#
gRegorLove
what is recursion?
#
gregorlove.com
edited /blocklist (-176) "moving see also to /block_list"
(view diff)
#
gregorlove.com
edited /block_list (+159) "/* See Also */ moved from /blocklist"
(view diff)
tantek joined the channel