Zegnatvilhalmer, access to old versions of pages sounds interesting. Don't recall if I have seen anyone use the git hashes specifically. But if you are building something like that, maybe the memento API is interesting? http://mementoweb.org/guide/rfc/
snarfed, Guest75005, snarfed1, Guest92, cweiske, Nothing4You3, jeremych_, KartikPrabhu, barpthewire and [kevinmarks] joined the channel
petermolnarthe deeper I get into schema.org the worse it gets... at least I'm now aware that ProfessionalService exists, but once you get to the makesOffer and to the Offer schema, that's where your brain starts pouring out of your ears.
[jgmac1106]@petermolnar that is why I chose to learn about mf, I was looking at how the vocabularies are used in education: A they are not, most is all theoretical, B: they want metadata on almost every single letter I include
[grantcodes]Calling microsub server developers: What is a reasonable interval to poll for updates at? Assuming I would be making 2 or 3 queries at a time for the channels, notifications channel and the current channel the user is looking at
[eddie]jgmac1106 I saw your comment about /following and Aperture. I’ve been thinking about that a lot. Ive been trying to figure out the relationship between the two.
[eddie]One though I had was the app that you add a subscription request in prompts you to make a “follow” post to your Micropub endpoint which would then be able to populate a following page
jgmac1106I am not using the follow post kind but the links manager in wordpress, there is a a box for the rss feed..just made me think be nice to do it all at once
jgmac1106also thinking about microsub and shared follower and shared block list, could there be an account where multiple domians could log in to curate and share feeds together?
jgmac1106@gwg…I am wondering as follow as a post-kind versus hacking on links manager...or in other words how do we make Greg’s life simpler. I don’t want to publish a follow post kind, go to my following page and add a new link, then go to Apeture and add it to my feed
jgmac1106yeah so I am thinking we stay away from the post-kind or make a function so if you publish a follow post kind it adds the link to link manager
ZegnatGet an issue against a simple library => write PRs for that library and a related library the user was probably using together with the former, then open an issue upstream of the related library because thats where the unit tests are.
aaronpkfind an issue with something not showing up right in monocle. go to aperture to debug. that uses the xray library. xray uses the php mf2 parser. fix the issue in the php-mf2 parser, release new xray, update aperture.
ZegnatThis one was just extra weird because there is a separate repo for the unit tests. The HTTP Interop people have a package with PSR-17 tests so all separate implementations can pull those and validate the same data. A little like microformats/tests. So I had to write a PR for the PSR-17 implementation and then file a request with them to look into adding new tests.
vilhalmerI haven't worked out how to actually use this yet because it would require having a link to the archived version at the same time as creating the page, but that's an implementation detail ;)
ZegnatIt really focuses on Internet Archive like services. But as that pretty neatly corresponds to the concept of publishing older versions of a page on separate URLs, I would think a lot of it maps over pretty well
Zegnathmm. I wonder if something like rel-self doesn’t mean “exactly the same but with a different url”. But I don’t fully recall. Can’t go checking specs right now either, one leg out the door.
Zegnatrel-archived really makes me think of an external archive, rather than a time-frozen version. What use is an archived URL when its uptime is linked to the uptime of the original’s server? But that’s just my thinking, maybe not the literal definition of rel-archived.
matlock, TripFandango and [kevinmarks] joined the channel
vilhalmerit's not canonical because it will change if I edit the page, but I always want the most recent edit to be what people reference most of the time
vilhalmerit's more like if you wanted to link to some part of the page from a wiki or something and know that the content will be exactly what it was when you linked it
@megarush1024If this works correctly, I can now automatically syndicate to Twitter, http://Micro.blog, and Mastodon. Just need to work on convereting Mastodon replies, boosts and favorites to webmention replies, reposts, and likes. Facebook is the only off-limits platform. (twitter.com/_/status/1035618765122101248)
Loqimiklb_: [eddie] left you a message 5 days, 14 hours ago: the phrase “login with your website” needs to be fixed. Entering the Aperture url is the correct course of action. We’ve been incrementing the updates to the language on that page, but it can still use clarification and improvement. Feel free to provide feedback 🙂
Loqimiklb_: Zegnat left you a message 5 days, 11 hours ago: re: indiepaper, it is a little special. You probably want it to talk to your microsub endpoint, but that’s not how it actually works. It just works by submitting posts to a micropub endpoint. It just happens to be the case that Aperture also advertises a private micropub endpoint.
Loqisnarfed: [cleverdevil] left you a message 1 day ago: having an issue with granary Twitter... I get an exception when calling `get_activities` which looks like something isn't getting properly passed around.
ZegnatGood to know one person on his home internet connection can DoS the server ..? Good on Go, I guess, sounds like some great paralelisation going on there :P