gRegorLove*shrug* no real reason. I guess we do that with IndieWeb Examples but I was thinking it'd be interesting to see how recently support was added
[cleverdevil]Thanks for the reply, manton. I'm back in the air for my last leg of my trip back home. I'll see if I can adjust my Known request to more closely match mf2 on my flight.
jeremycherfasIf I want a php plugin to simply quit working and return to whatever comes next if a certain condition is met, would I use `return;` or `quit;` or something else?
schmartyjeremycherfas: depends on what the code is expected to do. do you have a link to the code online somewhere? or can you say more about where the plugin? is it WP? known?
schmartythe short answer is that "return;" will stop the current function and go back to the caller. what that means for the final output depends on what the caller expects.
jeremycherfasSknebel yes it is. One of the Grav developers suggested I could test whether the page format was html, and block the plugin if it is not html.
sknebel(I see the webmention plugin has a "ignore_path" option in the receiver settings, "The ignore_paths field lists paths you will not accept webmentions for nor advertise webmention functionality ") A more general solution would be nicer, but could be a workaround until then?
jeremycherfasSknebel Those are good thoughts, but they don’t work. Those ignore routes do not prevent the plugin adding a line to HEAD that somehow appears also in the feeds.
jeremycherfasI am trying to see why they are output on the feed page, because the feed plugin does not appear to call them directly. I think they may be a leftover of some sort.
jeremycherfasThe pity is that the chap who wrote the webmentions plugin seems really good, but not very active either on github or in the grav slack channel
LoqiGlitch (formerly Gomix) is a tool by Fog Creek Software to allow you to quickly prototype web applications in a complete IDE with built in version control, sharing, and more https://indieweb.org/Glitch
sknebel(currently playing with it. some limitations, for us most critically no direct support for custom domains yet, and node-js only, but might be neat for small tools)
jeremycherfasZegnat: Well, there are two problems. One is that the plugin inserts a rel=“mention” link even in the feed pages, which breaks them for some readers. The other is getting it to work with Xray. I’ve tried everything to solve the first problem, with no luck so far. So the second has had to wait.
jeremycherfasBut I cannot for the life of me see why the $output variable set before that seems to hang around and gets stuck into the Atom and RSS feeds too.
[eddie]!tell aaronpk: person-tags are urls that point to a user with a u-category attached. Obviously in practice your site treats person tags and post tags differently. I know your storage is based on a yamlfication of mf2 json. Just curious do you store your person-tags in the category array and then just filter based on if it has http* (person tag) or doesn’t have http* (post tag)
[eddie]:thumbsup: That seemed like the way to go (because I’m doing a similar yamlfication of mf2 for my storage) but figured if there was any downsides to that you would have discovered it ?
sknebelhave you looked at glitch.com? It seems like it could be interesting to get people quickly up and running with node-based services (esp those that have a static site somewhere else)
tantek.comedited /framework (+263) "a bit more specific definition of a framework, and explanation of a how a library might not be a framework" (view diff)
tantekI just add a few fields (country, state, city, org, email) and pick 2048, and click "create" and boom my site is being served with the new self-signed cert