2016-09-09 UTC
Zegnat, doesntgolf, KevinMarks, KevinMarks_ and KevinMarks__ joined the channel
KevinMarks, cweiske, AngeloGladding, KevinMarks_, tantek, gRegorLove and cmal joined the channel
# 09:26 petermolnar in case I want to store webmentions in frontmatter+md, will the from: (name, email, url), for: URL, type: [repost, reply, etc], date: [date] in the YAML and the content in markdown be enough as a bare minimum?
# 09:27 petermolnar is there anything else I need to store to have sufficient info on the reaction?
# 09:41 cweiske in case you find missing info, you can re-fetch them from the original url
cmal joined the channel
# 10:47 petermolnar I have a standalone webmention receiver which does webmention to YAML+markdown + to email
# 10:50 petermolnar and I may still will, but I have just too many programming languages/projects in my mind at the moment
# 10:57 petermolnar nah, I've written a wordpress webmention plugin for myself as well
# 11:00 petermolnar I used to, but right now, I want things to be as minimal as possible
# 11:01 petermolnar (I mean incoming; outgoing, I do display, since those are posts of mine )
# 11:01 petermolnar I will probably put them back, but with wordpress, there are certain nightmare scenarios
# 11:02 cweiske i mean incoming since I just replied to one of your posts
# 11:02 petermolnar and if you want to make a conversation under wp terms, a reply to a reply should be a comment as well
# 11:03 petermolnar to at the moment, it takes at least a minute to actually receive it for me
# 12:12 cweiske <link rel="alternate" type="application/rss+xml" title="Peter Molnar RSS Feed" href="https://petermolnar.net/feed/" />
# 12:13 petermolnar it's only linked in the "follow" button at the top of the content
doesntgolf joined the channel
# 12:28 GWG petermolnar: I've been looking at your webmention plugin
# 12:33 GWG I've been trying to build a pingback/webmention plugin.
# 12:35 miklb petermolnar is that YAML webmention receiver going to be public code? Would be interested to look at that for my jekyll site
# 12:35 petermolnar but it's old school prodecural PHP and is not by today's standard at all
# 12:39 voxpelli just a though if someone else wants to decouple it in a similar way :)
# 12:41 GWG voxpelli, I am still trying to build the ideas for it.
# 12:44 miklb voxpelli I think I mentioned it, but I'm going to look at storing the webmention as a datafile like I'm doing with responses from bridgy
# 12:53 voxpelli miklb: cool, I'm going to work on the push to Micropub part in my endpoint at some point, but I don't plan on using it myself on the receiving point
# 12:53 voxpelli except for maybe on some new page just for dogfoodingh
# 13:05 Zegnat KevinMarks: I am having some luck with my own extension for rel-me checking. Using a background script to do the actual checking, which means I should be able to add some centralised caching and hopefully soon replace the whole external indiewebify call ☺
# 13:18 GWG If my synchronous webmention handler returns json on success, what should be in it?
KevinMarks joined the channel
# 13:36 Zegnat Not currently. Right now the background script is using your XHR to indiewebify still
# 13:37 Zegnat Only had my lunch break to work on it. Will pick up work again when I get home tonight.
singpolyma joined the channel
doesntgolf and gRegorLove joined the channel
chrisaldrich1, ChrisAldrich and tantek joined the channel
tantek joined the channel
# 18:23 GWG So, my webmention plugin is feature complete with the existing one.
# 18:26 GWG Now I have to figure out how to incorporate the mf2 and type stuff.
cweiske joined the channel
# 18:47 GWG petermolnar, re wp-cron and async webmentions, how bad did it end up being?
# 19:55 petermolnar I don't do "proper" WP cron, because it's an aberration; I've been calling WP from the system cron since I've been using WP
# 20:07 cweiske since most people don't know/cannot install a real cronjob
tantek joined the channel
# 22:25 GWG WP cron triggered by Cron is still WP cron
ChrisAldrich and doesntgolf joined the channel