You are here

README.txt in HTML Tidy 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
README.txt for htmltidy
=======================
This module tidies up Drupal's HTML output.
It currently supports, configured via the normal interface:
 - indenting
 - word wrapping (with advanced word-wrapping options)
 - doctype specification for advanced control over validation
 - auto-enclosing blocks of text
 - optional info/warning/error information appended to pages
   including wrong HTML attributes and w3c validation info.

Additional settings can be configured using an HTMLTidy conf 
file (as documented at the tidy website)

It does this by running every web page Drupal creates through
HTML tidy (which you can download for a variety of operating
systems from http://tidy.sourceforge.net/).

Alternatively, the process can be installed as an input filter
to tidy up just user input, either as it's entered
([Validate input text] option) or as a Drupal filter.

Bugs/comments/suggestions/patches to xabbu at cox dot net

Extra enhancements (2006) by dman http://coders.co.nz
  sponsored by Gabriele Ferri - www.semioticamente.it

File

README.txt
View source
  1. README.txt for htmltidy
  2. =======================
  3. This module tidies up Drupal's HTML output.
  4. It currently supports, configured via the normal interface:
  5. - indenting
  6. - word wrapping (with advanced word-wrapping options)
  7. - doctype specification for advanced control over validation
  8. - auto-enclosing blocks of text
  9. - optional info/warning/error information appended to pages
  10. including wrong HTML attributes and w3c validation info.
  11. Additional settings can be configured using an HTMLTidy conf
  12. file (as documented at the tidy website)
  13. It does this by running every web page Drupal creates through
  14. HTML tidy (which you can download for a variety of operating
  15. systems from http://tidy.sourceforge.net/).
  16. Alternatively, the process can be installed as an input filter
  17. to tidy up just user input, either as it's entered
  18. ([Validate input text] option) or as a Drupal filter.
  19. Bugs/comments/suggestions/patches to xabbu at cox dot net
  20. Extra enhancements (2006) by dman http://coders.co.nz
  21. sponsored by Gabriele Ferri - www.semioticamente.it