aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-22 21:51:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-22 21:51:24 +0000
commit4550b6258bf759f28a10eeb82d36c659330376c1 (patch)
tree940272f36b7f61dd223d35a932908baf833097c5
parentac8e1bf2fc2d193061ccae31ae89c8ddae83c7ff (diff)
downloadikiwiki-4550b6258bf759f28a10eeb82d36c659330376c1.tar
ikiwiki-4550b6258bf759f28a10eeb82d36c659330376c1.tar.gz
response
-rw-r--r--doc/users/KarlMW/discussion.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/users/KarlMW/discussion.mdwn b/doc/users/KarlMW/discussion.mdwn
index c53c21d29..6b40b7c2e 100644
--- a/doc/users/KarlMW/discussion.mdwn
+++ b/doc/users/KarlMW/discussion.mdwn
@@ -2,4 +2,16 @@ When you edited [[ikiwikiusers]] all the utf-8 on the page was removed. Is this
> 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.
-> While I have your attention... I got my asciidoc plugin going, at least well enough to render my website without complaint. If you want to have a look at it, the plugin is at <http://mowson.org/karl/colophon>. Is it worthy of adding to the ikiwiki plugin collection? This is my first ever perl programming, so I may well have made absurd mistakes - if there are things that need changing then I will probably need help/guidance. --KarlMW \ No newline at end of file
+> While I have your attention... I got my asciidoc plugin going, at least
+> well enough to render my website without complaint. If you want to have a
+> look at it, the plugin is at <http://mowson.org/karl/colophon>. Is it
+> worthy of adding to the ikiwiki plugin collection? This is my first ever
+> perl programming, so I may well have made absurd mistakes - if there are
+> things that need changing then I will probably need help/guidance.
+> --KarlMW
+
+>> The main problem I see is the html escaping issue. This is not really
+>> unique to asciidoc, see [[patchqueue/format_escape]]. I wonder if the
+>> technique provided by that patch could be used to let your plugin
+>> automatically handle the escaping. Unfortunatey, I have not yet gotten
+>> around to reviewing/applying the patch. --[[Joey]]