]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/rst_tweak.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / rst_tweak.mdwn
index f6f7bbaf05a60afd96468a3320c90983e1fbe42f..5a2caf2bf0d45c5bb195378b7fb6469189707b0d 100644 (file)
@@ -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]]
+
 <pre>
 Index: IkiWiki/Plugin/rst.pm
 ===================================================================
@@ -16,4 +19,8 @@ Index: IkiWiki/Plugin/rst.pm
  );
  print html[html.find('<body>')+6:html.find('</body>')].strip();
  ";
-</pre>
\ No newline at end of file
+</pre>
+
+----
+
+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