#known 2019-06-30

2019-06-30 UTC
jgmac1106, [anomalily], [michellejl], [fluffy], [cleverdevil], [gRegorLove], [Andi], [tmiller], [jackjamieson], chrisaldrich, [jgmac1106], [tantek], [aaronpk], brett-soric, [jeremycherfas], [frank], [infominer], [Rose], chris4, [Chris_Ede], [Micah_Silverman, jeremych_, mapkyca, Akshay[m]1, cesarosum[m], [kevinmarks786], gorhgorh[m]2, rklaehn[m]1, prtfw[m], maparent[m] and [tonz] joined the channel; brett-soric left the channel
#
@jgmac1106
Just a reminder the @withknown Open Collective will hold our first meeting at 9'00 PDT time at @Mozilla #pdx during the #IndieWeb Summit. cc/ @mapkyca (https://quickthoughts.jgregorymcverry.com/s/CI2bq)
(twitter.com/_/status/1145314736965398534)
chris[m]17 and nekr0z joined the channel
#
nekr0z
Just wondering: how much GDPR-compliant is a Known site by default?
[jgmac1106] joined the channel
#
[jgmac1106]
Not a lawyer nor do I live in EU but folks take the privacy seriously and if it is just your personal website...
[aaronpk], nekr0z_ and [tmiller] joined the channel
#
nekr0z
/quit
[fluffy], [Vanessa], [Jamey_Sharp], [tantek], [gRegorLove], jeremych_ and [grantcodes] joined the channel
#
jeremycherfas
Standing by ...
[schmarty] joined the channel
#
jeremycherfas
Remoting in
[jgmac1106] joined the channel
#
[jgmac1106]
I am here gonna switch the Zoom link not to main room
#
[jgmac1106]
one sec will post
#
[jgmac1106]
[mapkyca] around?
[snarfed] joined the channel
#
jeremycherfas
I see him in main rrom
#
jeremycherfas
If you change zoom, post fresh link here. I just followed the link in https://indieweb.org/2019/Schedule
#
[jgmac1106]
yes use the yellow room. I need to switch can't use the main room too loud
#
plindner[m]
ah there it is.. omw
#
[jgmac1106]
I will ping marcus on twitter
[mapkyca] joined the channel
#
[mapkyca]
not really hearing much of the conversation - some 80s music and distorted background. Think I might be hearing Ben, but who knows.
#
jeremycherfas
You in the wrong room marcus
#
jeremycherfas
See note ^
[cleverdevil] joined the channel
#
[cleverdevil]
Ah, maybe you’re on the wrong link?
#
[jgmac1106]
had to switch room
[jackjamieson], [jeanmacdonald] and [davidmead] joined the channel
#
[davidmead]
Any word on import being fixed for Known at the summit?
#
jeremycherfas
From another Known site or for others.
#
jeremycherfas
Marcus says it has been on his list for a long time, and it is hard. Maybe could be done with a Micropub bridge.
#
jeremycherfas
Mysql to mysql has been done and does work; postgres and Mongo make life more difficult.
#
jeremycherfas
General idea to focus on Micropub.
#
jeremycherfas
And it is over.
#
[mapkyca]
Great chat folks! Seems a shame to call it, it felt like we were just getting started!
#
[davidmead]
thinking WP to Known
j12t joined the channel
#
[mapkyca]
wp -> known does "work", to certain values of "work"... again, it's tricky as there are a lot of variables
[aaronpk] joined the channel
#
jeremycherfas
Yeah, shame we had to end it there. Thanks Marcus and the others.
#
[mapkyca]
might be worth exploring the import stuff as part of the CI pipeline, so we can throw lots of different stuff at it
#
[mapkyca]
I think that may have even been suggested by someone in the past
#
[davidmead]
thx [mapkyca] i’ll look for the next zipped build on your site and give it another go
#
[cleverdevil]
Awesome start. Let’s get another chat on the calendar!
#
[cleverdevil]
No reason we have to confine ourselves to these calls during IndieWeb Summit.
#
[cleverdevil]
I will be doing a few minor things today during the hack day.
#
jeremycherfas
I'd be up for more chats, maybe once a quarter?
[anomalily] and [Rose] joined the channel
#
[cleverdevil]
Agreed [jeremycherfas]
#
[davidmead]
Oh I see there’s a zipped version from 2019-06-14 on Marcus’s site. Can I just unzip and FTP all of that to my server?
#
nekr0z
[davidmead]: Yep, it _should_ basically work. Trying shouldn't hurt, as long as you backup things first.
#
[davidmead]
thx @nekr0z. i have 0.9.9.a installed already so I’ll just overwrite apart from config, uploads etc.
[tantek] joined the channel
#
nekr0z
[davidmead]: I just git cloned master to my server and git fetch new versions. It works, but needs 'composer update' from time to time. Zipped versions supposedly don't need that.
#
nekr0z
[davidmead]: Anyway, you can always overwrite back with the version that is Known (pun intended) to work on your site.
#
[davidmead]
the composer bit is what i want to avoid, so this is good
#
nekr0z
By the way, on a totally unrelated topic: I recently started seeing a lot of 404s in my logs, all of them are like my.domain/index.php?/something. I'm not sure whether it's my .htaccess tweaking (to basically force everything to https) or some recent update to Known itself. There aren't supposed to be any links with index.php? in them generated on site, are there?
Maxwell joined the channel
#
[davidmead]
I can't help you there I'm afraid
#
[cleverdevil]
Working on a new feature for my site...
#
[mapkyca]
Can't think of any recent changes that would cause that. Does sound like a slightly screwed htaccess
#
[cleverdevil]
Does Webservice::get actually pass headers?
#
[cleverdevil]
I am doing this:
#
[cleverdevil]
'action' => 'channels'
#
[cleverdevil]
'Authorization' => 'Bearer ' . $token
#
[cleverdevil]
$response = Webservice::get($endpoint, array(
#
[cleverdevil]
``` $headers = array(
#
[cleverdevil]
), $headers);
#
[cleverdevil]
Oops, sorry for the nasty paste, but you get the idea.
#
[cleverdevil]
The endpoint is claiming that I am not sending an authorization header...
#
[mapkyca]
Should pass headers, aye
#
[cleverdevil]
I shall debug a bit then to make sure.
#
[cleverdevil]
I think I am passing things appropriately there.
mapkyca joined the channel
#
[mapkyca]
mayhaps target httpbin.org and see what it's actually sending..?
#
[cleverdevil]
Yah, good idea.
[snarfed] and [infominer] joined the channel
#
[cleverdevil]
Confirmed: headers are not being sent.
#
nekr0z
mapkyca: yep, htaccess it is, git checkout origin/master confirmed that - wonder why I didn't think of trying it earlier. Well, the only thing left is to figure out what's actually wrong :)))
[kitt] joined the channel
#
[cleverdevil]
Ah... you're not supposed to pass an associative array.
#
[cleverdevil]
Its just an array of standard header strings, fully formed.
#
[mapkyca]
I wonder if it should be agnostic on that
j12t, [Dave_Peck], [aaronpk], mapkyca, [cleverdevil], [grantcodes], [Andi], [fluffy], [Jamey_Sharp], [jgmac1106] and jbove joined the channel
#
jbove
Hi all. Sorry that I missed the Indieweb Summit chat. Checking the chat notes on etherpad now. My webhosting provider supports Installatron installations of WordPress, Drupal and other CMSes. It would be awesome it Known could also be installed through it. See https://installatron.com/
j12t joined the channel
#
jbove
Recommending an application to be added to Installatron requires creating a ticket and they will review submission: https://installatron.com/remote/faq#recommend
j12t joined the channel
#
jbove
Cool features include backing up existing instances and automatic upgrades through Installatron.
j12t, [tantek], [grantcodes] and [cleverdevil] joined the channel
#
[cleverdevil]
Okay, "following" page is largely there! https://cleverdevil.io/following
#
[cleverdevil]
h-feed of h-entries with u-follow-of, automatically generated from my microsub subscriptions
#
[cleverdevil]
(Still need the subscribe date/time, which aaronpk is working on in Aperture).
[aaronpk], [eddie] and sabrewing joined the channel
#
jbove
cleverdevil That's looking pretty neat! Is this amazing "following" page going to work like a Known plugin, or would it require more manual installation?
#
[cleverdevil]
Its a Known plugin.
#
[cleverdevil]
Currently, its up on GitHub embedded into my CleverCustomize plugin.
#
[cleverdevil]
But, I do plan on extracting it out into its own plugin eventually.
[Dave_Peck] joined the channel
#
jbove
Thanks! Going to test it later.
[Michael_Beckwit, [fluffy], [snarfed] and [cleverdevil] joined the channel