this plugin is different from the [[html]] plugin and it is safe in most cases.
[ikiwiki.git] / doc / plugins / rawhtml / discussion.mdwn
index 5f82e9335a3adb7fa74dc3b3d0e6e805331e10bf..9ed8230badd98a4d1ad21b5d4a4cd676b71522d1 100644 (file)
@@ -1,3 +1,7 @@
 Is there anyway to allow this only on locked pages?  I'd like to be able to do raw HTML on certain pages (eg. on the sidebar page) but don't want to allow it on the entire wiki.  Thanks -- Adam.
 
-> Not at the moment. Long-term, ikiwiki needs some general permission mechanisms that encompass this sort of issue. --[[JoshTriplett]]
\ No newline at end of file
+> 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.
+
+> 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