]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove old discussion page (since it's currently being included into the
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 06:02:57 +0000 (06:02 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 06:02:57 +0000 (06:02 +0000)
basewiki as a template..)

doc/templates/discussion.mdwn [deleted file]

diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn
deleted file mode 100644 (file)
index cbf56fa..0000000
+++ /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..