aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/templates/discussion.mdwn16
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..