Go to file
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00
.github/workflows Move the testing repository back into the Tidy codebase. 2021-05-21 10:43:35 -04:00
README Move the testing repository back into the Tidy codebase. 2021-05-21 10:43:35 -04:00
build Add support for the required Info.plist to the Tidy console application, thus enabling 2021-04-28 14:47:50 -04:00
console Update Info.plist.in 2021-05-21 08:23:10 -04:00
experimental style: ansi conforming comments 2016-12-20 16:51:09 +11:00
include Add SVG paint attributes (#907) 2020-11-22 18:02:00 +01:00
localize Added German language translation courtesy of michael.uplawski@uplawski.eu. 2021-04-28 16:20:14 -04:00
man Is #698 - Mention colon in 'man' text 2018-03-20 15:42:21 +01:00
regression_testing Move the testing repository back into the Tidy codebase. 2021-05-21 10:43:35 -04:00
src Added German language translation courtesy of michael.uplawski@uplawski.eu. 2021-04-28 16:20:14 -04:00
.gitignore Move the testing repository back into the Tidy codebase. 2021-05-21 10:43:35 -04:00
CMakeLists.txt Add support for the required Info.plist to the Tidy console application, thus enabling 2021-04-28 14:47:50 -04:00
README.md Move the testing repository back into the Tidy codebase. 2021-05-21 10:43:35 -04:00
tidy.pc.cmake.in Fix pkgconfig install path on package 2017-05-02 20:28:48 +02:00
version.txt Bump version due to new language availability. 2021-05-21 08:39:20 -04:00

README.md

HTACG HTML Tidy

All other READMEs and related materials can be found in README/. Although all of our materials should be linked in this README, be sure to check this directory for documents weve not yet added to this document.

Building HTML Tidy

Branches and Versions

Learn about which branches are available, which branch you should use, and how HTML Tidys versioning scheme works.

Contributing and Development Guides

We gladly accept PRs! Read about some of our contribution guidelines, and check out some of the additional explanatory documents that will aid your understanding of how to accomplish certain things in HTML Tidy.

General Contribution Guidelines

These are some general guidelines that will help you help us when it comes to making your own contributions to HTML Tidy.

Adding Features Guides

When youre ready to add a great new feature, these write-ups may be useful.

  • Learn how to add new element attributes to HTML Tidy by reading README/ATTRIBUTES.md.
  • Discover how to add new tags to Tidy in README/TAGS.md.
  • If you want to add new messages to Tidy, read README/MESSAGE.md.
  • Configuration options can be added according to README/OPTIONS.md.
  • Pull Requests must pass all existing regression tests, or you must change existing regression test expectations with a good explanation. New features require that you add new regression tests. See README/TESTING.md for more details.

Language Localization Guides

Tidy supports localization, and welcomes translations into various languages. Please read up on how to localize HTML Tidy.

History

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

  • This repository originally transferred from w3c.github.com/tidy-html5, now redirected to the current site.

  • First moved to Github from tidy.sourceforge.net. Note, this site is kept only for historic reasons, and is not now well maintained.

Tidy is the granddaddy of HTML tools, with support for modern standards. Have fun...

License

HTML Tidy and LibTidy are free and open source software with a permissive license.