HTML Tidy

The Y.E.S.! utilizes a standard HTML code clean-up utility called "HTML Tidy" which formats the HTML code and ensures that it complies with current HTML standards.

An overview of HTML Tidy can be found at http://www.w3.org/People/Raggett/tidy/

How HTML Tidy is used:   When you preview or upload your website, you are using HTML Tidy.  Most advanced HTML editors on the market today are using some form of HTML Tidy in order to standardize their output.

Configuration:  An HTML Tidy configuration file called "default.tidy", located in the Y.E.S.! directory (usually c:\Program Files\YukonSoft\YES) is used to control how HTML Tidy processes your documents.   

Error Log: HTML Tidy keeps a log of errors which it finds within your most recently used document in the file "error.tidy", which is also located in your Y.E.S.! directory.  Normally you will have no need to review this log.  Most coding errors that HTML Tidy discovers it is able to correct automatically.

A complete description of the configuration settings which may be used can be found in the HTML Tidy Quick Reference.

Contents of the Y.E.S.! Configuration file "default.tidy".  (Most of these settings are the HTML Tidy defaults.)

tidy-mark: no
markup: yes
wrap: 80
wrap-attributes:yes
wrap-script-literals: no
literal-attributes: yes
indent: auto
indent-spaces: 2
indent-attributes: yes
output-xml: no
input-xml: no
doctype: "-//W3C//DTD HTML 4.01 Transitional//EN"
char-encoding: latin1
input-encoding: latin1
output-encoding: latin1
ascii-chars: no
quote-marks: yes
quote-nbsp: yes
quote-ampersand: no
fix-backslash: yes
break-before-br: no
uppercase-tags: yes
uppercase-attributes: yes
word-2000: yes
clean: no
logical-emphasis: no
drop-empty-paras: no
drop-font-tags: no
enclose-text: no
enclose-block-text: no
fix-bad-comments: no
write-back: no
keep-time: no
show-warnings: yes
fix-uri: yes
join-styles: no
ncr: no
numeric-entities: no
PreserveEntities: yes

NOTE: HTML Tidy is not a product of YukonSoft Corporation. HTML Tidy is an open source project originally created by Dave Raggett, sponsored by the W3C (World Wide Web Consortium®) and is now maintained by the HTML Tidy Library Project on SourceForge.net (http://tidy.sourceforge.net/) and administered by Charles Reitzel.  (HTML Tidy is still a work in process as the standards evolve.)