htmltidy.info |
htmltidy.info |
|
; $Id $
name = "HTML Tidy"
description = "Tidy up your HTML."
core = 6.x
package = "Input Formats" |
htmltidy.module |
htmltidy.module |
|
The theme system, which controls the output of Drupal.
The htmltidy module uses Tidy (http://tidy.sf.net) to properly format HTML
for saving and display. |
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… |
MAINTAINERS.txt |
MAINTAINERS.txt |
|
HTMLTIDY MODULE
M: Gabriel Sjoberg <xabbu at cox dot net>
S: maintained |
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… |