summaryrefslogtreecommitdiff
path: root/purify_html
diff options
context:
space:
mode:
Diffstat (limited to 'purify_html')
-rwxr-xr-xpurify_html4
1 files changed, 4 insertions, 0 deletions
diff --git a/purify_html b/purify_html
index a9ead881..4cf582af 100755
--- a/purify_html
+++ b/purify_html
@@ -1,5 +1,9 @@
#!/bin/sh
+# Mangle the rendered files to cause fewer differernces upon re-rendering.
+
+# Written by Thomas Schwinge <tschwinge@gnu.org>.
+
# Un-mangle mailto links: convert HTML character entities to real characters.
find ./ -name \*.html -print0 \
| xargs -0 \