ikiwiki/doc/templates/discussion.mdwn

17 lines
676 B
Plaintext
Raw Normal View History

I was wondering what the best way to customise the templates is.
Would it be best to copy them all into the wiki under version control or have them seperate?
Thanks
2006-11-22 03:25:31 +01:00
john
> Either way would work ok. From a security standpoint, keeping the templates under version control isn't entirely safe, if you have anonymous untrusted svn committers. Web commits won't be able to touch them though, so that's ok. --[[Joey]]
Couldn't the [[templates/plugin]] template replace the "included" parameter
with the same check used for "third-party plugin"? Don't "third-party plugin"
and "included in ikiwiki" form precisely complementary sets? --[[JoshTriplett]]
2007-02-13 19:51:21 +01:00
> Yes, can be done..