#chrisaldrichI suspect he's also spreading the word to others in Drupal community as the @wimleers quote from Loqi above has Drupal/Acquia CTO reference in his bio.
#chrisaldrichgrantcodes: I've noticed you (and some others) post some slides like that, but there's no immediate UI to indicate one should arrow left/right to see other slides. I suppose it's presumed one would potentially just "know", but it could be made more obvious.
#grantcodesYeah just hit space. I don't usually publicize them so not too worried about the ui at the moment. The reveal library supports it I just turned it off
#chrisaldrichI do like the progress bar at the bottom as a potential indicator, but it's not visible on the first slide.
#grantcodesYeah Keith's is the same, he just has the indicator turned on
#chrisaldrichIt's pretty slick, especially if you can turn that part of the UI on/off
#grantcodesOh yeah it's a pretty incredible piece of javascript, it has a million options
#LoqiA presentation or slide deck is an online version of the visual portion of a demonstration typically presented in person at a conference, workshop, or other event https://indieweb.org/presentation
#Loqifollow is a common feature (and often UI button) in silo UIs (like Twitter) that adds updates from that profile (typically a person) to the stream shown in an integrated reader, and sometimes creates a follow post either in the follower's stream ("… followed …" or "… is following …") thus visible to their followers, and/or in the notifications of the user being followed ("… followed you") https://indieweb.org/follow
#GWGWould it do something else other than display?
#chrisaldrichIt could announce that you're following someone, send them a homepage webmention, and provide some potential UI for making it easy to follow them as well.
#chrisaldrichThe black follow button on that page is courtesy of SubToMe.org
#GWGI haven't played with them. Read a little, but haven't done a deep dive
#chrisaldrichIt would be cool if SubToMe would parse a web page and find Social Silo presences (via rel-me perhaps) and provide those as options too...
#chrisaldrichWeb actions might also be a piece of the puzzle too.
#GWGWeb actions haven't gotten as much attention lately.
#chrisaldrichYes, they don't seem to be as widely supported as things like webmentions or micropub.
#chrisaldrichTo me a follow post seems like a cross between a note and a bookmark, but it should ideally make it easier for others to follow that person too.
#chrisaldrichIf it could also automatically add someone to my OPML (or other subscription list functionality) that would be cool too.
#chrisaldrichI've been considering figuring out a way to create a javascript bookmarklet that dovetails with WordPress' old links manager
#chrisaldrichbut as you know, my javascript is even worse than yours...
renem joined the channel
#GWGchrisaldrich: Is a bookmarklet the best option?
#chrisaldrichI'm not sure, but am open to other ideas.
#chrisaldrichCreate a post to indicate when I started following/subscribe to someone/something (perhaps a podcast) and make it easier for others to do the same.
#chrisaldrichAnd subsequently add that subscription to a master (preferrably portable) list (OPML) that I can use in multiple readers.
#GWGDo you want the 'following' post to be the result of following someone in another system, or cause another system to add that?
#chrisaldrichI'd rather it all originate on my site (POSSE). Though I suppose that a reader might be able to do this in a microsub related workflow, but still post to my site perhaps via micropub?
#chrisaldrichI'd prefer not to build something for indicating my following someone on Twitter, for example, as I'd rather encourage people to post to their own site.
#GWGSo, you publish a following post, and somehow, your reader parses your site to figure out who to follow?
#chrisaldrichThat would be ideal, but I feel like it's unlikely that a large numbers of readers might support it in the near term.
#chrisaldrichThe /SubToMe concept seems like a reasonably decentralized means of doing it, but if it had a micropub method to also make a follow post?
#GWGchrisaldrich: They don't necessarily need to. It is a 'feed'
#chrisaldrichThe ideal is to make my list of subscriptions portable (as OPML does) so that I can move from one reader to the next if I choose, or if different readers offer different experiences that I want to take advantage of.
#GWGBut, if follow is a feed, a feed could be turned into an OPML file or something else.
#chrisaldrichAnd in the IndieWeb parlance, I may not want someone's firehose feed. I might just want their "articles" feed for example.
#GWGchrisaldrich: I was talking about a follow feed.
#GWGSo, like your articles feed, you have a follow feed. That feed can be parsed by supported readers, and someone can create a tool that converts that into OPML for non-supported ones.
#chrisaldrichThen I'd need a parser with a possible OPML output to dump into readers? or something to put into a microsub type of workflow.
#chrisaldrichGetting readers to support such a follow feed may be the harder piece. :)
#GWGYes, but isn't the first step the follow feed?
#chrisaldrichWith an h-feed on my entire site going back forever with h-cards, one could forseeably create a follow feed of everyone I've ever mentioned on my site
#GWGThat's a bit more invasive than having a specific follow declaration
#chrisaldrichYes, having a u-follow-of or something similar would be useful
#chrisaldrichHow far back would parsers potentially go into an h-feed if one had follows going back a decade?
#GWGStart posting follow posts with a feed of them, then someone can consume it
#chrisaldrichThough it could be interesting if I could create a feed of people who've appeared in anything I've tagged on my site with a particular tag...
#chrisaldrichThe two examples on the /follow page use either u-x-follow-of or u-follow-of
#chrisaldrichIn fact, I could have sworn I'd enabled the "follow" kind manually on my production site and used it at least once before. Apparently I haven't, but I also don't see it on either of my two test sites either.
#chrisaldrichFor a WP Post Format, "link" also seems to me to be the most appropriate too. Your thoughts?
#chrisaldrichGWG: What makes the most sense for the URL? The homepage (which advertises an h-feed, RSS, Atom, other) or an actual feed link?
#chrisaldrichParticularly if you're subscribed to a subsection of a persons feed, say just notes instead of checkins?
#chrisaldrichMaybe we could push someone to add /read or /listen to /post-type-discovery, particularly since so many using your Post Kinds Plugin could be using/sending those types of webmentions?
#chrisaldrichI suspect there are more examples of sites using those than are listed in the wiki.
#GWGWell, I think I switched it to listen-of to match like-of
#chrisaldrichAnd I always feel awkward sending webmentions for those types when most sites don't consume them or display them properly.
#chrisaldrichThe interesting part is that if you make a change to Post Kinds Plugin along the way, hundreds of sites immediately fall in line.
#GWGWell, what should displaying a listen-of or such be?
#GWGIt is basically the same idea as a like, only for audio material
#chrisaldrichDoes Post Kinds require a template for follows to actually display something at http://boffosocko.com/kind/follow/ for example. I manually enabled them and tried one, but get no output there.
#chrisaldrichI used to add it into the Summary/Quote field in Post Kinds before you began filtering out HTML there...
#chrisaldrichPost Kind listens could potentially have a media field and the parser could "find" them automatically for display. That would be useful.
#chrisaldrichIn practice I find that a lot of podcast pages use third party apps that embed proprietary players, so maybe 25% of pages don't have a findable .mp3 file on them.
#chrisaldrichAdactio may have more data on this for the machinations that Huffduffer jumps through to find .mpe files.
#chrisaldrichThere are also a fair number of either indieweb podcasts or microcasts that having a better supported "listen" webmention workflow would be nice.
#chrisaldrichAs I'm looking at some of my /listen posts from over a year ago, i'm noticing some missing data that may have happened during a change in Post Kinds. I'll have to go back and fix some of them to bring them into line....
#chrisaldrichIt may be for the better as I think a lot of them had a lot of html in the Summary field and is likely why the data may have been stripped out?
#chrisaldrichGWG: Correct me if I'm wrong, but none of the templates for Post Kinds use the "Featured Image/Site Icon" field yet do they?
#chrisaldrichNot quite what I want it to be, but it's a start.
[mrkrndvs] joined the channel
#[mrkrndvs][chrisaldrich] interesting work. I prefer 'follow' as opposed to liking a site or listening to a podcast. P.S
#[mrkrndvs]are the images at the top of your posts added as Featured Images?
[colinwalker] joined the channel
#[colinwalker]@zegnat That’s *very* interesting and something definitely doesn’t smell right. A worrying precedent.
#chrisaldrichmrkrndvs, most of them are Featured images, yes.
#chrisaldrichI am considering how I might use the image field within Post Kinds to potentially add photos into those templates, though GWG may beat me to it.
[kevinmarks] joined the channel
#[kevinmarks]For following lists/feeds xfn style could be worth doing too, as that is still there in many sites (I think WordPress still has it for blogrolls, but it is less prominent)
#[kevinmarks]Also, have a look at the activity streams vocab for follow/listen verbs too
#chrisaldrichbut thought I'd also experiment with follow posts which might later be parsed into an OPML file for export to feed readers.
#chrisaldrichYou don't happen to have something up your sleeve that will already munge data like that do you? ;)
#chrisaldrichI for the following page, I swiped the WP list manager functionality from ages ago and fed it out into a page instead of the more "traditional" sidebar widget.
#chrisaldrichI like that I can take the OPML file that it puts out and use it to subscribe to the OPML feed in feed readers like Inoreader. That way when I make additions to my site, my feed reader picks them up automatically.
#ZegnatI think XOXO parses into OPML? But I don’t think that mark-up carries over into a feed of posts
#chrisaldrichGWG and I were chatting earlier and it seemed simpler to create follow posts that could then be later parsed (as a feed) into an OPML file.
#chrisaldrichI'm happy to hear other options/ideas as well.
#chrisaldrichwe also discussed the idea of u- and p-follow-of, which are only documented on the /follow page to my knowledge.
#chrisaldrichI think GWG uses p- forms on many of the microformats within Post Kinds Plugin, though there are some that are u-. I'd defer to your better judgement Zegnat though.
#Zegnatmf2 prefixes are only important for where in the HTML the parser is looking for the property value. So which one you use should depend on your markup, not on the property.
#ZegnatYou are probably going to want to say “I followed the feed/person at URL”, and mark that up with <A HREF> in your HTML. If you want a parser to pick up what is inside the HREF attribute, you use the u- prefix.
rev3rse left the channel
#chrisaldrichThat's what I suspected, though I know GWG is tweaking Post Kinds these past few weeks and over the next few days. I'll let him make the ultimate decision and likely follow along, but thought I'd experiment a bit until then.
#[kevinmarks]The original Technorati code did opml/xoxo transformation. I think both of them are potentially overkill for a follow list, and opml is particularly badly designed as everything is attributes.
jjuran_, Guerillero|BNC, R2ZER0, Dodgy-Debaser and sknebel joined the channel
#chrisaldrichOverkill is certainly an issue... we all need a better indieweb way of following/subscribing. Perhaps microsub will fix all of our problems?
#@mapkycaPushed a bunch of @withknown changes: translation hooks for templates, PHP 7.2 compatibility, refresh/remove option for link previews, a couple of bug fixes, and Gettext support. #indieweb #known (twitter.com/_/status/964919106372882433)
#chrisaldrichI just realized that by creating a /chicken post the way I did, I now have a chicken feed. I'll wait until I have more to propose the experimental microformat c-feed.
renem joined the channel
#tantekchrisaldrich: sounds like you decided to chicken scratch an itch
#tantekthe red number keeps floating between ~65-80
#tantekI think that only counts the past (rolling) two weeks worth of notifications?
vivus, gRegorLove, [jeremycherfas], barpthewire, snarfed, Kongaloosh, AngeloGladding, tantek, wolftune, [tantek], [miklb], KartikPrabhu and [kevinmarks] joined the channel; leg left the channel
#[kevinmarks]Talking of siloed notifications, I picked up te iPad for the first time in a week, and found an imessage conversation that I would have thought would be an SMS one
#Loqi[superfeedr] "Marcus Povey on Twitter: "Pushed a bunch of @withknown changes: translation hooks for templates, PHP 7.2 compatibility, refresh/remove option for link previews, a couple of bug fixes, and Gettext support. #indieweb #known"" by Jonathan LaCour on 2018-02-17 https://twitter.com/mapkyca/status/964919106372882433