Plugin: copyright
Author: tschwinge
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no
Plugin: license
Author: tschwinge
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no
Someone was just asking for it and I had written these two plugins already some months ago, so I'm now publishing them here.
http://www.schwinge.homeip.net/~thomas/tmp/copyright.pm http://www.schwinge.homeip.net/~thomas/tmp/license.pm
Note that there is still an issue to be resolved with these plugins: have a look at
tmpfs. There are two inlined pages,
tmpfs-notes_bing and
tmpfs-notes_various.
Compare the copyright and license information of the inlined pages on tmpfs to those
on the source pages, tmpfs-notes_bing and tmpfs-notes_various.
They are different, but shouldn't be.
I was asking about this in IRC the other day, but someone pointed me at the Varioki plugin. It seems to me that it would be a better idea to have a way of defining template variables in general, rather than having to add a new plugin for every template variable somebody wants to use.
--bma
Copyright and license values are not "template values", they are values tracked by the meta plugin, and that various code compares and uses to fill out the templates. Something like varioki cannot do that. --Joey