tone back claims of what tidy can do, it's not perfect
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:45:02 +0000 (07:45 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 07:45:02 +0000 (07:45 +0000)
doc/plugins/aggregate.mdwn
doc/plugins/htmltidy.mdwn

index fe17199e3882a5062240d6e0d9e95d22d06a75fa..6053905b2970cd20cd84fae5a7de69d2d1f4eb69 100644 (file)
@@ -14,8 +14,8 @@ aggregated feeds.
 
 Make sure that you have the [[html]] plugin enabled, as the created pages are
 in html format. The [[meta]] and [[tag]] plugins are also recommended. The
-[[htmltidy]] plugin is suggested, since feeds can easily contain invalid
-html which tidy can fix.
+[[htmltidy]] plugin is suggested, since feeds can easily contain html
+problems, some of which tidy can fix.
 
 You will need to run ikiwiki periodically from a cron job, passing it the
 --aggregate parameter, to make it check for new posts. Here's an example
index 38c4767ac6d4343e9bdac8815bc2aa73ed806ced..f6f6e0c1758aba060f4fe6236bbf433241305f00 100644 (file)
@@ -1,6 +1,6 @@
 This plugin uses [tidy](http://tidy.sourceforge.net/) to tidy up the html
 emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
-even if users enter suboptimal html, your wiki generates 100% valid html.
+even if users enter suboptimal html, your wiki generates valid html.
 
 This plugin is included in ikiwiki, but is not enabled by default.