#[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
#[eddie]Because the lack of authorization in that screenshot is just “wrke.online”
#[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
snarfed joined the channel
#gRegorLoveThanks for expanding, [chrisaldrich]. Did you see the tell I left you the other day?
#[eddie]Sounds like Monocle and Indigenous are facing the same errors. Indigenous just isn’t good with communicating those (which I need to do better)
#[eddie]What are the errors from Monocle, [kim_landwehr] ?
#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.
#[kim_landwehr]I decided to let it go until the morning, to give everything time to settle down thanks all
[jgarber] joined the channel
#[jgarber]KartikPrabhu: I regret missing the earlier Webmention spec conversation. That’s basically what I’m working on right now.
#[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?
[jon] joined the channel
#aaronpkthe one that's at indieauth.com right now?
#aaronpkthat would fall under the yet-to-be-developed half of the replacmeent of indieauth.com
#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
#aaronpkYeah if you're checking the link rel that's the equivalent of redirect url registration so it's fine.
#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
#tantek__because I got lazy with implementing Event posts in Atom when I couldn't find any AS1+Atom examples of Event posts :P
#tantek__maybe I should put a static explanation like that in the Atom entry content
#aaronpkAS doesn't factor in to this discussion tho
tantek joined the channel
#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
#tantek__goes to create a POSSE HWC event for FB :/
#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
#KartikPrabhuI does generate Atom from h-feed! not very clean but it seems to work
#tantek__aaronpk I was trying to set a good practical AS example as another potential building block, hybrid/plurality approaches and all that
#tantek__maybe I need to treat Atom like a lower fidelity POSSE destination like Twitter
#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...
#[kevinmarks]hm, looks like the openid login is gone on blogger now
[jgmac1106], jackjamieson, eli_oat, [wiobyrne] and TripFandango joined the channel
#[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. 🙂
loicm joined the channel
#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_given your theme the pages, and unlike posts may not even be set up with an hentry and you may have to hardcode it
#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] I am going to have my students use fragmentions on their websites but keep hypothesis for the pdfs…I think….
#jgmac1106_!tell tantek the setting is SNAP for shortened url is %SURL% versus %URL% I should be back to full url now
#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
#aaronpkI should set the timezone offset automatically based on the location
#[schmarty]aaronpk: oh wow, i haven't used the google places API. the fact that they include typeahead is neat!
#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] joined the channel
#[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][eddie]++ for the pull request for Indiepaper for iOS! You rock.
#Loqieddie has 38 karma in this channel (67 overall)
tbbrown joined the channel
#[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
#[eddie]I tried to do another tag library but ran into issues. Not sure if it was the library, Carthage or my Xcode Beta
#[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.
#[eddie]Yeah, I was surprised that they wouldn’t have it as part of the system. Mail, Messages, it’s all over the place
#[eddie]And yeah, it would be great to have an official package manager, especially if it was built in Xcode
jackjamieson joined the channel
#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
#Loqischmarty has 16 karma in this channel (92 overall)