[eddie][kim_landwehr] I think I’ve seen www.wrke.online before. If you originally signed up as www. In Aperture the www. And the naked domain probably don’t match
[kim_landwehr]Thanks to [aaronpk] I realized I cleaned things up too well and had removed the indie auth and indie token gotten from aperture, trying again
[kim_landwehr]Ok I can now log into aperture but still getting error message on Monocle, also when I try to use Indigenous I can log in but no channels load
LoqiIt looks like we don't have a page for "errors from Monocle, [kim_landwehr]" yet. Would you like to create it? (Or just say "errors from Monocle, [kim_landwehr] is ____", a sentence describing the term)
[chrisaldrich][gregorlove] I saw it in #meta I think. Sill need to pull up my db to figure out when my first u-read was. Don't think I've ever done a p-read yet.
[eddie][kim_landwehr] DNS can do funky things, so that might be it. The server might not be able to verify something. Just to verify. When you log into Aperture (which works?), you enter “http://wrke.online”?
tantek__KartikPrabhu: yes that is how specs *should* ideally be developed, and the smaller the community that develops them, the more likely they start out more specific and expand to suit new uses instead of the other way around. Webmention started narrower here in IndieWeb, and was broadened in terms of other content types in the broader community of W3C participants.
[jgarber]Pre-v0.1.0 webmention verifier (in Ruby natch) that supports verifying plaintext and HTML based largely on the spec. JSON’s the last bit of the puzzle.
oodaniare there plans to implement the openid-to-indieauth delegation service as part of indielogin.com or the other indieauth.com-replacing service? or are we basically thinking it's too much effort given how few openid consumers there are?
aaronpkbut I'm not particularly interested in implementing it, because I'm pretty sure stackexchange was the last major consumer of indieauth.com's OpenID, and that's going away
oodanii started using gitea.io recently and it supports openid (1? 2? idk) but it'd probably be way easier to get the gitea folks to add indieauth support than to keep delegating ye olde openid :p
Loqi[aaronpk] It would be fantastic if Gitea were its own OAuth2 provider! In fact, [IndieAuth](https://www.w3.org/TR/indieauth/) is the perfect candidate for how to implement this.
IndieAuth is an OAuth 2.0 extension, which avoids the centralized problems with...
oodanioh, huh, your "oauth for the open web" article says that redirect uris are required to be on the same domain as the client id? i'm not verifying that, i guess i should be :o
oodanihmm, checked the spec, and i think i'm okay? i do <link rel="redirect_uri"> verification and additionally *always* display the redirect uri for manual verification, so if anything i'm just losing out on the convenience of knowing a redirect uri on the same domain as the client id Should Always Be Valid
aaronpkIf you're not actually checking that, then the next best thing is to show the user that the domains don't match, but really that should only be used when you can expect the user to understand the situation
aaronpkYou're telling micro.blog to consume your atom feed, and micro.blog doesn't care about AS1, but it seems like providing a high resolution version of your post makes sense, and using the event name as the Atom title seems reasonable
tantek__my process for implementing each post type for Atom was trying to figure out the AS1+Atom way of doing it, when I couldn't do that, I gave up basically. But I think that was before I told micro.blog to consume my Atom feed
aaronpkThat's some serious dedication to Atom AS... what ever actually consumed that? I would have just fallen back to generating regular Atom posts if anything
Loqi[john] Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Test 8
Test 9
Test 10
Test 11
Test 12
Test 13
Test 14
Test 15
Test 16
Test 17
Test 18
Test 19
Test 20
Test 21
Test 22
Test 23
Update test 1
Testing webmentions, presumably sent by...
[wiobyrne]I've been trying to make some headway in using Hypothesis a bit more in my IndieWeb work. Jon Udell indicated that this project (https://github.com/judell/h_notify) polls Hypothesis and sends notifications by way of email, RSS, or Slack. He indicates that it might be a starting point for some DIY webmention service.
[wiobyrne]My problem/challenge is that I don't have the headspace or background to figure this out...but it's important to me. If you can...please send along some first steps/places so I can educate myself. Thanks in advance. 🙂
jgmac1106_[wiobyrne] It is complicated given that annotations use a different schema than mf2, the closest I have gotten is to use John’s html output and just wrapping the entire <body> or <article> of the page in h-entrty
jgmac1106_if you want to add the correct (which is really just proposed currently) mf2 to every single annotation on a page it takes an ass ton of time and nobdy is consuming them so there really isn’t a reason to do so yet
jgmac1106_[wiobyrne] this is the page you need https://indieweb.org/quotation I think with time I can play with judell’s app and have it output correctly but its just above my skill level so will take more time than I have, John said if I map it out he will help
jgmac1106_[wiobyrne] one this to remember is hypothes.is could add mf2 to their annotations as well as their schema.org, SemPress does this will as a WP theme, they choose not to. They came up with “open standard” only they use. The ultimate goal is to “white fence” help into taking their Hypothesis API and rendering an HTML file that adds the mf2
jgmac1106_first step is to write up each kind of possible annotation, that would be a highlight, a quote with a reply, a reply to an annotation, a reply to an annotation with a quote, an image in each variant and a video in each variant. That is what judell needs from us for step one, but these are experimental post types to begin with: https://indieweb.org/posts#Kinds_of_Posts
jgmac1106_reminds me [schmarty] I need to get back to Kapowski and see if I can add the form fields I want, I am sure what I did is broken but fixing it will be good learning
Loqi[Aaron Parecki] Quill's event creation UI now has venue autocomplete and a map preview, and sends the full venue information to your Micropub endpoint as an h-card! Selecting a location also sets the timezone offset of the event start/end date properly too!
This ... https://aaronparecki.com/2018/07/11/8/photo.png [video]
[wiobyrne]Hey @sknebel, I would see it as being three levels. 1) embed an individual annotation in a WordPress post in a workable fashion; 2) pull annotations from a source and copy/paste/embed into WordPress post for use in bookmarking/read/reply; 3) pull annotations across tags/categories/user to copy/paste/embed in WP post.
[cleverdevil]I’m headed to the airport for my long trip home. Not sure I’ll have the brainpower to do a full review/merge yet. But I’ll get to it as soon as I can.
[eddie]That does look promising. I have yet to get a project to build properly with Carthage (Seems like a better dependency library than CocoaPods). But I definitely need to figure it out because I need to add a 3rd party library or two to Indigenous to get some features that I shouldn’t build from scratch
[cleverdevil]Shame Apple doesn’t have NSTokenField in UIKit. They clearly have something (they use it in Mail on iOS), but it must be private at the moment.
sknebel[kevinmarks]: afaik foursquare has fairly strict rules about presentation, e.g. you have to link to their page and add attribution always, which would be a bit odd/difficult for a micropub client
[jgmac1106], [chrisaldrich], snarfed, snarfed1, [wiobyrne], KartikPrabhu, chrisaldrich, iasai_ and iasai joined the channel
LoqiEmail is a decentralized, non-web messaging transport, with typical user interfaces that encourage excessively lengthy messages, in contrast to texting https://indieweb.org/email
[dougbeal], KartikPrabhu and iasai__ joined the channel
schmartyaaronpk: should Twitter relme links work with indielogin.com? i'm working on 🕸💍 and getting an error that a twitter profile URL isn't supported:
schmarty(so, for a twitter name with capitalization, when capitalized in the rel=me link, indielogin doesn't recognize it as a twitter connection to begin auth. when lowercased in the rel=me link, indielogin detects a mismatch when returning from auth.)
Loqitantek__: jgmac1106_ left you a message 6 hours, 30 minutes ago: the setting is SNAP for shortened url is %SURL% versus %URL% I should be back to full url now