20584e4f4f6798a539a993968f583e916c23cf3d
[ikiwiki.git] / doc / bugs / po:_po4a_too_strict_on_html_pages.mdwn
1 On some source .html pages, po4a wrongly detects a malformed document,
2 which makes the po plugin error out and the wiki build is aborted.
3
4 I've pushed a [[patch]] to my `po` branch to fix this: it makes po4a
5 warn, instead of error'ing out, when it detects a malformed input
6 document.
7
8 This is really a po4a bug which I will report, but since most ikiwiki
9 users are gonna live with Squeeze's po4a for a while, I think we
10 should workaround it in ikiwiki.
11
12 Also, the current state of things makes it a bit too easy to break a
13 given ikiwiki site build (DoS) when both the html and po plugins are
14 enabled: inserting a html tag without closing it is enough.
15
16 --[[intrigeri]]