#ben_thatmustbemeand hopefully i can bundle some things up as libs that others can use, like webmention with vouch
#ben_thatmustbemeits a little sad to be starting over from scratch, doing it all while maintaining all my permalinks has been the biggest concern thus far
#aaronpkthe php-only one is what’s included from composer, and it’s part of the repository which also includes the post-process script to create it, so might not be that important to worry about
#tantekaaronpk better? if you see this or "/// var" in the browser, you need to wrap your PHP include of cassis.js and use of functions therein with calls to ob_start and ob_end_clean, e.g.:
#aaronpkyeah. and maybe show two examples. one of the include and another of just the function call
#tantekI this was good enough (instead of mentioning a specific function) // your code that calls CASSIS functions goes here
KevinMarks joined the channel
#tantekwell, fixed one bug for today, even if it was a PHP 5.2-only parse bug.
#tantekthough I did ship (open source) a couple new functions in CASSIS that previously I'd only been testing privately
#aaronpkthat wasn’t just a 5.2 problem actually! I tried it on 5.6 and it was the same thing
#pfefferleaaronpk I think we should start the discussion to include the webmention plugin and then iterate... or is there a discussion that this is the last step to integrate all of the plugins?
#aaronpkwell my understanding was no plugin would be able to include the microformats parser unless it was compatible with 5.2, so i figured i would see what it would take to make it compatible
#pfefferleaaronpk the core is PHP 5.2.4+ but they recomment PHP 7
#pfefferleaaronpk I think we should start to integrate on plugin after another and if the mf2 lib is a problem, they would tell us...
#pfefferleaaronpk it is no problem to release the plugin in the official repo, so I see no need atm.
KevinMarks joined the channel
#pfefferleaaronpk I have not seen a official discussion about integrating the plugin into core, so I would wait until we get such a feedback...
#aaronpkokay, well i did all the “easy” stuff to make it work with 5.2, but hit a snag with domdocument and I don’t have a quick fix for that
#aaronpkso I won’t bother continuing until I know if it’s going to be worth the effort
#pfefferleaaronpk that is what I would recommend :)
#pfefferleaaronpk It would have been awesome if this was the least thing to do to integrate it into core :) :(
pfefferle, pfefferle_, KevinMarks and KevinMarks_ joined the channel
#tantekaaronpk - perhaps capture the snag with domdocument as an issue with how far you got?