Go to file
Geoff McLane 0f80c08355 Issue #133 - ever increasing indent!
This is a simple but profound change in pprint.c.
Since leading space is preserved on script code, after tidy indents
the code once, a second run on that tidied file would add more indent
to already indented code. This fix should be carefully checked,
and removed if there are other bad consequences.
Bump the version point to 4 for this change.
2015-02-01 14:34:22 +01:00
build Removed xcode project 2015-02-01 11:31:48 +08:00
console Deprecated tidyReleaseDate(). Returns epoch time (tdb). Removed dates from help, manpage, output, cmake, etc. 2015-02-01 14:20:41 +08:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc Deprecated tidyReleaseDate(). Returns epoch time (tdb). Removed dates from help, manpage, output, cmake, etc. 2015-02-01 14:20:41 +08:00
include Deprecated tidyReleaseDate(). Returns epoch time (tdb). Removed dates from help, manpage, output, cmake, etc. 2015-02-01 14:20:41 +08:00
src Issue #133 - ever increasing indent! 2015-02-01 14:34:22 +01:00
test correct spelling 2015-01-24 15:34:17 +01:00
.gitignore remove some deleted folders 2015-01-23 20:29:43 +01:00
CMakeLists.txt Deprecated tidyReleaseDate(). Returns epoch time (tdb). Removed dates from help, manpage, output, cmake, etc. 2015-02-01 14:20:41 +08:00
README.md Removed unnecessary README.html (redundant). 2015-01-31 18:09:33 +08:00
version.txt Deprecated tidyReleaseDate(). Returns epoch time (tdb). Removed dates from help, manpage, output, cmake, etc. 2015-02-01 14:20:41 +08:00

HTML Tidy with HTML5 support

This repository consists of the stable and development branches of HTML Tidy.

  • branch develop-*** consists of the current development and release candidate for HTML Tidy. Release Candidates can be identified with git tags.

  • branch master consists of the current, stable release of HTML Tidy.

Build the tidy library and command line tool

  1. cd build/cmake

  2. cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install]

  3. Windows: cmake --build . --config Release
    Unix/OS X: make

  4. Install, if desired:
    Windows: cmake --build . --config Release --target INSTALL
    Unix/OS X: [sudo] make install

History

This repository should be considered canonical for HTML Tidy as of 2015-January-15.