CHANGELOG.txt |
CHANGELOG.txt |
|
February 2006 : dman
-----------------
Reworked into Drupal 4.7 API, then backported to remain 4.6 compatable.
Requires forms_api_backport.module (currently at proof-of-concept stage)
Reworked the interface slightly in doing so, behavior should be… |
htmltidy.info |
htmltidy.info |
|
; $Id $
name = "HTML Tidy"
description = "Tidy up your HTML."
; dependencies =
; package = |
htmltidy.module |
htmltidy.module |
|
|
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 |
put_tidy_here.txt |
bin/put_tidy_here.txt |
|
This module requires the htmltidy executable for your machine to be available.
If you don't already have it on your system, please fetch it from
http://tidy.sourceforge.net/
and place it here.
On Linux systems, an auto-install process is… |
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… |