Go to file
Geoff McLane 8745f79177 Issue #418 - Ensure TidyAttrID enum exactly matches table.
The file tidyenum.h has an attribute ID enumeration that must exactly
match the attribute_defs[] table in attrs.c.

Originally some attempt was made to keep this enum in some sort of order
but that should now be totally abandonned. Any 'new' attribute
enumerations should be added just above the last N_TIDY_ATTRIBS, and
likewise in the table, to avoid this problem.
2016-07-01 15:52:02 +02:00
build Some improvements in build-me.bat 2016-03-30 15:16:44 +02:00
console language help enhancements: 2016-03-23 14:56:36 +08:00
experimental Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
include Issue #418 - Ensure TidyAttrID enum exactly matches table. 2016-07-01 15:52:02 +02:00
localize Merge pull request #388 from htacg/fr.po 2016-03-27 19:54:54 +02:00
man XSL for man handles <var>. Updated comment and sample string. 2016-02-17 17:20:02 +08:00
README Issue #348 - Add README/OTPIONS.md on adding a new option 2016-03-20 01:05:36 +01:00
src Merge pull request #422 from sesom42/master 2016-06-30 18:32:55 +02:00
.gitignore Remove /test/ from the repository. Regression testing is still very important, and so 2016-02-16 11:20:22 +08:00
CMakeLists.txt Merge pull request #366 from hguemar/master 2016-02-16 10:16:46 +08:00
README.md - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
version.txt Issue #422 - Bump to 5.3.4 for this fix. 2016-06-30 18:36:10 +02:00

HTML Tidy with HTML5 support

All READMEs and related materials can be found in README/.

For build instructions please see README/README.md.