summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-17 14:09:53 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-17 14:09:53 -0500
commitc0f4735f1fb93b47f508c18c2f94cf24f147cea5 (patch)
tree5f0c825961724ded8aad27d18d6d3ea76b05ddcd /doc
parent2d857e6aeb8eb959551f292578bfe4bf66cc16f1 (diff)
adding htmlbalance; housekeeping
Used the contrib version of the plugin page since it seemed better than the other one.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/htmlbalance.mdwn12
-rw-r--r--doc/plugins/htmlbalance.mdwn6
2 files changed, 3 insertions, 15 deletions
diff --git a/doc/plugins/contrib/htmlbalance.mdwn b/doc/plugins/contrib/htmlbalance.mdwn
deleted file mode 100644
index 728e6afc2..000000000
--- a/doc/plugins/contrib/htmlbalance.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-[[!template id=plugin name=htmlbalance author="[[Simon_McVittie|smcv]]"]]
-[[!tag type/html]]
-
-This plugin ensures that the HTML emitted by ikiwiki contains well-balanced
-HTML tags, by parsing it with [[!cpan HTML::TreeBuilder]] and re-serializing it. This
-acts as a lighter-weight alternative to [[plugins/htmltidy]]; it doesn't
-ensure validity, but it does at least ensure that formatting from a
-blog post pulled in by the [[ikiwiki/directive/inline]] directive doesn't
-leak into the rest of the page.
-
-htmlbalance is available from the 'htmlbalance' branch in [[smcv]]'s git repository.
-I'd like to get this plugin included in ikiwiki - any code review is welcome.
diff --git a/doc/plugins/htmlbalance.mdwn b/doc/plugins/htmlbalance.mdwn
index 7cdb1f950..f4e2298ee 100644
--- a/doc/plugins/htmlbalance.mdwn
+++ b/doc/plugins/htmlbalance.mdwn
@@ -1,9 +1,9 @@
-[[!template id=plugin name=htmlbalance author="Simon McVittie"]]
+[[!template id=plugin name=htmlbalance author="[[Simon_McVittie|smcv]]"]]
[[!tag type/html]]
This plugin ensures that the HTML emitted by ikiwiki contains well-balanced
-HTML tags, by parsing it with HTML::TreeBuilder and re-serializing it. This
+HTML tags, by parsing it with [[!cpan HTML::TreeBuilder]] and re-serializing it. This
acts as a lighter-weight alternative to [[plugins/htmltidy]]; it doesn't
ensure validity, but it does at least ensure that formatting from a
-blog post pulled in by \[[![[ikiwiki/directive/inline]]]] doesn't
+blog post pulled in by the [[ikiwiki/directive/inline]] directive doesn't
leak into the rest of the page.