]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/inline_raw_broken_on_unknown_pagetype.mdwn
cross-reference
[ikiwiki.git] / doc / bugs / inline_raw_broken_on_unknown_pagetype.mdwn
index 814074e0822346468abb3d0a3921bb139d05b85c..e43540c657fe7f601ec99013cf0ecd126dff8ebe 100644 (file)
@@ -17,3 +17,11 @@ this situation.
 
 If we explicitely don't want to allow raw inlining of unknown page
 types, ikiwiki should output a better error message.
+
+> I have made it just do a direct include if the page type is not known, in
+> raw mode. That seems useful if you want to include some other file right
+> into a page. You could probably even wrap it in a format directive.
+> 
+> It does allow including binary files right into a page, but nothing is
+> stopping you pasting binary data right into the edit form either, so
+> while annoying I don't think that will be a security problem. --[[Joey]]