X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8a3657ae467f918692ba479812aee951e28627f5..7ac2b6a6ca4925655d45e985db776eca2ddef741:/doc/bugs/rst_tweak.mdwn?ds=inline diff --git a/doc/bugs/rst_tweak.mdwn b/doc/bugs/rst_tweak.mdwn index f6f7bbaf0..5a2caf2bf 100644 --- a/doc/bugs/rst_tweak.mdwn +++ b/doc/bugs/rst_tweak.mdwn @@ -2,6 +2,9 @@ rst.pm disallows raw HTML input. (It's meant as a security feature.) IkiWiki generates HTML in rst files pretty much all the time. As such, we should enable raw HTML support. --Ethan +> [[done]], although I did add a news item about it, since it could break +> the security of certian setups that don't use the htmlscrubber. --[[Joey]] +
 Index: IkiWiki/Plugin/rst.pm
 ===================================================================
@@ -16,4 +19,8 @@ Index: IkiWiki/Plugin/rst.pm
  );
  print html[html.find('')+6:html.find('')].strip();
  ";
-
\ No newline at end of file + + +---- + +Does the Perl version of this plugin still exist? There appears to be no "rst.pm" in the current distribution; all there is is the python version. --Peter