snarfed!tell KartikPrabhu,jacky re how to do automated syndication, it's true, bridgy publish abuses webmentions. the "right" way to do it (now) is micropub syndication targets: https://micropub.net/draft/#syndication-targets
Loqijacky: snarfed left you a message 3 minutes ago: re how to do automated syndication, it's true, bridgy publish abuses webmentions. the "right" way to do it (now) is micropub syndication targets: https://micropub.net/draft/#syndication-targets
Loqijacky: snarfed left you a message 2 minutes ago: bridgy publish doesn't use that (yet) because it didn't exist when bridgy publish was created. https://github.com/snarfed/bridgy/issues/796
[eddie]But jacky the reason there is no standard for Webmention syndication responses is because as snarfed said, anything but Bridgy SHOULD be using Micropub syndication which DOES define the url response
[eddie]It unfortunately is unlikely to be me, because I rewrote an entire script from python to Node.js rather than try to figure out how to adjust the script in Python 😒
jacky[eddie]: it's like a level above pip (and even python itself as it can detect things like pyenv, virtualenv{wrapper}) and handle versioning of all of those tools for you
[grantcodes]Hearing about people's syndication strategies has made me quite happy about mine 😛 I basically have an extendable class that can be attached to the back end that receives the micropub mf2 object (if it should be syndicated) and the class returns the syndication url. Not overly complicated and very extendable. I don't use bridgy publish with it though, but I could
[grantcodes]I can't remember if it is async or not but it would definitely be possible for the post to be available at it's permalink before the syndication is run
[grantcodes]Each syndication method has a unique id (I just use "Twitter", "Instagram" etc) and a "default" option. If default is true it will run that syndication if there is no syndicate-to set. Otherwise it will look for the id in "syndicate-to"
[asuh]If there’s a way I could convince you to take a stab at writting it up, even in pieces, I know at least a couple of React/Gatsby projects which could benefit from what you’re doing
[grantcodes]Yeah it's in the works, I'm still just not totally happy with my backend but taking a long time to get around to fixing those issues because it mostly works 😛
[asuh]that’s great. i have a buddy I hope to help with his Gatsby site to get syndication, webmentions and indieauth in the least, although the extra pieces like micropub are nice additions
[asuh]right, we’ve only talked about this stuff in theory after having gotten up his Gatsby site on a new host. he’s eager but i think i need to help along how i can
[grantcodes]Cool, well that micropub-endpoint package is probably what you'd be more interested in so feel free to play around with it / open issues or whatever
sknebela) there's an hfeed, b) the entire thing is mf1, so the in-reply-to doesn't register (it'd still count as a mention though, but I guess known doesn't like something about that structure)
sknebelIt verified it too, but the verification is simple, really just checking if there is a link back (or maybe if there's a link inside a h-entry, would need to check the source)
[jgmac1106]but if I can't have student A write a post on their wordpress.com and have it show up on student B's wordpress.com as a comment it is all for nothing....oh well....It's too late to say you need to spend $50, register a domain, figure out what this ftp thing, go to github , download known, now figure out how to use ftp and install the site, now set database..or go back to WordPress.org...still to late for the "spend $50, register a domain"
[jgmac1106]ohh well off to shower and start my day...may just use the wordpress.com social reader with jetpack...has all the social features we want Z(just no mf2)
[jgmac1106]never going to happen, they are actively making sure all mf2 get stripped and just using json-ld...oooh maybe I have them use Medium....That has perfect mf2
sknebelso either there's themes without that (but I seem to remember that was fairly deep in how WP works?), or bridgy would need to look one level deeper
Zegnat[jgmac1106]: I was wondering if all the themes in the Automattic/themes repo were WP.com themes. In that case you can always try sending a PR. Removing (faulty) mf1 probably has a better chance than adding mf2 to go through.
ZegnatGWG, it is nice to put patches in a starter theme like _s. But for a lot of people (or in the less theoretical case: [jgmac1106]’s students) the only thing that matters are the themes usable on hosted WP.com, for free
jeremycherfas!tell [kevinmarks] Could you (or someone else?) possibly help me understand you sparkline script at http://www.kevinmarks.com/svgsparklines.html. I'm not sure where I should be storing my version of your `sparkline.svg` and I don't want to just use yours.
@joejenettI’ll be experimenting today with a theme that appears to handle microformats and display of webmentions much better than my current theme. Should you visit jenett. simply. micro., expect a fair amount of funkiness and please pardon the dust. (twitter.com/_/status/1088090386445283329)
jeremycherfasJacky Kevin's script works fine for my data on my site, when I use his script to draw the sparkline. But when I try to put the script in my webspace, the call currently does not seem to find it. Wrestling with that.
KartikPrabhu, benwerd and [jgmac1106] joined the channel
Zegnat[jgmac1106], if you are keeping a list of free themes and how compatible they seem to be with mf parsers, that would be a really nice list to see
sknebelright, I guess if you check for a url property (rel-bookmark) being identical to the main/canonical url one can be fairly sure to have the permalink and not an actual feed page
[schmarty]Haha first worm. Those posts should have u-url that won't match the url of the tag page, right? But I bet WP backcompat parsed stuff is missing that kind of info.
[schmarty]sknebel: good point. If an oft-used rel like bookmark matches, then diving into the h-feed with a single child is more likely the content a user expects a parser to find.
[kevinmarks][Jacky_See] mine is relatively simpy, but it can look a bit odd if the data has very large numbers as it warps the box to fit, so you get an italic effect on the lines
[kevinmarks]the cool thing would be to autocorrelate to find the actual periodicity in the data, but I suspect doing a day/week/4 week/year match to the time period in the source would be enough
[jgmac1106]I have a problem. I have numerous sites I want to use webmention.io with but GitHub only allows me one url... I swap them in and out to register but how do people handle authentication and multiple domains?
@benborges_↩️ but imagine a permanent IPFS-ActivityPub-Weblmention-IndieAuth-Indieweb-P2P network where things like groups, pages, profiles, identities and objects such as posts, likes, retweets & all the federated equivalent are "online" because of the mix of people-services that run's it (twitter.com/_/status/1088204326722506752)
@benborges_↩️ but imagine a permanent IPFS-ActivityPub-Webmention-IndieAuth-Indieweb-P2P network where things like groups, pages, profiles, identities and objects such as posts, likes, retweets & all the federated equivalent are "online" because of the mix of people-services that run's it (twitter.com/_/status/1088204460453756929)
[eddie]!tell aaronpk Looking at /p3k I noticed your posts published date is the top level property rather than inside the properties object, was there a specific reason for that other than the fact that properties is one of the values stored in the database?
Loqiaaronpk: [eddie] left you a message 1 minute ago: Looking at /p3k I noticed your posts published date is the top level property rather than inside the properties object, was there a specific reason for that other than the fact that properties is one of the values stored in the database?