In reply to post ID 62958
Quote by ryan.chappelle on 2018-10-08, 17:37:Also would someone be able to explain to me the syntax that can be used for the pluginrepo data table when editing pages? I've seen this works
compatible : Frusterick, Lemming, Anteater, rincewind, angua
But I'm also looking for some sort of glob syntax and as I've mentioned above I've never been able to make it work correctly. And I can't find information on how extensible it is, for example I'd like to point out a plugin works with ">= Binky" or "PHP <= 5.6".
It's based on plugin just called repository:
Multiple versions can be given and code names can be used. Eg: 2009-02-14, lemming, anteater.
- Use a plus sign + if you think it's safe to assume that the plugin will be compatible with future releases of DokuWiki.
- Use an exclamation mark ! if the plugin is not compatible to a DokuWiki release (e.g. “!Greebo”).