#miklbwonder if they can use it to fix the typo on that page :-)
[kevinmarks] joined the channel
#[kevinmarks]I think that's more that English isn't their first language
#miklbperhaps, I saw a "past" when should say "post"
#bear!tell aaronpk found a couple more small bugs in my code, the test works fine. One question to, the source link when visited after the test causes another webmention to be sent, is that on purpose?
#LoqiAmazon sells various products and services, in particular several hosting services like S3 and EC2 that may be used for various indieweb site features, as well as a review post silo https://indiewebcamp.com/amazon
#ben_thatmustbemeyes, i haven't dug it on it yet, but its probably all just issues recognizing the endpoint in various situations
#tantekyes a bunch of us spent time passing all of the sending tests a few weeks ago during IWC Düsseldorf. definitely some neat edge cases. I even had to push an update to the library/functions I wrote to help with endpoint discovery!
#Loqiaaronpk: bear left you a message 12 hours, 32 minutes ago: found a couple more small bugs in my code, the test works fine. One question to, the source link when visited after the test causes another webmention to be sent, is that on purpose? http://indiewebcamp.com/irc/2016-05-29/line/1464574001069
#aaronpkbear: thanks! I do want you to be *able* to run the test again, since I assume people will want to retry after making a change to their code, but it's probably not right to have it automatically run on refresh
#[kevinmarks]“The raw output of MF2 parsers is inconvenient to work with, so an object model or helper library can make this easier. ” hm. Is this a Jf2 use case?
#[kevinmarks]I was thinking about this when I made the recipe template. What if as well as parsing the mf2 out, we could output the html as a template
#aaronpkthe jf2 experiment of putting all nested data at the bottom as separate objects can help with that as then it means property values don't switch between being strings and objects
[emmak] joined the channel
#[emmak]kevinmarks: the object model i'm using can be serialized to JSON that looks a lot like JF2
#kylewmemmak: I cannot quite tell from that post, is there a separate HTML file somewhere that holds all your posts, or are you saying the rendered output is literally the datastore used the next time you render?
#[emmak]the rendered output is literally the data store
#[kevinmarks]Where the output parses to the same rhing
#[kevinmarks]What is best practice in templates that handle varying numbers of repeated items?
#LoqiIt looks like we don't have a page for "best practice in templates that handle varying numbers of repeated items" yet. Would you like to create it? https://indiewebcamp.com/s/10MV
#tantekall this webmention.rocks progress is making me want to finish getting updates/deletes working today and then at least come up with a strategy for implementing receiving / displaying responses (which I have a feeling is going to cause a lot of wiki editing)
#GWGI keep hoping Pfefferle will merge my commits soon.
#tantekGWG, email him. If he doesn't merge by Wednesday then I say it is time for you to deploy a fork so we can move forward with people at IWS
#tantekthat's the open source way, if a project lead/deployer drops the ball for too long, it is the responsibility of the next most active / responsible person to just fork and ship so the project stays alive
#tantekhelping him keep the project live is respectful, especially if you're fine with letting him take it over again if/when he returns, and you make that clear
#GWGAs for the parse_url issue, WordPress solved that internally with a wrapper.
#aaronpknamespaces are great. it means a library like php-mf2 can create a bunch of functions in its own namespace without risking colliding with other plugins.
#aaronpki'm curious what wordpress' plans are for php version support. it looks like they recommend php 5.6 but will run all the way back to 5.2, and they explicitly discourage older versions of php.
#GWGaaronpk, I am looking at a discussion about bumping minimum to 5.3
#bear!tell rMdes with .htaccess the only way to get "always SSL" is using mod_rewrite: "RewriteCond %{SERVER_PORT} 80" and "RewriteRule ^(.*)$ https://foo.bar/$1 [R,L]" -- these have to be at the top to prevent your other rules from being chained
#rMdesthanks bear i'll try to implement your suggestion, the guys at dreamhost told me Known is "custom" CMS so they can't provide support #WTF
#LoqirMdes: bear left you a message 1 minute ago: with .htaccess the only way to get "always SSL" is using mod_rewrite: "RewriteCond %{SERVER_PORT} 80" and "RewriteRule ^(.*)$ https://foo.bar/$1 [R,L]" -- these have to be at the top to prevent your other rules from being chained http://indiewebcamp.com/irc/2016-05-30/line/1464631952485
#bearisn't there someone in IWC who works at dreamhost?
#GWGI want to make some changes so that if it can't load php-mf2 due to compatibility issues, the current plugin won't refuse to activate. They will just degrade.
#bearwhat I mean by context is that it allows you the ability to show the webmention with more context
#aaronpkyou can use the mf2 to "upgrade" a plain mention into something more meaningful such as a like or reply
#aaronpkbut the default (either beacuse no mf2 is on the page, or the mf2 parser is not there) is just a mention
#bearright, so if the code doesn't find mf2 then it shows the webmention like a normal ping/trackback/wm
#GWGWell, I resist the idea of showing anything like a pingback shows in WordPress.
#bearI was just using that as a way to get across how "bare" of a webmention it could be
#GWGI prefer bear webmentions to bare webmentions.
#tantek.comedited /comments-presentation (+542) "dfn, collapse IndieWeb Examples sections, move eschnou & sandeep to Past Examples, use archive.org link for old comment threads, research & add since dates" (view diff)
#tantekwe know we can improve WordPress -> IndieWeb onboarding, and any help with that is greatly appreciated!
#tantekBTW - I know there are A LOT more of you on here that show indieweb comments on your posts, you should totally add yourself to https://indiewebcamp.com/comments-presentation#IndieWeb_Examples with the date of when you first started displaying comments from webmentions on your posts!
#miklbin that case, I should spin up a live WP site so I can fully test that process
#tantek!tell benwerd do you have any kind of native comment notification / approval dashboard? wondering how (numerous) spam native comments make it through e.g. http://werd.io/view/51c21299bed7de845e3302e4
#miklbfrom a user standpoint, a second plugin doesn't make sense. But I'm setting up a live site and will treat setting up as best I can as someone new to IndieWeb (and WP for that matter)
#GWGmiklb: pfefferle made the decision to split them before I joined the community. There were some practical reasons, but I'll agree it confuses people.
#GWGI would have rather kept them together and clarified in documentation and safety checks.
#miklba user isn't going to care about plumbing/under-the-hood stuff. They are just going to want to receive webmentions and for them to look right on their posts
#miklbbut let me get a live site up and I'll go through the steps currently available and outline my experience after.
#GWGmiklb: I understand both points of view on the matter. I just think the split should have been to separate the functionality into files in the same plugin, not independent plugins.