htmltidy.filter.inc |
htmltidy.filter.inc |
|
The HTML Tidy hook implementations for Drupal's Filter system. |
htmltidy.info |
htmltidy.info |
|
name = "HTML Tidy"
description = "Fix invalid HTML and improve the layout and indent style of the resulting markup"
core = 7.x
package = "Input filters"
dependencies[] = field
dependencies[] = filter |
htmltidy.module |
htmltidy.module |
|
The htmltidy module uses Tidy (http://tidy.sf.net) to properly format HTML
for saving and display. |
htmltidy.node.inc |
htmltidy.node.inc |
|
The HTML Tidy hook implementations for Drupal's Node system. |
INSTALL.txt |
INSTALL.txt |
|
Installation
------------
This module requires the htmltidy executable for your machine to be available.
1. Place htmltidy.module in modules/htmltidy:
2. Download and unpack Tidy from http://tidy.sf.net
Place it in the 'bin' directory… |
README.txt |
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… |