fd77312175
in #352, but I'm worried that there's some over-reach here. Currently only implemented as a warning, with no switch to turn it off, which maintains current behavior other than the warning. In general, we're treating any string as a complete URL, rather than breaking URL's into component parts. Thus the `IsURLCodePoint()` check includes a few other generic characters that strictly speaking aren't valid codepoints, but are valid as escape characters and delimiters. When addressing #338, I ran into a similar situation in not having a built-in method to separate path components (although a simple generalized solution was good enough in that case). Thus without introducing a new structure and functions to deconstruct a URL into scheme, authority, path, parameters, etc., some variation of this patch will have to be used to address #352. |
||
---|---|---|
build | ||
console | ||
experimental | ||
include | ||
localize | ||
man | ||
README | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
tidy.pc.cmake.in | ||
version.txt |
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 we’ve not yet added to this document.
Building HTML Tidy
- For build instructions please see README/BUILD.md.
Branches and Versions
Learn about which branches are available, which branch you should use, and how HTML Tidy’s versioning scheme works.
- Learn about version numbering in README/VERSION.md.
- Learn about our repository branches in README/BRANCHES.md.
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.
- Learn about our contributing guidelines in README/CONTRIBUTING.md.
- Understand HTML Tidy’s source code style in README/CODESTYLE.md.
Adding Features Guides
When you’re 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.
Language Localization Guides
Tidy supports localization, and welcomes translations into various languages. Please read up on how to localize HTML Tidy.
- The general README for localizing can be found in /README/LOCALIZE.md.
- And /localize/README.md contains specific instructions for localizing.
Other Important Links
- site: http://www.html-tidy.org/
- source: https://github.com/htacg/tidy-html5
- binaries: http://binaries.html-tidy.org
- bugs: https://github.com/htacg/tidy-html5/issues
- list: https://lists.w3.org/Archives/Public/html-tidy/
- api and quickref: http://api.html-tidy.org/
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.
- You can read the complete license in README/LICENSE.md.