#dev 2018-05-24
2018-05-24 UTC
[quinnvinlove] joined the channel
[Natris1979] joined the channel
[unoabraham], eli_oat and [jgarber] joined the channel
# [jgarber] ```Your GitHub profile linked to https://sixtwothree.org but we were expecting to see https://sixtwothree.org/. Make sure you link to https://sixtwothree.org/ in your GitHub profile.```
# KartikPrabhu [jgarber]: did you use the slash in the IndieLogin prompy?
# [jgarber] KartikPrabhu I did not, no. I entered `https://sixtwothree.org` without the trailing slash on the IndieLogin homepage.
# Loqi Web sign-in is signing in to websites using your personal web address (e.g https://indieweb.org/Web_sign-in
# [jgarber] e.g. ol’ jgarber enters `sixtwothree.org` into the webpage’s form and the service does the digging and following of redirects to determine that the canonical, resolvable website is at `https://sixtwothree.org`.
# KartikPrabhu [jgarber]: the without protocol might be problematic with the HTML form validation for a URL
# KartikPrabhu I have encountered that before
# KartikPrabhu not sure why HTML form validation for URLs is strict about protocoals
# KartikPrabhu yeah
# [jgarber] There are some interesting validation details for `<input type="url">` on MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url
# KartikPrabhu yeah
tbbrown joined the channel
# jgmac1106 I am trying to see if WP 4.9.6 made micropub not work for us and I am trying to log on with a site I threw up real fast https://indiewebsandbox.jgregorymcverry.com
# jgmac1106 nope it was https://indiewebsandbox.jgregorymcverry.com using the credentials of admin (admin) not me.
leg joined the channel
# jgmac1106 [unoabraham] here is the repo https://github.com/idno/Known
renem joined the channel
# tantek makes me wonder if it's the same issue as https://github.com/snarfed/bridgy/issues/824
# tantek !tell snarfed if the problem is one of "Allowing admins to approve or deny applications " per https://developer.github.com/changes/2015-01-19-an-integrators-guide-to-organization-application-policies/ - do you think it would be reasonable to write-up a brief "How to enable your organization's repos to allow Bridgy Publish posts" in the Bridgy GitHub docs?
[Natris1979] and [miklb] joined the channel
# @jgmac1106 Interesting discussion about the webmentions badging system occurring on LinkedIn: https://jgregorymcverry.com/interesting-discussion-about-the-webmentions-badging-system-occurring-on-linkedin/ (twitter.com/_/status/999497492386537472)
cweiske, jeremycherfas, swentel, cweiske2 and KartikPrabhu joined the channel
# jeremycherfas.net uploaded /File:vHWC.png "�Screenshot of vHWC in progress on 2018-05-23 https://indieweb.org/File:vHWC.png"
AngeloGladding, jeremycherfas and marcthiele joined the channel
tglobe and iasai joined the channel
# @Lady_Ada_King ↩️ For now I am going to use indieauth because it is the quickest solution to setup and in all likelihood I will be the only one to use this project. (twitter.com/_/status/999601102113923072)
iasai joined the channel
# jgmac1106 [pilch] [mrkndvs] the plot thiickens: https://community.reclaimhosting.com/t/micropub-htaccess-and-reclaim-hosting/1576/11?u=jgmac1106 a clean install on ReClaim Hosting works
[unoabraham] joined the channel
# @qubyte ↩️ @Lady_Ada_King @Xavier_Ho +1 for indieauth! It could use a bit more popularising. :D (twitter.com/_/status/999608791120449536)
# Zegnat Take a clean setup on any server, run the diagnostics (https://gist.github.com/Zegnat/f4192c3cce05d847af3547eea80e383c) and if it comes back red you know the server is mangling your header somewhere. Basically all you can do.
[jgmac1106] and [kevinmarks] joined the channel
# [kevinmarks] a workaround for twitter not having html for user pages is to use the twitter user intent page
# [kevinmarks] this is what unmung does
# [kevinmarks] so if you have twitter.com/aaronpk you instead look up https://twitter.com/intent/user?screen_name=aaronpk
# [kevinmarks] and that still has mf1 hcard and xfn rels in http://www.unmung.com/mf2?url=https%3A%2F%2Ftwitter.com%2Faaronpk&html=&pretty=on
# [kevinmarks] for tweets you could use the oembed endpoint to get back json with the tweet html in
# @aaronpk This is my calendar tomorrow. Giving a talk right before @barackobama #oktane18 #notevenkidding https://pbs.twimg.com/media/Dd3HT1GVAAEnkuF.jpg (twitter.com/_/status/999173838012272640)
[unoabraham] joined the channel
# [jgmac1106] can I add a rel=me to GitHub?
# jeremycherfas Is it possible to turn an existing copy of a git repo on my server into a clone of the repo?
# jeremycherfas That's probably why I can't find an answer in stackoverflow. :)
# jeremycherfas OK, I downloaded the zip of Known and then uploaded it to my server. So only my server I have a working copy, but it is not a clone of the original repo. So when there is an update to the master, I can't simply pull the changes.
# jeremycherfas If possible, I would like to make my server copy into a clone of the origin rather than a copy of the origin.
# jeremycherfas Does that make sense?
# jeremycherfas That's right. Only files. I CAN clone Known, but if it is possible to somehow make my existing copy into a clone, I was hoping to be able to do that.
# [kevinmarks] the easiest way is probably to move your files aside and make a new clone
# [kevinmarks] do you have bbedit/textwrangler? that has a good ui for finding and merging changes to an entire folder full of text files.
# jeremycherfas The main reason stopping me doing a new clone from scratch is that my existing files are already in the correct folder on my server. So I can only clone into a new foldername. Then rename that folder, I guess.
# jeremycherfas [jgmac1106] I want to be able to sync easily with origin/master
# jeremycherfas I do have BBEDIT.
[jgarber] joined the channel
# jeremycherfas So the git init stuff doesn't care about the name of the folder it is in?
# jeremycherfas One reason I want to be able to sync for myself. Mapcyka just pushed a change that fixes the problem I was happening with tags in instagram
# jeremycherfas Almost there with renaming the clone; just waiting for /uploads to upload
# Loqi silo.pub is a Micropub endpoint for hosted blogs like Tumblr, WordPress.com, Blogger, and Twitter https://indieweb.org/Silo.pub
# petermolnar jgmac1106: I believe snarfed would welcome contributions to https://github.com/snarfed/bridgy
leg joined the channel
# petermolnar ah, right, I even forgot about https://github.com/snarfed/bridgy#adding-a-new-silo
# jgmac1106 yet here are links: https://twitter.com/jgmac1106
# jgmac1106 and I can’t manually add the links here: https://brid.gy/twitter/jgmac1106#
# petermolnar no, they are not :( <a href="https://t.co/DS9BhCYHT2" rel="nofollow noopener" dir="ltr" data-expanded-url="https://indieweb.jgregorymcverry.com/" class="twitter-timeline-link" target="_blank" title="https://indieweb.jgregorymcverry.com/"><span class="invisible">https://</span><span class="js-display-url">indieweb.jgregorymcverry.com</span><span class="invisible">/</span><span class="tco-ellipsis"><span class="invisible"> </spa
# petermolnar n></span></a>
# petermolnar the href is t.co, not your actual site
# petermolnar it's neither your, not brid.gy's fault, this is twitter f*kery
# petermolnar apparently look for data-expanded-url first, than fall back to href seems to be a way to deal with it
# jgmac1106 yeah was just hoping that broke indieauth since bridgy still worked for me…it can’t going to go back to recommending different POSSE tool. What place nicer with mf2 SNAP or JetPack? I heard some folks say when you syndicate with JetPack it takes out mf2 and uses microdata..but I have no idea if that is true
# petermolnar it's not JS-only, there's a http meta refresh as well
# petermolnar but that's not much better
# Zegnat If you curl the thing without a cookie or session already set, you’ll get HTML like this petermolnar: https://gist.github.com/aaronpk/90f7d8493be2ba8836868c7cdac0d9f8
# petermolnar SNAP is a rather straightforward plugin, but god save us all from checking it's code
# petermolnar huh
# petermolnar I didn't know that
# petermolnar that's.... I mean... I'm getting so tired of silos.
# petermolnar jgmac1106: I actually contributed to SNAP, and they even accepted it, but it really wasn't a pleasant thing to do
# petermolnar it was about pushing location data to flickr
# Zegnat I can’t imagine why syndication code would mess with mf2. Your mf2 is probably in your theme, and I doubt JetPack is first generating how your post would look in your theme and then pulling that HTML to syndicate. I expect syndication plugins to just use your post content and syndicate that, wouldn’t even see mf2.
# [kevinmarks] as I said earlier, the workaround is to use the twitter intent page
# jgmac1106 so looking for advice then, Here is a post I made a theme I know a lot of friends use, while I can’t fix it (yet) I can tell the mf2 isn’t on point. What would be the best way to compare my “source code” to a way an aticle should be markedup https://indieweb.jgregorymcverry.com/blog/uncategorized/this-is-an-article-post-kind/#this-is-an-article-post-kind
# @aswath ↩️ @Lady_Ada_King It most certainly can. We use that in our project. See https://indieauth.com/setup (twitter.com/_/status/999654378855452672)
# jgmac1106 okay that got me further but now I got: Bridgy Error: No microformats2 data found in https://indieweb.jgregorymcverry.com/blog/uncategorized/this-is-an-article-post-kind/
# Loqi An article is a kind of post that typically has more structure than a simple note https://indieweb.org/article
# Zegnat Lots of post types will have example markup on their wiki pages, like this: https://indieweb.org/note#How_to_publish
# Loqi Post Type Discovery specifies an algorithm for determining the type of a post by what properties it has and potentially what value(s) they have, which helps avoid the need for explicit post types that are being abandoned by modern post creation UIs https://indieweb.org/PTD
# Zegnat I use https://pin13.net/mf2-dev/ a lot, as it is the bleeding edge PHP one
# jgmac1106 on a seperate note I throught https://bookmarks.jgregorymcverry.com up as a PoC for [unoabraham] I like the workflow so much I might just keep it as my bookmarking solution…in the end I will probably just go back to a dual solution of WordPress for long-form writing and Known (or somethign Known like) for everything else.
# [kevinmarks] you need an h-entry
# jgmac1106 then [zegnat] we could also add to the https://indieweb.org/post-type-discovery/#examples be nice if each psot-kind had an h-entry example and other types under consideration are now being used so they need to be moved
# Zegnat With PTD also being published to W3 at https://www.w3.org/TR/post-type-discovery/ I am not sure how freely people should/can come in to update the algorithm with post types in use
# Zegnat If you click through to any of those post types most of them will have markup example up top. E.g. bookmarks: https://indieweb.org/bookmark#How_to_markup
# jgmac1106 [zegnat] how did you find that link form here: https://indieweb.org/post-type-discovery
# Zegnat There is https://indieweb.org/Category:PostType which links to several post types people have experimented with
# jgmac1106 https://indieweb.org/article#How_to_markup for ex doesn’t exist yet
# Zegnat https://indieweb.org/note#How_to_publish - but put the p-name class on the element that is your title, instead of having the name and content be on the same element. Then you are done
# jgmac1106 you can say that but showing it to people like we do here: https://indieweb.org/bookmark#How_to_markup is best approach IMHO
# Zegnat Can probably copy the example from http://microformats.org/wiki/h-entry#Example
[unoabraham] joined the channel
# www.svenknebel.de edited /article (+602) "add basic example from microformats wiki - could be expanded with category etc" (view diff)
# Loqi It looks like we don't have a page for "pattern library" yet. Would you like to create it? (Or just say "pattern library is ____", a sentence describing the term)
# Zegnat ClearLeft build this: https://fractal.build/
# loqi.me created /pattern_library (+104) "prompted by jgmac1106 and dfn added by Zegnat" (view diff)
# jeremycherfas Known bookmarks have had h-entry forever.
jgmac1106 left the channel
[jgmac1106] joined the channel
# [jgmac1106] thinking maybe its another indieweb plugin causing the header issues https://community.reclaimhosting.com/t/micropub-htaccess-and-reclaim-hosting/1576/14?u=jgmac1106
# [jgmac1106] I did exactly the same thing this morning with https://indieweb.jgregorymcverry.com/blog/ that he did with https://indieweb.jgregorymcverry.com though do not know what @timmyboy did differently than me
gRegorLove joined the channel
[gerwitz] joined the channel
# tristanhavelick.com edited /Google_Play_Music (+554) "Added section about recent tracks on TristanHavelick.com" (view diff)
# tristanhavelick.com edited /Google_Play_Music (-16) "/* Tristan Havelick */ Remove broken link" (view diff)
[Natris1979] joined the channel
dougbeal|mb1 and [eddie] joined the channel
# [jgmac1106] @gwg did you my post from @ReClaim? Can not figure out why everything works with Micropub except when I do it
[kevinmarks], snarfed, [tantek] and [kim_landwehr] joined the channel
# Loqi snarfed: tantek left you a message 14 hours, 31 minutes ago: if the problem is one of "Allowing admins to approve or deny applications " per https://developer.github.com/changes/2015-01-19-an-integrators-guide-to-organization-application-policies/ - do you think it would be reasonable to write-up a brief "How to enable your organization's repos to allow Bridgy Publish posts" in the Bridgy GitHub docs?
barpthewire joined the channel
AngeloGladding joined the channel
# @jotixa ↩️ bueno aparte da microsubárea de hermisente creo, que ten 6 sibilantes hahahahaha pero iso, que será o 2% do territorio lingüístico total hahaha (twitter.com/_/status/999698263413583872)
[jgmac1106] and snarfed joined the channel
# snarfed !tell tantek interesting. looking at the logs from your recent bridgy publish github comment failures (at the bottom): "Although you appear to have the correct authorization credentials, the `whatwg` organization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, including how to whitelist this app, visit https://help.github.com/articles/restr
KartikPrabhu joined the channel
# @sil ↩️ yeah, it really doesn't; they're separate things, and way less in-depth, I think. But I hate the disqus style of thing, and mine's static so I didn't want real comments. This is why I did webmentions, but they are too far from critical mass so I hardly get any :) (twitter.com/_/status/999708088558084096)
snarfed joined the channel
# @sil ↩️ one nice thing with webmentions (apart from the indieweb crowd feeling a bit like the way the world was when we all got into this in about 2003) is that bridgy exists so all the twitter/etc comments show up as webmentions. (twitter.com/_/status/999708931105738752)
snarfed, jgmac1106_, redaxo_schorsch, maingo and [keithjgrant] joined the channel
# [keithjgrant] Click "Logs" in footer to open logs https://files.slack.com/files-pri/T03QR2B2T-FAWLUDXV4/screen_shot_2018-05-24_at_2.07.48_pm.png?pub_secret=5c7524fc22&name=Screen Shot 2018-05-24 at 2.07.48 PM.png
# [keithjgrant] New "Record debug logs" option in Omnibear Settings page https://files.slack.com/files-pri/T03QR2B2T-FAVHB5ZT6/screen_shot_2018-05-24_at_2.07.11_pm.png?pub_secret=6af9f4f27f&name=Screen Shot 2018-05-24 at 2.07.11 PM.png
# [keithjgrant] Log screen https://files.slack.com/files-pri/T03QR2B2T-FAVHBBW5A/screen_shot_2018-05-24_at_2.08.02_pm.png?pub_secret=8c9896d048&name=Screen Shot 2018-05-24 at 2.08.02 PM.png
# [keithjgrant] OK omnibear people. I added logging. Not in a released build yet, but this is now in master branch
# [keithjgrant] I'm particularly interested to see if this sheds some light for those of you having authentication problems
[miklb] joined the channel
# [keithjgrant] pull down the repo; Navigate to "about:debugging"; click "Load temporary add on"; select dist/manifest.json file in repo
# [keithjgrant] (you might want to disable your currently installed version so you don't get the two confused)
# [keithjgrant] the logs actually store a little more data than is currently displayed. I still need to add that to the view
redaxo_schorsch and [grantcodes] joined the channel
# [grantcodes] keithjgrant++
# [keithjgrant] btw: info/warnings are NOT saved until you check the box in settings
# [keithjgrant] (errors are)
# [keithjgrant] interesting. maybe a recent version bump of the micropub library?
# [keithjgrant] As long as no major bugs pop up in the next day or two, I'll release this
# [keithjgrant] OK. Let me get the full log data displaying, then e can see what the error is, hopefully
# [keithjgrant] (it did log an error?)
# [miklb] This is the bug I’m experiencing in WordPress https://github.com/indieweb/wordpress-indieauth/issues/45
# [keithjgrant] Hm. So it's maybe on the WP end?
barpthewire joined the channel
# [jgmac1106] [miklb] I wonder if it is related to my problems. Don't know if you are following that thread. Worse folks behind my shared hosting went in and were able to successfully post to micropub doing exact same thing I am doing.
# [jgmac1106] okay doing some coaching with teachers and then have to actually coach baseball but will look tonight. https://community.reclaimhosting.com/t/micropub-htaccess-and-reclaim-hosting/1576/13?u=jgmac1106
redaxo_schorsch joined the channel
# [jgmac1106] actually [miklb] I got this site working https://indieweb.jgregorymcverry.com/uncategorized/9/ but not https://jgregorymcverry.com so maybe I can figure out what is different
# [jgmac1106] updating to 4.9.6 and seeing if that breaks it, then will add indieweb plugins one by one to see if there is a conflice
# [jgmac1106] conflict
# [jgmac1106] still worked in 4.9.6: https://indieweb.jgregorymcverry.com/uncategorized/10/
# [jgmac1106] askimet did not break it
# [jgmac1106] yippeee. I now know the indieauth plug-in is what breaks it
# @Lady_Ada_King I just set up pouchdb to sync with my app. Authenticated using IndieAuth so I hold no passwords. It was amazing to see changes made in Chrome appear in Firefox in realtime! (twitter.com/_/status/999725917038612481)
# @Lady_Ada_King ↩️ My brain is fried! It was a huge pain in the arse to rewrite the URLs to map IndieAuth codes to the correct database.
Code is itty bitty but I kept trying to do it in Express which wouldn't work ended up rewriting the urls in the node http server before giving to express. (twitter.com/_/status/999726663691915264)
# [jgmac1106] okay couldn't get it working as I lose my indieauth endpoints, Really wish GitHub allowed more than one url so I wouldn't have to keep switching urls, but I am getting way closer. Need to figure out how https://indieweb.jgregorymcverry.com is authorizing without indieauth installed, but I do now know adding indieauth plug in breaks my micropub endpoints
# [jgmac1106] @zegnat but what is weird is why is https://indieweb.jgregorymcverry.com is authenticating on Quill with nothing but a rel=me on GitHub yet if I try the same thing on https://jgregorymcverry.com after removing indieauth quill says my endpoints are missing
eli_oat joined the channel
# [jgmac1106] I tried to manually add my local endpoints in my header but that just did this:
{"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}
# [jgmac1106] thx [miklb] I need to go back to my strategy of just walking away and letting smart people figure it out. I just stink at walking away. Especially now that I can build a site where it doesn't happen and can't make my other sites behave the same way with the same set up
# [jgmac1106] off to tball, atleast I can watch kids at bad at baseball as I am at debugging
[Natris1979] joined the channel
# [jgmac1106] I agree, I wouldn't be doing it all the time if it wasn't best way to learn
# [jgmac1106] but an unsolved puzzle is an itch and figuring out why I can have two sites be the same but behave differently...well I have scratched the bone, have a good rest of your day all, may get back to working on the library thingy we discussed this morning
# @madebydusk ↩️ Hey @noahread what plugin do you use for webmentions in @CraftCMS 3? I can only find stuff for Craft 2 :( I suspect I'm SOA... (twitter.com/_/status/999734942132260864)
sebsel, snarfed, renem, KartikPrabhu, [jgmac1106], [Vanessa], [miklb] and barpthewire joined the channel
# @m_ott ↩️ Hey guys! A rewrite of my plugin (https://github.com/matthiasott/webmention) is still on my list but I did not find enough time yet… Would love to upgrade to Craft 3 myself 😅 (twitter.com/_/status/999771190972559360)
[tantek] joined the channel
# [tantek] Who here has implemented notifications or thinking about doing so? I have a flowchart for you: https://twitter.com/mathowie/status/837735473745289218
# Loqi [tantek]: snarfed left you a message 5 hours, 29 minutes ago: interesting. looking at the logs from your recent bridgy publish github comment failures (at the bottom): "Although you appear to have the correct authorization credentials, the `whatwg` organization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, including how to whitelist this app, visit https://help.github.com/articles/restr
# @mathowie When Hacker News commenters say "I could build that app in a weekend!" I think of this chart of how Slack decides to send a notification. https://pbs.twimg.com/media/C6A7smLUsAAzJeS.jpg (twitter.com/_/status/837735473745289218)
strugee, snarfed, tantek and [jgmac1106] joined the channel