#indieweb 2017-05-23

2017-05-23 UTC
#
tantek
what is JSON feed
#
Loqi
It looks like we don't have a page for "JSON feed" yet. Would you like to create it?
#
tantek
oops wrong channel. heading to #dev
KevinMarks, snarfed, [kevinmarks], KevinMarks_, daf, benwerd, wolftune, tbbrown, strugee, davidmead and snarfed1 joined the channel
#
aaronpk
i keep getting confused when i read stuff like this in the backscroll: "another problem: micropub renders at write time"
#
aaronpk
i guess that's talking about the micropub wordpress plugin?
#
GWG
aaronpk, yes. It generates html at time of post creation as opposed to at time of display
#
aaronpk
good so youre not talking about the spec then :)
tantek joined the channel
#
dougbeal
aaronpk: is the OwnYourGram repo ready to run?
#
aaronpk
I think so
#
aaronpk
probaly not super great docs for that tho
KartikPrabhu joined the channel
#
dougbeal
aaronpk: I'm putting together a wordpress docker system, to make it easier to track and fix bugs
#
aaronpk
Ah nice
#
dougbeal
aaronpk: is it using a framework or anything? Or is just composer/php all the necesssary?
#
aaronpk
Running composer install will install all the libraries it needs
#
aaronpk
it uses MySQL as well, the schema file should be up to date
tantek joined the channel
#
dougbeal
aaronpk: is there a secret file for database login connections?
#
dougbeal
aaronpk: n/m, found it
#
aaronpk
I should really get in the habit of making a quick list of installation instructions for these things
#
Loqi
I agree
#
KartikPrabhu
Loqi has spoken!
raucao, corenominal and tantek joined the channel
#
dougbeal
o/ goodnight indieweb
wolftune, loicm, snarfed, kerozene and [jeremycherfas] joined the channel
#
[jeremycherfas]
What is YATFF?
#
Loqi
It looks like we don't have a page for "YATFF" yet. Would you like to create it?
cweiske and KevinMarks joined the channel
#
Zegnat
Good morning IndieWeb!
#
aaronpk
just got home, about to sleep :-)
[kevinmarks] joined the channel
#
Zegnat
Sleep well then aaronpk!
#
cweiske
now his phone pings him because you pinged him and he's awake again :/
#
Zegnat
If I did, we will be able to see it on the sleep graph in ~ 8 hours https://aaronparecki.com/sleep
#
cweiske
I don't understand those lines and colors
KevinMarks_ joined the channel
#
Ruxton
cweiske: they're saved from fitbit I think, left-most-side is start of sleep, right-most end of sleep, dark blue = sleep, light blue peaks = restless, red = awake
#
[kevinmarks]
Not fitbit, the other one
#
Zegnat
Oh, colour me surprised, the feed service I use now supports JSON Feeds: https://feedbin.com/blog/2017/05/22/feedbin-supports-json-feed/
#
cweiske
"JSON Feed will help alleviate these problems, because it’s easier to get right."
#
cweiske
XML feeds are broken if they are generated by hand instead of using an xml serializer
#
cweiske
so if you write the json feed by hand you have the same problem
#
cweiske
doesn't change anything
#
KartikPrabhu
sounds like a problem with XML feeds
#
cweiske
no, it's a people problem.
#
KartikPrabhu
not really.
#
cweiske
if people think they can do it by hand and it fails, it's their fault for not using a lib that serializes correctly
#
cweiske
same for json.
#
KartikPrabhu
yes, so make writing a feed simpler
#
KartikPrabhu
not hide it under serializers
#
cweiske
? how is json easier to write? you need a json serializer, too
#
KartikPrabhu
I know how to write code and I mess up my feed generating code too
#
KartikPrabhu
cweiske: not defending JSON :)
#
KartikPrabhu
any sidefile would have the same problems
#
[kevinmarks]
Json is easier to serialise to than xml, because it is closer to language structures in dynamic languages
#
[kevinmarks]
But it's just as fragile.
#
[kevinmarks]
You have fewer escaping issues
#
KartikPrabhu
[kevinmarks]: that only means that languages have JSON serialisation done but don't boter with XML
#
[kevinmarks]
No, with xml you need to make choices about what is an element and what is an attribute, that don't map well to language objects
friedcell joined the channel
#
cweiske
KartikPrabhu, PHP has had xml serialization long before json_encode was there. people didn't use it for feeds.
#
[kevinmarks]
I used it for xoxo
#
cweiske
I made a generalization that of course does not apply to everyone
#
[kevinmarks]
Php is weirder in that you can make a php file as an xml template, and it will work until escaping screws it up
#
cweiske
you could do the same with json
#
[kevinmarks]
Hm. You could, but that feels weird. Php naturally teaches you to make html pages that way, so xml ones seem like a variation
#
cweiske
that sounds like a probable explanation
#
[kevinmarks]
It's more of an affordance thing.
#
[kevinmarks]
Json is legal syntax in python and javascript, so it feels more natural there somehow
#
[kevinmarks]
In java, both are alien so are wrapped up in an abstraction necessarily
#
Zegnat
I am a little tempted to try and make a JSON Feed that will crash JSON parsers.
#
Loqi
[markpilgrim] How to consume RSS safely
benwerd joined the channel
#
cweiske
oh. diveintomark is now a known-based site.
j4y_funabashi joined the channel
#
j4y_funabashi
morning all
JulianFoad[m], nikivi and Guerillero|BNC joined the channel
Pierre-O, takyoji[m], M-mxuribe, plindner, pniedzielski[m], garlox[m], M-tom, myfreeweb, Salt[m], schmarty, M-podviaznikov, mindB, SpEcHiDe, jcgregorio[m], M-hotzeplotz, afrogeek[m], rdesfo[m], strk[m], Guest86807[m], jaduncan[m], j-hernandez[m], crasch[m] and dgold[m] joined the channel
#
Zegnat
[kevinmarks], I would just take every JSON test that resulted in a crash and try to put them under an extension "_crash":{…}. http://seriot.ch/parsing_json.php
adactio joined the channel
#
petermolnar
[kevinmarks] re how to consume rss safely: convert the content to markdown with pandoc and back to html.
amz3 joined the channel
jemostrom and KevinMarks joined the channel
#
@jgmac1106
@pfefferle @dshanske Do you know if these only work on #indieweb approved themes? No matter how much I hack at func… https://twitter.com/i/web/status/866964185405698048
(twitter.com/_/status/866964185405698048)
mlncn joined the channel
#
Zegnat
Jeena, is HWC Gbg still a thing?
gucci_meow joined the channel
#
Jeena
It was a long time ago we had one, mostly because not a lot of people were attending and then I didn't have the time and nobody asked about it so I didn't quite have the incentive to do something.
#
Zegnat
Asking because I am back in Sweden. Of course not sure how regular I would be able to do the Gbg trip. But it would be nice to get some IndieWeb going again
jeremycherfas joined the channel
#
Jeena
yeah, perhaps we could start joining the virtual one there is somewhere first?
j4y_funabashi joined the channel
#
Zegnat
What is virtual HWC?
#
Loqi
It looks like we don't have a page for "virtual HWC" yet. Would you like to create it?
#
Jeena
What is remote HWC?
#
Loqi
It looks like we don't have a page for "remote HWC" yet. Would you like to create it?
#
Zegnat
Virtual HWC is an online [[HWC]] for IndieWebbers who either can’t make a regular meeting or don’t yet have critical mass to host one in their area.
#
Zegnat
Stole that description
#
petermolnar
I'm all in for virtual hwcs
#
jeremycherfas
Kevinmarks is that platypus thing part of the RSS/Atom wars I keep reading about?
#
Zegnat
Jeena, petermolnar, any platforms you would prefer for virtual HWC?
#
petermolnar
talky.io, maybe
#
petermolnar
that way anyone can join
#
Jeena
https://appear.in/ is basically the same
#
Jeena
and which language? ;)
#
Zegnat
I propose everyone just speaks their own native language?
#
Zegnat
More importantly: what timezone do we pin the start and end time to? CEST?
#
petermolnar
CEST is fine, though I seriously prefer to use UTC whenever possible
#
petermolnar
especially for online events
#
petermolnar
no daylight saving time, no questions
#
Zegnat
HWC is defined as a meeting “every other Wednesday right after work, 18:30-19:30.” We could do 18:30 UTC, 18:30 CET, 18:30 CEST, loads of possibilities for the EU audience.
#
petermolnar
that's not what I meant
#
petermolnar
18:30 CEST/CET is OK, but write 17:30 UTC :)
#
Zegnat
Makes sense ?
#
jeremycherfas
I’ll be up for a virtual IWC too.
KevinMarks joined the channel
#
Jeena
do you guys have events on your websites and rsvps?
#
Zegnat
I write all my HTML for posts by hand, so I can RSVP (and have done so before)
#
Zegnat
Can’t host the event
#
petermolnar
Jeena I don't
#
Jeena
I could host it then
#
jeremycherfas
I think I can do an RSVP from my Known site.
#
Zegnat
I am just adding it to the wiki as one we are trying to get started
#
Zegnat
Apparently it is 16:30 UTC, petermolnar, because of summer time ;)
#
Zegnat
I put all our names as organisers, if for whatever reason you don’t feel like that label applies to you, feel free to remove your name
#
petermolnar
(we could use swatch internet beats, just to see how many remembers :D)
#
Zegnat
jeremycherfas, yes, I think Known supports RSVPs out of the box
#
petermolnar
16:30 UTC -> @729
wolftune joined the channel
#
Zegnat
Why are those beats pinned to UTC+1 and not just UTC, petermolnar... That makes no sense to me.
jemostrom joined the channel
#
Zegnat
Right, almost forgot :p
gucci_meow, JulianFoad[m], j4y_funabashi, takyoji[m], pniedzielski[m], M-mxuribe, plindner, M-tom, myfreeweb, schmarty, jcgregorio[m], Salt[m], afrogeek[m], rdesfo[m], mindB, M-hotzeplotz, M-podviaznikov, SpEcHiDe, strk[m], Guest86807[m], crasch[m], garlox[m], jaduncan[m], dgold[m], j-hernandez[m] and DanC joined the channel
#
cweiske
jeremycherfas, your blog does not have machine-readable links to your atom feed. see https://en.wikipedia.org/wiki/Atom_(standard)#Including_in_HTML for an example how to add the link
#
jeremycherfas
Thanks cweiske; to you mean stream.jeremycherfas.net or jeremycherfas.net
#
jeremycherfas
I really need to remember that Safari refuses to open feeds.
#
cweiske
this does work. but I pasted your blog's address in my feed reader, and it was unable to find out the blog.atom link itself
#
jeremycherfas
Ah. I didn’t realise that. Thanks. I will look into it. Just need to finish some work.
hs0ucy and friedcell joined the channel
#
Zegnat
Jeena, petermolnar, jeremycherfas, should we try virtual hwc for /next-hwc? That would be the 31st.
#
petermolnar
works for me
#
jeremycherfas
I think I can manage that.
#
jeremycherfas
No guarantees though.
#
Zegnat
I’ll just add it to the wiki for that day then, so people can add their names if interested :)
KevinMarks, gucci_meow and dougbeal|mb1 joined the channel
#
Zegnat
https://indieweb.org/next-hwc now has Virtual HWC European time
tbbrown joined the channel
#
cweiske
jeremycherfas, your atom feed is broken. there is a webmention link at the beginning
benwerd joined the channel
#
jeremycherfas
Cweiske Do you mean this <link href="https://www.jeremycherfas.net/mentions" rel="webmention" /><?xml version="1.0" encoding="utf-8"?>
#
cweiske
remove that link
#
cweiske
so that the file begins with <?xml again
#
jeremycherfas
I have no idea where tht is coming from. Probably the Grav plugin that makes the feed.
#
jeremycherfas
I’ll look.
#
jeremycherfas
About 10 minutes to finish this work. :)
#
cweiske
or a plugin that adds webmention links everywhere
#
cweiske
including the feed
#
jeremycherfas
Yes, that is also possible!
#
Jeena
Zegnat, 31. would work for me too
#
Zegnat
Nice Jeena! If you want to make an Indie event out of it on your website go ahead. Lets just get this rolling :)
#
jeremycherfas
Can someone answer a github question. At IWC I had to create a completely new local install of my site on my laptop. I just did this locally, not on Github. Now I want to put everything onto the desktop machine.
#
Zegnat
voxpelli, I updated my status on a Malmö IWC, /planning. Though I am guessing the chances of that going down are lessening by the day
#
jeremycherfas
Do I clone the repository to Github from mylaptop?
#
jeremycherfas
Or do I create a new repository at github, copy everything into it and then clone it back into the laptop and the desktop machines?
#
cweiske
1. create repo at github
#
cweiske
2. git init on your laptop, then "git remote add origin $githuburl" && git push
#
cweiske
then clone on desktop
#
jeremycherfas
Thanks. I’ll try that.
#
voxpelli
Zegnat: I actually talked to a local conference organizer about possibly doing an IWC in connection to that conference, http://confront.se/, but haven't followed it up :/
#
Zegnat
No worries. If you want me to assist on anything you know where to find me. August is a bit iffy for me (possible exam the 17th, school year starts 28th) but most weekends should be fine.
#
voxpelli
Zegnat: cool, I should follow up with the dates, that conference + see if there are some international interest
#
Zegnat
Internationally might be competing with http://indieweb.org/Planning#Brighton Polling for interest is definitely good. But hard to do without any dates :( vicious circle.
#
voxpelli
Yeah, so might mainly be europeans that would attend
#
voxpelli
Maybe the conference can pay some to come and speak at the conference and then attend the camp afterwards
#
voxpelli
But would need to check that more
#
Zegnat
I lack that network I’m afraid, so can’t take that off your shoulders
jeremycherfas_ and snarfed joined the channel
#
jeremycherfas_
Cweiske You were right. It is the plugin that inserts the webmention link. Now to find out where it does that.
#
dougbeal|mb1
'morn, IW
jjuran and sebsel joined the channel
#
sebsel
I saw a European time Virtual HWC for 31th of May in the logs: I'm interested!
#
sebsel
notes in iCal
#
sebsel
What happened to the combined Where+RSVP of /events/2017-05-17-homebrew-website-club ?
#
sknebel
sebsel: I think 31. was created before that happened
#
sknebel
and nobody has changed it yet
#
Zegnat
Oh, I didn’t actually check that, sorry. Just added to whatever was on 31st and changes /next-hwc to 31st.
#
sebsel
Hm, I haven't got the time now, but it might be nice to transfer the new layout :)
#
Zegnat
I’ll have a lookk
#
Zegnat
Oh, I see, several minor tweakings to the layout and order.
#
Jeena
Zegnat, petermolnar jeremycherfas https://jeena.net/events/25
#
Zegnat
We are doing the quiet writing hour, Jeena? How are we doing that one virtually?
#
Zegnat
RSVP’d :)
#
Jeena
nice! But no avatar? :(
#
Jeena
hehe I don't know, it's optional, even if it's quiet it still might be used to ask questions etc.
#
Loqi
*sniff*
wolftune joined the channel
#
Zegnat
Hmm, don’t know why I don’t have a display picture, Jeena. Where do you get my author info from?
#
Zegnat
Hmm. Guess you don’t follow the rel="author". Wonder if I made another mark-up mistake.
#
Zegnat
files an issue in his mind
KevinMarks joined the channel
#
sknebel
xray finds your photo from that
#
Zegnat
Jeena, looks right to me: http://pin13.net/mf2/?url=https://licit.li/5924485904ada . You might be mistakingly using the hcard on that site. For authorship on the h-entry you have to follow the rel="author" URL to vanderven.se/martijn/ and parse the h-card that is there
#
Zegnat
That will get you my display picture
#
Zegnat
Jeena, for reference: https://licit.li/59170c37dcea1 ;)
#
dougbeal|mb1
Do .ics files not have time zone info?
friedcell joined the channel
#
Zegnat
What is ics?
#
Loqi
ICS (AKA iCal or iCalendar file / feed) is a format for calendar files (a form of feed file) used by many programs such as Apple Calendar and Google Calendar, and can be used to share and subscribe to calendars across different systems https://indieweb.org/ICS
#
Jeena
Yeah, Zegnat, I'm using the ruby-microformats gem which doesn't follow to a different http resource
#
Zegnat
Strictly, the gem would be right in that. This has to do with authorship discovery, which is IndieWeb tech but not specifically microformats: https://indieweb.org/authorship
#
Zegnat
I am glad to see your website found a name at all then!
#
Zegnat
dougbeal|mb1: the ICS file on Jeena’s website contains a timezone
singpolyma joined the channel
#
dougbeal|mb1
Zegnat: looks like OSX Calendar doesn't like it unless DSTART and DEND reference the time zone as well
#
Zegnat
That could be. ICS is... fun? I don’t remember who had a big discussion about it before, maybe aaronpk and bear
#
dougbeal|mb1
Yeah, works fine with google calendar directly
#
Jeena
hm weird, I think I developed it with the osx calendar back then
#
dougbeal|mb1
There is a enable timezone checkbox in Calendar, maybe with it turned off it ignores everything about timezones?
#
sebsel
Jeena I RSVP'ed! And it did find my pic :)
#
sebsel
You actually need some authorship discovery for aaronpk's RSVPs too. He uses '/' as u-author, last time I checked, so you have to fetch that one for his picture and name.
#
aaronpk
you can match the URL to the h-card on the page, you don't need to make a separate HTTP request for mine
#
sebsel
Ah! Didn't know that.
#
sebsel
Authorship is hard still.
#
aaronpk
yeah it's a bit of a trick. it's well documented though
tantek, EHLOVader, KartikPrabhu, wolftune and mlncn joined the channel
#
jeremycherfas
What does it mean when an object contains a #, like this #uri: "/grav-admin/blog/there-s-no-success-like-failure" ?
#
Zegnat
jeremycherfas: what kind of object?
#
jeremycherfas
It’s the result of a dump of a variable on my site.
#
jeremycherfas
The whole thing is ````
#
jeremycherfas
Grav\Common\Uri {#65
#
jeremycherfas
+url: "http://localhost:8888/grav-admin/blog/there-s-no-success-like-failure"
#
jeremycherfas
#base: "http://localhost:8888"
#
KartikPrabhu
looks like adactio added JSONfeed https://adactio.com/links/12318
#
jeremycherfas
#basename: "there-s-no-success-like-failure"
#
Loqi
[Jeremy Keith] JSON Feed: Home May 23rd, 2017 RSS isn’t dead, but it has metamorphosed into JSON. I don’t know if syndication feeds have yet taken on their final form, but they’re the canonical example of 927ing. Anyway, I’ve gone ahead and adde...
#
jeremycherfas
#bits: null
#
jeremycherfas
#content_path: "blog/there-s-no-success-like-failure"
#
jeremycherfas
#extension: "html"
#
jeremycherfas
#host: "localhost"
#
jeremycherfas
#env: "localhost"
#
jeremycherfas
#params: []
#
jeremycherfas
#path: "/blog/there-s-no-success-like-failure"
#
jeremycherfas
#paths: array:2 [
#
jeremycherfas
0 => "blog"
#
jeremycherfas
1 => "there-s-no-success-like-failure"
#
jeremycherfas
#scheme: "http://"
#
jeremycherfas
#port: "8888"
#
jeremycherfas
#query: []
#
jeremycherfas
#fragment: null
#
jeremycherfas
#root: "http://localhost:8888/grav-admin"
#
jeremycherfas
#root_path: "/grav-admin"
#
jeremycherfas
#uri: "/grav-admin/blog/there-s-no-success-like-failure"
#
jeremycherfas
+"name": "localhost"
#
jeremycherfas
Oh dear. Sorry about that.
#
jeremycherfas
I’ll make a gist
#
Zegnat
Yikes. That might have better gone in a gist.github.com
#
Zegnat
If you make a gist and go to -dev I will take a look
#
ben_thatmustbeme
websub.rocks test suite is done, if people could start running tests for your publishing, subscribing, or hubs it would really help
#
KartikPrabhu
what is JSONfeed?
#
Loqi
jsonfeed is a feed file in JSON format https://indieweb.org/jsonfeed
#
KartikPrabhu
adactio: could you add your usage to https://indieweb.org/jsonfeed as Indieweb example? there was quite the debate about JSONfeen?
#
Zegnat
jeremycherfas, I don’t recognise that. Is that var_dump or something else?
#
KartikPrabhu
:thumbsup:
[jeremycherfas] joined the channel
loicm, jmelesky, benwerd, snarfed, wolftune, [kevinmarks], EHLOVader, Pierre-O, KevinMarks, tantek, sebsel and strugee joined the channel
Pierre-O, mlncn, [cleverdevil] and gRegorLove joined the channel
#
gRegorLove
Good morning, indieweb
#
Zegnat
Good morning gRegorLove
[kevinmarks], tbbrown, Kaja, amz3, KartikPrabhu, cweiske, EHLOVader and sebsel joined the channel
#
GWG
Afternoon
EHLOVader, sknebel, snarfed, quails and KartikPrabhu joined the channel
#
cweiske
aaronpk, do you still have live comment updates?
tantek and jemostrom joined the channel
#
cweiske
apparently not. but it seems it takes some time until comments are displayed, even when manually refreshing
#
cweiske
aaronpk, do you manually approve comments now?
#
dougbeal|mb1
o/ gRegorLove, GWG
#
aaronpk
No it just runs thru webmention.io so it takes a few seconds
#
cweiske
then something is broken
benwerd joined the channel
#
Loqi
[Anonymous] It would be nice if the colors and lines would be explained somewhere.
#
Loqi
[Anonymous] Welcome back home!
#
aaronpk
What's wrong?
#
aaronpk
I see it on my site
#
cweiske
I didn't for 5 minutes
#
cweiske
I wanted to do a split screen demo
#
cweiske
posting from tt-rss and instantly seeing it pop up in the other browser window on your site
#
aaronpk
Hm it shouldn't be that slow, I would have thought maybe 20 seconds tops
loicm joined the channel
#
cweiske
posting is smoothy ajax now, actually usable
#
aaronpk
Whoa that looks great
#
aaronpk
cweiske++
#
Loqi
cweiske has 76 karma in this channel (91 overall)
[cleverdevil] joined the channel
#
[cleverdevil]
Nice job, cweiske!
#
Loqi
cweiske has 77 karma in this channel (92 overall)
#
[cleverdevil]
Way nicer than what I did for Nextcloud News ?
#
aaronpk
I might have to look into what's making the comment take so long to show up just so these demos look better
jmelesky, Gold, friedcell and tantek joined the channel
#
miklb
what is ttrss
#
Loqi
It looks like we don't have a page for "ttrss" yet. Would you like to create it?
#
sknebel
what is tt-rss?
#
Loqi
tt-rss is an open source, self-hosted feed reader https://indieweb.org/tt-rss
#
sknebel
cweiske++
#
Loqi
cweiske has 78 karma in this channel (93 overall)
#
miklb
cweiske is that a public plugin yet, sorry missed earlier conversation.
[shaners] joined the channel
#
KartikPrabhu
aww too late
#
KartikPrabhu
what is ttrss
#
Loqi
tt-rss is an open source, self-hosted feed reader https://indieweb.org/ttrss
wolftune joined the channel
#
skippy
cweiske++
#
Loqi
cweiske has 79 karma in this channel (94 overall)
#
skippy
that looks awesome.
wolftune joined the channel
#
cweiske
miklb, not public yet
#
miklb
cweiske gotcha!
#
cweiske
i'm creating a repo now
#
miklb
I'm going to run a test install locally to get feel for it. Might need to customize the UI a little for my tastes.
#
cweiske
there it is
#
miklb
cweiske++
#
Loqi
cweiske has 80 karma in this channel (95 overall)
EHLOVader and [jeremycherfas] joined the channel
#
Loqi
[superfeedr] "Micropub is a W3C Recommendation" by Maria Auday on 2017-05-23 https://www.w3.org/blog/news/archives/6326?pk_campaign=feed&pk_kwd=micropub-is-a-w3c-recommendation
KevinMarks joined the channel
#
aaronpk
well looks like someone uses websub
#
tantek
superfeedr also polls
#
aaronpk
it's not on the home page yet but it's in the news blog!
#
tantek
is it on the news home page?
#
@derhess
Hey @indiewebcamp and #Berlin, I blogged about our last Homebrew Website Club Meeting #7 http://derhess.de/2017/05/23/notes-from-the-homebrew-website-club-7-in-berlin/ #onboarding #webmentions
(twitter.com/_/status/867133869040041985)
snarfed joined the channel
#
miklb
!tell cweiske got an error on init, not sure where to log errors/issues with ttrss micropub plugin
#
Loqi
Ok, I'll tell them that when I see them next
#
schmarty
aaronpk++ congrats on micropub landing as a W3C Recommendation!
#
Loqi
aaronpk has 505 karma in this channel (1324 overall)
#
schmarty
woah, AS2 also landed today
#
GWG
I think it is time to open. WordPress ticket proposing integration that people will ignore
#
tantek
for Micropub? yes
#
GWG
tantek, yes.
#
GWG
I meant Micropub.
#
GWG
Webmention has had a WordPress ticket for a while
[colinwalker] joined the channel
#
[colinwalker]
So many people want XML-RPC killed for security and REST API is proprietary so it would make a lot of sense.
#
tantek
for real
#
GWG
They won't kill it so easily
#
GWG
But Indieauth isn't a specification yet though
#
aaronpk
that's true, although people are already making micropub clients that get the access token from some other mechanism, such as copypasting an "api key" from an account settings page
#
GWG
aaronpk, and the REST API should have an oauth provider this year according to their plans
#
GWG
But I will write out the case for WordPress after dinner
KevinMarks joined the channel
#
aaronpk
that's interesting, maybe i could take a look to see how that could fit in
#
aaronpk
can you point me to where the oauth provider stuff is being discussed?
#
GWG
Anyone have any ideas in that area? Arguments?
#
aaronpk
it's very likely that at the point that wordpress is its own OAuth provider, then adding the IndieAuth bits is very simple
#
GWG
Aaronpk, on my phone right now waiting for a meeting, but they are thinking of having WordPress.org handle it for people who don't want to do it themselves.
#
aaronpk
interesting
#
GWG
I actually thought of writing an authentication provider for Indieauth
#
GWG
The current Indieauth login for WordPress can't be used for everything
#
GWG
That would separate that from Micropub if implemented correctly
#
GWG
I did the research. But too many projects right now
#
GWG
I am contemplating something right now
#
@bltavares
@samirsalimjr @rodrigomaia17 Um dia eu arranjo tempo pra federar todos meus conteúdos estilo POSSE https://indieweb.org/POSSE
(twitter.com/_/status/867140345158619137)
#
tantek
GWG do you support WebSub publishing on your site?
#
GWG
Not yet
#
tantek
It's "just" adding a plugin right?
derhess joined the channel
#
derhess
we
#
Loqi
[superfeedr] "Standards: W3C Recommendation of Micropub Published" by Gary Price on 2017-05-23 http://www.infodocket.com/2017/05/23/standards-w3c-recommendation-of-micropub-published/
raucao, tantek, [eddie], voxpelli, jmelesky, wolftune and snarfed joined the channel
#
Loqi
[superfeedr] "? Facebook blocks Pulitzer-winning reporter over Malta government exposé | The Guardian" by Chris Aldrich on 2017-05-23 http://boffosocko.com/2017/05/22/facebook-blocks-pulitzer-winning-reporter-over-malta-government-expose-the-guardian/
#
Loqi
[superfeedr] "Comment on The IndieWeb and Journalism by Chris Aldrich" by Chris Aldrich on 2017-05-23 http://boffosocko.com/2017/01/13/the-indieweb-and-journalism/#comment-34701
[chrisaldrich] joined the channel
#
[chrisaldrich]
GWG: If you need/want it, here's the WebSub WordPress plugin https://wordpress.org/plugins/pubsubhubbub/ pfefferle updated it about two weeks ago btw.
#
Loqi
[Matthias Pfefferle] Download WebSub/PubSubHubbub By Matthias Pfefferle Details Reviews Installation Support Development ...
wolftune joined the channel
#
tantek
[chrisaldrich]: are you running it? Do you think you could submit an implementation report for it as a WebSub publisher by trying the publisher tests here? https://websub.rocks/
#
@ummjackson
I dig some of the IndieWeb stuff happening but can't stand Microformats at all. Why are we parsing HTML => JSON for use? Ridiculous.
(twitter.com/_/status/867153557249638400)
[shaners] joined the channel
#
GWG
I have not tried pfefferle's plugin since pre Websub
#
GWG
[Chrisaldrich]: Did you try the new Indieweb plugin
#
dougbeal|mb1
Is pubsubhubbub newer vs PuSHPress?
#
KartikPrabhu
what is pushpress?
#
Loqi
It looks like we don't have a page for "pushpress" yet. Would you like to create it?
wolftune joined the channel
#
dougbeal|mb1
I'm getting HTTP/1.1 401 Unauthorized, could it be that Authorization headers are getting stripped?
#
dougbeal|mb1
What does OwnYourGram use?
#
dougbeal|mb1
801 - Auth in POST body passes
tantek joined the channel
#
dougbeal|mb1
what is Authorization headers
#
Loqi
It looks like we don't have a page for "Authorization headers" yet. Would you like to create it?
mattl, snarfed and KevinMarks joined the channel