]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kitenet.net>
Sun, 18 Jul 2010 21:39:28 +0000 (17:39 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 18 Jul 2010 21:39:28 +0000 (17:39 -0400)
doc/plugins/rawhtml/discussion.mdwn
doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn

index e63e4acb916db0f2ac255ef1ee4165c39d93b631..9ed8230badd98a4d1ad21b5d4a4cd676b71522d1 100644 (file)
@@ -2,4 +2,6 @@ Is there anyway to allow this only on locked pages?  I'd like to be able to do r
 
 > Not at the moment. Long-term, ikiwiki needs some general permission mechanisms that encompass this sort of issue. --[[JoshTriplett]]
 
->> Thanks.  Bummer though, looking forward to when this is possible. :-) -- Adam.
\ No newline at end of file
+>> Thanks.  Bummer though, looking forward to when this is possible. :-) -- Adam.
+
+> Well, this plugin is different from the [[html]] plugin.  It **copies** html files.  So users cannot do raw HTML via cgi.  Thus it is safe in most cases.  -- weakish
index d0c09796f290247ea25007f3a344ea76279a071b..b130f4ec5f08e9b1f3a6be89e6faadcfd5fb2043 100644 (file)
@@ -29,3 +29,5 @@ I've written a new plugin, sectiontemplate, available in the `page_tmpl` branch
 >>>
 >>> I do still think combining this with pagetemplate would be good.
 >>> --[[Joey]] 
+
+>>>> This is exactly what I was looking for and it took me a while to find it. I very much support the idea to provide this as a regular plugin, be it merged with pagetemplate or stand-alone. Thank you for your work and code! --BenTo