[miklb]so the PR doesn’t effect webmentions one way or another? Gotcha. Still think it’s a good idea. Just thought if it were to help with webmentions, that *might* help
@royscholten↩️ yep. WebmentionIO calls it Web Hook. If that terminology is reflected in the Drupal settings, that would already help. Also, making a clearer distinction between "on your site" vs. "use this on http://webmention.io". Fun to see it working though! :) (twitter.com/_/status/1003607285288132609)
swentel, [Vanessa], loicm, [jgmac1106], leg and snarfed joined the channel
ancarda[schmarty]: Can you give me the link to your granary.io atom feed? I could add that to my website as a quick win, and self-host some h-feed to atom tool at a later date
ancardaI'd imagine it wouldn't be too hard to use X-Ray to parse each post. If I split out the page construction to a function, I can just run that for each post, parse it, and output some XML
tantekis anyone else besides aaronpk, chrisaldrich, and me posting GitHub issues, comments, reactions on their own site first, and then POSSEing them to GitHub?
tanteke.g. I had to add the ability to NOT POSSE to Twitter, since I decided GitHub issues/comments made very little sense on Twitter outside the context of the repo/thread that they were on
aaronpk"Your Twitter account (or accounts associated with you) currently has multiple registered applications, in potential violation of Twitter's rules on the use of multiple API keys for a single use case."
aaronpk"If these applications do not serve distinct use cases, please log into your existing account on https://apps.twitter.com/ and delete any applications which are in violation of our rules. "
[grantcodes]Firefox it pretty hardcore about what it blocks if you switch on tracking protection, took me a while to realise it wouldn't even load twitter avatars! I thought there was an issue on my site 😛
[eddie]Super excited, Apple gave a pre-announcement that iOS apps will be able to be converted into mac apps in 2019! So, Indigenous for macOS will definitely be a thing. For the rest of this year I need to get it functioning on the iPhone, and then improve iPad support, which will pave the way to transition it to macOS in 2019
[eddie]They can continue to exist, they didn't announce any kind of depreciation of the existing frameworks (at least for now), but they essentially created UIKit on the mac
Loqi[Aaron Parecki] What we really need is federated authentication, but that doesn't exist yet.
This sounds like a great use case for IndieAuth. w3.org/TR/indieauth
IndieAuth is an OAuth 2.0 extension, which avoids the centralized problems with existing OAuth soluti...
Loqidogfood in the context of the indieweb, refers to the software practice of "eating your own dog food" but in particular with using your own creations on your own personal site that you depend on, day to day https://indieweb.org/dogfooding
snarfedif you have in-reply-to an indieweb post, and it has the synd link to a silo post, bridgy will infer that it's (also) in-reply-to that silo post
tanteksnarfed, however I still have to include the link to bridgy to cause it to try right? so my site still needs to do the work of finding out if there is a silo synd link, to know whether to bother with providing a github link for that silo
Loqi[aaronpk] > What we really need is federated authentication, but that doesn't exist yet.
This sounds like a great use case for IndieAuth. https://www.w3.org/TR/indieauth/
IndieAuth is an OAuth 2.0 extension, which avoids the centralized problems with ex...
tantek.comedited /Gitea (+301) "update dfn for how it's actually useful rather than history, stub features, stub history with old dfn info, see also" (view diff)
sknebelfiguring out that one of the rel-me's is a gitea instance (or any other thing that's not a central silo) is an interesting problem. I guess with caching (so you don't have to do it each time a user uses indielogin) it'd be not too much overhead to fetch each linked page and run checks identifying what's running there
sknebelbetween user and silo, with OAuth between indielogin and silo. If I saw correctly Gitea doesn't have Oauth yet for applications, so it'd have to use the API with the users username and password
tantek.comedited /IndieAuth (+60) "ways people might be asking for IndieAuth without actually saying it like OAuth2 login OAuth-based login etc., update dfn, naming a bit" (view diff)
tantekthis in particular: If you’re familiar with writing an OAuth client, then you're familiar with the problem of having to register your client manually with each OAuth provider. IndieAuth uses DNS as a replacement for client registration, thereby eliminating the need for any manual registration with providers.
tantek!tell aaronpk,chrisaldrich,gRegorLove,jalcine,schmarty What do (features on your website) do you want to finish / launch / start using *before* IWS? Can you add to your entry in https://indieweb.org/2018/Guest_Book ? See mine for example: "Working: for IWS 2018(link)"
tantek!tell ancarda re: what to work on after you get indiewebify.me stuff working, check out https://indieweb.org/IndieMark for step by step new things to add support for to your site, in incremental increasing order of challenge / functionality