]> sipb.mit.edu Git - ikiwiki.git/blob - doc/users/KarlMW/discussion.mdwn
response
[ikiwiki.git] / doc / users / KarlMW / discussion.mdwn
1 When you edited [[ikiwikiusers]] all the utf-8 on the page was removed. Is this an issue with the web browser you used? I've fixed the utf-8 damage. --[[Joey]]
2
3 > Ooops!  Sorry - yes, my fault - I was using w3m, which spawned nano to edit the text, and I'm not setup for utf-8.  I'll be more careful in future.
4
5 > While I have your attention...  I got my asciidoc plugin going, at least
6 > well enough to render my website without complaint. If you want to have a
7 > look at it, the plugin is at <http://mowson.org/karl/colophon>. Is it
8 > worthy of adding to the ikiwiki plugin collection? This is my first ever
9 > perl programming, so I may well have made absurd mistakes - if there are
10 > things that need changing then I will probably need help/guidance.
11 > --KarlMW
12
13 >> The main problem I see is the html escaping issue. This is not really
14 >> unique to asciidoc, see [[patchqueue/format_escape]]. I wonder if the
15 >> technique provided by that patch could be used to let your plugin
16 >> automatically handle the escaping. Unfortunatey, I have not yet gotten
17 >> around to reviewing/applying the patch. --[[Joey]]