diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 22:19:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 22:19:28 +0000 |
commit | 135e5fc63a47d198e6ab6b0ebf30c87087d3f5d5 (patch) | |
tree | ff9bf6f7e4eaebb3b0399cd452e5e72a178a11c3 /doc/patchqueue | |
parent | 1334cc55ba522855bf5c7cd24febd70c6ac6fc23 (diff) | |
download | ikiwiki-135e5fc63a47d198e6ab6b0ebf30c87087d3f5d5.tar ikiwiki-135e5fc63a47d198e6ab6b0ebf30c87087d3f5d5.tar.gz |
* perl is broken: print "" || die fails! Work around this insanity.
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/index.html_allowed.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/patchqueue/index.html_allowed.mdwn b/doc/patchqueue/index.html_allowed.mdwn index 528eb7d39..2431b802a 100644 --- a/doc/patchqueue/index.html_allowed.mdwn +++ b/doc/patchqueue/index.html_allowed.mdwn @@ -410,6 +410,9 @@ Index: linkmap.pm > This is probably supposed to be `$mapitems{$item}=urlto($item, $params{destpage});`, > which does indeed remove one more `htmlpage` call from the plugins. I can't actually > try it: "failed writing to dst/ts.png.ikiwiki-new: Inappropriate ioctl for device". + +>> Crazy perl bug that ioctl thing. Worked around now in svn. --[[Joey]] + > After this probable fix, in fact, all uses of htmlpage in the plugins are used to > construct an absolute address: the absolute url in most cases, so an `absurl` > call could be added to be used instead of htmlpage, and something else in the |