summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmltidy.pm
AgeCommit message (Expand)Author
2011-02-03htmltidy: Avoid breaking the sidebar when websetup is running.Joey Hess
2010-10-30Added missing hook registration for checkconfigTuomas Jormola
2010-10-02fixups tidy changeJoey Hess
2010-09-30Make tidy command line configurable for the htmltidy plugin.W. Trevor King
2009-08-27htmltidy: Return an error message if tidy fails. Closes: #543722Joey Hess
2009-08-26htmltidy: Print a warning message if tidy fails. Closes: #543722Joey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-09-27htmltidy robustness fixesJoey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-03-15* htmltidy: Pass --markup yes, in case tidy's config file disabled it.Joey Hess
2007-11-05reset SIGPIPE before returningJoey Hess
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2006-09-25* Fix a forkbomb in various calls to IPC::Open2, which has a highlyjoey
2006-09-09* Work on firming up the plugin interface:joey
2006-09-03* Add proper waitpid calls for open2ed processes throughout to avoidjoey
2006-08-28* Change htmlize, format, and sanitize hooks to use named parameters.joey
2006-08-17* Catch failing IPC::Open2 in tidy plugin and retry in case this is ajoey
2006-08-05* Turn off tidy indentation too.joey
2006-08-05* Move tidy back to sanitize hook, found out how to only show body.joey
2006-08-05* Disable tidy generator tag.joey
2006-08-04* Don't run tidy with -xml as that fails if the input is not well-formed.joey
2006-08-04* Fix the htmltidy plugin, which wasn't working due my breaking it whenjoey
2006-07-29* htmltidy plugin from Faidon.joey