]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/rawhtml/discussion.mdwn
This reverts commit cc98f947cc3ddd86dc001e19a75b41daf1f0524a
[git.ikiwiki.info.git] / doc / plugins / rawhtml / discussion.mdwn
1 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.
3 > Not at the moment. Long-term, ikiwiki needs some general permission mechanisms that encompass this sort of issue. --[[JoshTriplett]]
5 >> Thanks.  Bummer though, looking forward to when this is possible. :-) -- Adam.
7 > 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