#cweiskedgold, I see you offer atom feeds. I use /stapibas to automatically send out webmentions to all links in my atom feeds. shall I add your feed, too?
#cweiskejeremycherfas, do you offer a feed on your main page? I didn't find one
#cweiskethere is a bookmarklet that you can use to view the mention status of your posts
#cweiskevisit a post, and then invoke the bookmarklet.
#jeremycherfasAbout stapibas: when I put a url into Telegraph, it shows that it could send webmentions to things like tag pages and category pages. I never want to do that, so I don't send the webmention. Would stapibas send those automatically?
#cweiskestapibas only looks at the links inside of h-entry
#dgoldI may have to look at my h-entry markup, but I _think_ i'm good
#jeremycherfasI'd better check mine too. By extension, you are saying that Telegraph looks at everything for links.
#Loqi[Daniel Goldsmith] I agree that this time feels different, but the truth is that as we have become more compartmentalised Facebook has become the touchstone of community, of belonging. People move to new places and Facebook is where they meet their neighbours. The effe...
#Loqicweiske has 29 karma in this channel (131 overall)
#dgoldif its working inside that to try to ping colinwalker's site, then all is well :)
#jeremycherfasVery interesting. Prodded by cweiske, I've had a much closer look at my Grav theme, and it is clear that I can make the mark-up much more logical. But that's also a bigger task than I am ready for today. Still, it creates a significant itch.
#ZegnatLets see if that improves when I stop doing string comparisons of the resulting JSON and do an actual proper comparison of JSON objects.
#sknebelWith the recent changes theres going to be a bunch of actual defects
snarfed joined the channel
#ZegnatThat’s fine, as long as I know the failures aren’t caused by my checking code. Then I can start filing fixes to the centralised tests
#skippywhen one uses Quill to micropub a note with a photo, the photo is an element in the array the gets posted. How do folks reference said photos in the body of the posts they are composing?
#skippyalso, woah, just saw that quill supports post-by-email? that's slick.
#ZegnatAnd yeah, while we can’t test specific items in the objects in a general input-output test, you can make the input as minimal as possible
[kevinmarks] joined the channel
#[kevinmarks]both kinds of tests make sense - small synthetic example mf2 markup to test specific parsing issues, and bigger examples from the wild to be more like an integration test
#ZegnatAgreed [kevinmarks]. But I think some of the “bigger” tests in the current suite aren’t taken from the wild either...
#[eddie]!tell skippy oops that was three, not two :)
#[eddie]!tell skippy: There are two different things. A photo post (like Instagram style) where the photo is separate from the content. That is where a note is posted with a photos array. An article with a featured image has a featured array so the image is known to be supplementary to the post. Finally, there are embedded photos, which requires an article posted in JSON format with a content.html property that puts img tags in the correct placement in
#Loqiskippy: [eddie] left you a message 20 minutes ago: There are two different things. A photo post (like Instagram style) where the photo is separate from the content. That is where a note is posted with a photos array. An article with a featured image has a featured array so the image is known to be supplementary to the post. Finally, there are embedded photos, which requires an article posted in JSON format with a content.html property that puts img tags in the correct placement in
#Loqiskippy: [eddie] left you a message 20 minutes ago: oops that was three, not two :)
snarfed joined the channel
#skippyi'm trying to wrap my head around how quill will work. if i write a long post, and supply an image, how do i get to control where that image is displayed within my post? say I want some opening text, then the image, then more text. How do I reference the image in the post when I compose in Quill?
#loqi.meedited /Path (+94) "Zegnat added "https://thenextweb.com/insider/2018/03/22/path-ceo-considers-rebuilding-his-social-network/" to "See Also"" (view diff)
#[eddie]You would want to do that in the "Article" view in Quill. In that view, there is a plus icon on the left of the posting view. Wherever you press the + button, it will add the photo
#[eddie]Then Quill sends a JSON micropub request with the <img> embedded
#[eddie]So you would enter your text, click on the image button on the left, upload the image, then enter more text. It will send html that contains that same order
#skippybut I have two different sites, with different posting requirements. Trying to determine if a one-size-fits-all micropub widget works, or if i take on the burden of maintaining separate micropub endpoints for these.
#skippyit's all so fiddly; but i'm fussy enough to rail against the constraints of canned solutions like WP or Known.... I don't want a ton of cruft CSS or JS sent across the wire when none of my sites need any of that.
#[eddie]Yeah, I know what you mean. I just can't do WP anymore (no offense GWG 😉)
#skippyit takes 25 lines of custom functions.php content in a theme to strip out all the junk that WP embeds by default. Too much.
#[eddie]I don’t think the raw, unescaped content is documented anywhere
#ZegnatAh. No. Sink does a little bit of stuff. E.g. when it gets a JSON body it will make sure it didn’t contain your authentication (strip it if possible) and re-render it through PHP’s json_encode with pretty printing
#skippyok. So the Quill "editor" and "note" links both send h-entry. And I see the format. Thanks Zegnat !
#skippybut it's not clear to me if that's matching, or if it's falling through to the json_decode(file_get_contents('php://input'), true);
#sknebelmicropub has both a form-encoded and a JSON part
#aaronpkskippy: you might want to test with https://micropub.rocks since it will show you the fields it sends before it makes the request and has a bunch of different combinations of properties that you'll encounter
#sknebelnanopub tries to take formencoded and turns it into the same structure as the JSON would be, or if there is no form-encoded it parses it as JSON
#aaronpkthat will make sure you don't accidentally hard-code this to only work with Quill :)
#Zegnatform-urlencoded gets crudely converted into JSON by Sink. It should show the h property
#Zegnatshpub is another option that can show you the full curl command before it even sends it
#@_dgoldsmith@kaushalmodi@ChrisAldrich Hi Kaushal. I'm afraid I can't answer your question about replying without writing blog posts. I made the choice to not have replies, other than blog posts, and replies to syndicated content using webmentions/bridgy. I'd be happy to talk to you about it. (twitter.com/_/status/976970551909593089)