#mapkycais it the client -> known you're trying to debug, or the known -> pnut connection? When I debug syndication channels I tend to hardcode the endpoint url to a pastebin url... then at least you can see what it's sending
funwhilelost and [chrisaldrich] joined the channel
#dgoldhmmm. can't get anything to post to requestbin using known's internal proc call
#dgoldI think I may be seeing just what I've done here
funwhilelost, [jeremycherfas], [kevinmarks] and [cleverdevil] joined the channel
#[cleverdevil]Question: any reason that you can "reply to a site" on a "Status update" but not a "Post"?
tantek joined the channel
#dgoldi wish I knew what you meant by that, [cleverdevil]
[kevinmarks] joined the channel
#[chrisaldrich]cleverdevil I think that technically you can reply in a Post by just including the URL in the body of the post and that will send a webmention when it's published. The semantic difference may be between the receiving site showing it as a "reply" versus a "mention" based on the microformat class that was sent on the post.
#[chrisaldrich]As an example, I don't think that replies to WordPress sites this way always differentiate very well and so they oftentimes show up as mentions by default rather than specifically as replies.
#[chrisaldrich]I find myself getting a lot of incoming webmentions on WordPress which indicate "X mentioned this on example.com" and manually changing semantic_linkbacks_type from mention to reply (and also stripping off "webmention" from comment_type) so that it' will display the originating site the way I think it should.
#[chrisaldrich]This is a known bug (?) on the wordpress side and may be tweaked in the near future.
#[cleverdevil]I also like how the post is rendered when you reply to a site. It actually says "In response to ..."
#[chrisaldrich]I think I understand what you mean and I've always viewed it as a simple quirk. I suspect that some of it was the parallelism they wanted between new status update, reply, bookmark, (and if you have KnownReactions installed, likes and reposts). Status updates don't allow adding raw HTML though, while New Posts do if I remember correctly.
#[chrisaldrich]If you can't include raw html and therefore permalinks of URLs, the reply to post part is there so your status update can send a webmention.
funwhilelost joined the channel
#[chrisaldrich]Some of the difference is in the length of what constitutes a /note versus an /article. The rest is probably having a simple way of allowing users to input their content, but still easily allowing webmentions to be sent "properly".
#[chrisaldrich]The more subtle difference is probably between status update and reply, but in that case it's likely just a small difference in the microformats classes that get put on one versus the other.