#tanlaanliterally just set up Jekyll and stopped a few weeks back. but I'd like to start using it as a portfolio website for the start of my web design efforts
#miklbneither. Just I fell in love with it, but felt it lost its way, moving further away from what I fell in love with.
#GWGI can agree with that. It seems it has been taken over by the business interests
#miklbSo in a little way, helping move towards being a better indieweb tool, doing my little part to move it back to where I fell in love with it at.
#tanlaanmiklb and GWG would you mind sharing your personal sites? I'm going. through some of the website and find it cool to see what sort of things other people are doing
#dougbeal|mb1WP question, is the micropub plugin responsible for the formatting of OwnYourGram posts? I tried out DsgnWrks Instagram Importer but it doesn't have any comment/likes.
#dougbeal|mb1GWG: is it split between OwnYourGram and micropub plugin?
wolftune joined the channel
#GWGdougbeal|mb1: OwnYourGram sends the data, the micropub plugin attempts to convert it to WordPress data, and Post Kinds(if you use it), attempts to alternatively display that data.
#LoqiPost or posts may refer to individual pieces of content published on an indieweb site such as notes, articles, & responses, or the act of creating the aforementioned content (present tense), or Posts about the IndieWeb https://indieweb.org/post_kinds
#miklbdougbeal|mb1 what does it come in as, just a note? And a single photo comes in as a photo?
#dougbeal|mb1miklb: it comes in as a note, it has a syndication link back to the instagram post. the photo uploads, but there doesn't seem to be any reference to it in the note
#miklband a single photo from Instagram comes in as photo kind and the image is dislpayed?
#dougbeal|mb1miklb: mostly speculation, in OwnYourGram there are two code paths (upload vs json) for the image, and Post Kinds sets photo based on properties photo existing
#miklbI hadn't tested ownyourgram yet w/ my WP site, so I have a post pending. I'll better be able to look at it then (It's been on my todo list for a while). Was just trying to get a feel for what you are experiencing so I could compare/contrast
#Loqi[tamaracks] #56 Publishing from OwnYourSwarm has been unsuccessful
#snarfedi'll cut a release tonight. and i'll happily revert that if/when post kinds supports ownyourgram's checkin mf2 property
#dougbeal|mb1snarfed: I don't think my auth headers are being stripped, since the posts are created ok. They are just created as notes, and the uploaded image doesn't get displayed.
#snarfedsorry yes, that issue conflated a few things. the rendering part is discussed further down.
#miklbhere's what's going on dougbeal|mb1 the image isn't inserted into the post, it is stored in the postmeta table as mf2_photo. Your kind template then can output the image how/where you want to.
#miklbIf you use the instagram URLs it stores the full path to the image in the IG cdn. If you use multipart Upload, it stores the uploaded file path on your WP site
#snarfedyes...but post kinds is arguably the right candidate to do that rendering. until then, wp-micropub will now do it itself
#snarfeddougbeal|mb1: if you disable post kinds, the micropub plugin will automatically render the photo from ownyourgram, as well as location if present, etc itself. it only skips that when post kinds is installed.
#snarfed(since post kinds's job is to manage and render mf2)
#miklband if you want to use post-kinds, you'd need to create kind_views/kind-photo.php (can copy from the plugin as a example) and get the postmeta mf2_photo to render the image(s). I will work on a template also.
#dougbeal|mb1snarfed: does the wp Format need to be set to Image?
#dougbeal|mb1snarfed: or do i need to repost via Ownyourgram?
benwerd joined the channel
#dougbeal|mb1miklb: that would be awesome. Is the existence of the file enough? Or does it have to be loaded/configured somewhere?
#miklbno, the file would need to be marked up with the proper mf2 and then pull in the image via the postmeta value. I'm falling out, but want this myself so will whip up a template. I'll also open a pull request on the post-kinds plugin to add photos to the plugin kind template as well.
#miklbwhip up a template later this morning I meant to say
#miklbI suspect the best solution would be to make the image an attachment if it's done through the multipart upload, but will need to think on that.
#miklbI think I have a plugin I wrote for someone laying around that I can pull that function out of.
jihaisse joined the channel
#miklbyep. I'll discuss with GWG to see what his thoughts are on that, but in meantime will get that template example asap.
#LoqiA photo is a post whose primary content is a photograph or other image, with an optional caption. With multiple photographs it becomes a multi-photo post https://indieweb.org/photo
#Loqi[Tantek Çelik] @sil pinged ~22h after support request, before @t unlocked. By the time he checked, support had unlocked it.
Finding it unlocked the next morning my time, I presumed it was due to that and only saw the message this morning that he had not had to esc...
#aaronpkthe mediawiki plugin is now called "MediaWiki-WebSignIn" and it doesn't mention indieauth.com anywhere, since really it's a web sign-in plugin not an indieauth plugin
#LoqiA multi-photo is like a photo post, except just with multiple adjacent photos, either in a series, or tiled / arranged in some layout https://indieweb.org/multiphoto
#j4y_funabashigood to have finished the first step on the long road to swat0
#j4y_funabashitantek: hehe thanks, Jeena's site threw in a nice edge case for my author detection - he has 2 types on his h-entries and I was only checking the 1st one
#calumryantantek: combining them does work better, would possibly go further in making the RSVP text linked to correseponding Wiki so it’s slightly clearer how this is done for new people
[colinwalker] joined the channel
#[colinwalker]tantek Listened to the once and future indieweb and the one point you made that really hit me was the difference between networks and blogging where the networks have an integrated reading and posting interface. That was like a sledgehammer to the head!
#[cleverdevil]miklb nope, I literally mean a browser... a replacement for Chrome/Safari/Firefox/Edge.
#[cleverdevil]That said, there is definitely a way to replicate the network experience (converged consumption, creation, and interaction) in a web app.
#[cleverdevil]Been speaking at length with the Nextcloud folks about this.
#aaronpkthe nice thing about browsers is you can start with making browser extensions to get the functionality
KevinMarks joined the channel
#aaronpkeven having just my "favorite" and "reply" bookmarklets have been amazing
#schmartyi've also been making a lot of headway with bookmarklets on my laptop, URL Forwarder on my phone.
#[cleverdevil]That's the beauty of the Indieweb approach – the suite of protocols/formats are tight and focused on providing very specific funtionality.
#[cleverdevil]You can then build out a variety of experiences on top of them.
#myfreewebi've added micropublish like/repost/reply/etc. to firefox's share menu https://myfreeweb.github.io/foxshare/ feels better than bookmarklets or extensions
#miklbis looking forward to eddie's native share extensions
#[cleverdevil]Keith Grant built out a nice Chrome extension, too.
#[cleverdevil]For now, my approach is mainly a combination of Nextcloud News for reading, my Nextcloud News plugin that provides Indieweb interactions using Quill, and Known for my site.
#myfreewebspeaking of integrated experiences, i realized that it'll be pretty easy to add a reader to sweetroll. (and indieweb CMSes in general i guess)… like, fetching mf2 pages is already there, displaying entries is already there! just need to add feed polling + websub
KevinMarks joined the channel
#aaronpkit's true, once you're able to render comments, you've done a lot of the work of showing posts in a reader interface
#[cleverdevil]Indeed, Known had the beginnings of a reader, but Ben has announced that they're planning on killing it.
#tantekexactly, and rendering a reply-context is partway towards rendering a comment!
#[cleverdevil]WordPress.com actually has a reading experience as well.
#myfreewebyeah i have reply-contexts and comments and all the things
#myfreewebalso looks like no one implemented a twitter/tumblr style "following" experience in indieweb, only separate "reader" and "blogroll" things. the benefit of "followers" is that you know who your mutuals are
[chrisaldrich] joined the channel
#[chrisaldrich]I didn't read Ben's story as they're killing the reader in Known, but that they're taking it out of core (since it's non-functional) until/when it's fully built out.
#[chrisaldrich]Of course it may be a while before it gets built out...
#tantekmyfreeweb - there are a few integrated indieweb reader experiences, but not any with integrated 'following" AFAIK
#sgregerHWC Berlin sends greetings to HWC Nuremberg - sknebel, how is the turnout there?
#myfreewebyeah that's what i'm talking about, there's no specified way to mark up a list of people you follow, or follow-unfollow events like in activitystreams
#aaronpki suspect i have some sort of mental barrier i need to overcome around the idea of building a reader, similar to how i wanted checkins on my site for about 4 years and then finally sat down and did it
#tantekmyfreeweb - huh? why is this about markup? let's talk about the user feature being supported at all before plumbing
#tantekaaronpk I believe I can help break down the /reader problem
#sknebelsgreger: 17 people here, including 6(?) people completely new to indieweb
#[cleverdevil]Man, this is all making me get really excited for IWS ?
#aaronpkthe checkin barrier was mostly solved by dropping the idea that i needed to have a venue database on my site
#sknebelsgreger: did the 2 new RSVPs for berlin turned up?
#aaronpk(i think i talked about this during the checkins session in Düsseldorf, it should be on the video)
#myfreewebbut if micropublish had action switch buttons that would be okay too i guess. like buttons that preserve the url between in-reply-to, like-of, repost-of and note content
#myfreewebone annoying thing about share — as well as extensions that use the same kind of popup sheet — is that if you accidentally click outside, the page in there gets killed and you can e.g. lose your reply's content :( should be mitigated by e.g. micropublish constantly putting the content into localstorage and restoring it back on open
#tantekI think if we can breakdown the /reader feature set into building blocks that you build along the way while implementing IndieMark aggregation levels, we should be able to figure out what's left to build a fully integrated /reader
#tantekI believe that's the lowest friction / lowest barrier path to more /reader implementations
snarfed and gRegorLove joined the channel
#aaronpkhm yes, that's a reasonable order based on my experience
wolftune joined the channel
#schmartyhmm. i meet 1-5.1 for aggregation there but i feel a long way from a personal reader...
friedcell, mlncn and KartikPrabhu joined the channel
#dougbeal|imacsnarfed: updating wordpress-micropub to HEAD didn't seem to change anything. Unless another plugin is causing old render behavior? list-custom-taxonomy-widget?
#snarfeddougbeal|imac: nah, like i mentioned afterward yesterday, i misread your initial q. the new changes are for ownyour*swarm*, not ownyourgram. sorry for the confusion!
#Loqimicro.blog is an indie microblogging platform started by Manton Reece, which supports microformats2, Webmention, and Micropub https://indieweb.org/micro.blog
#cweiskeif you're using a dedicated e-mail address for each service you register at, how do you cope with gravatar/libravatar and that mass of email addresses?
KevinMarks_ and KevinMarks joined the channel
#miklbdougbeal|imac did you see the gist I posted?
snarfed joined the channel
#miklb!tell dougbeal|imac check the logs or I'll be back around this evening and can repost it, I have it working on my site now.
#[cleverdevil]"Our hope is that, because of the lightness of JSON and simplicity of the JSON Feed format, developers will be more attracted to developing for the open web."
#snarfedcweiske: re dedicated email addrs and gravatar, i added the few i care about to gravatar, and the rest i guess i just don't care :P
#[cleverdevil]After all, if you're using a CMS like WordPress, that doesn't yet support mf2, and trying to get that upstream into themes, core, etc., sometimes you just need to be pragmatic and do something like this.
#[cleverdevil]That said, RSS/Atom are fine, well-supported tech.
#ZegnatUnless RSS readers and Podcast clients (the latter probably being the most mainstream RSS consumer) actually implement JSON feed, I do not see it going anywhere either
#cweiskebut I wonder if I should pipe my mail server's log into a libravatar script that automatically generates the icons for each mail address used by me
#cweiskebut some services try to get the image but did not send a mail first
#aaronpkI am more interested in JSONFeed not as a publishing format, but as a format that reader clients can use
#aaronpkif you look closely, it's very similar to a microformats JSON feed, which i'm hoping to use as the basis of the Microsub API
#snarfedcweiske: patch libravatar to support wildcards?
#aaronpkyep, that's frankly another hesitation around building a reader, which is that microformats JSON is relatively difficult to consume. I don't want every client app to have to deal with that logic, I want client apps to build against a consistent format
#Zegnatto be clear, cweiske, I am not going to bother with any sidefiles.
#aaronpkthis is in the design of Microsub. it's up to your "feed collector" service thingy to do the microformats parsing and consuming, delivering that data in a simpler API for reader clients to use
#ZegnatI would like to see RSS/Atom replaced with JSONFeed for podcasts though, as I definitely see a reason for those to be spread in a non-HTML format. And the current podcast RSS/Atom is a mess, IMHO
#aaronpknotices Marco's name in the "thanks" list and wonders if Overcast plans to support this soon
#KartikPrabhuwhat's different about podcasts that needs non-HTML?
#aaronpkthe group that developed this spec is primarily iOS/native app developers. I do understand the hesitation to consume XML and especially HTML.
#aaronpkfrom brent: "I also believe that developers (particularly Mac and iOS developers, the group I know best) are so loath to work with XML that they won’t even consider building software that needs an XML parser"
#aaronpkso this format is clearly optimizing for developer needs
#ZegnatNothing is different. But not all podcasts need a website either. Just an easy to parse feed file (any strict format) for podcast readers. An index of files, moreso then a web resource.
#ZegnatIf you want to go h-feed for podcasts, that’s fine. But I feel like rather than excluding overhead by dumping the side-file, you are adding overhead by having a website in the first place.
#KartikPrabhuwait there are podcasts that are not on a website?
#ZegnatThere are also private sound feeds hosted at capability URLs. Easy to add to clients, secure enough for general use, and no public website only the feed.
#Loqizegnat has 37 karma in this channel (42 overall)
#gRegorLoveOn a refresh of Twitter, just got a notice of updated privacy policy and summary about them using your data from other sites with Twitter content on them. Review settings: https://twitter.com/settings/personalization