diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-31 06:02:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-31 06:02:57 +0000 |
commit | 08d6f422a7848a2462418be58fcb186f5f2cec03 (patch) | |
tree | c30a59ad56119892add1486184bfe2e9b6cf4355 | |
parent | 3a958f7196ee002a4c01aee7b911e50676988bb7 (diff) | |
download | ikiwiki-08d6f422a7848a2462418be58fcb186f5f2cec03.tar ikiwiki-08d6f422a7848a2462418be58fcb186f5f2cec03.tar.gz |
remove old discussion page (since it's currently being included into the
basewiki as a template..)
-rw-r--r-- | doc/templates/discussion.mdwn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn deleted file mode 100644 index cbf56fa81..000000000 --- a/doc/templates/discussion.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -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 - -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]] - -> Yes, can be done.. |