Merge branch 'staged'
[dports.git] / www / tidy-lib / pkg-descr
1 This is tidy-devel, built with a shared lib.
2
3 When editing HTML it's easy to make mistakes. Wouldn't it be nice if
4 there was a simple way to fix these mistakes automatically and tidy up
5 sloppy editing into nicely layed out markup?  Well now there is thanks
6 to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for
7 doing just that. It also works great on the attrociously hard to read
8 markup generated by specialized HTML editors and conversion tools, and
9 can help you identify where you need to pay further attention on
10 making your pages more accessible to people with disabilities.
11
12 Tidy is able to fix up a wide range of problems and to bring to your
13 attention things that you need to work on yourself. Each item found is
14 listed with the line number and column so that you can see where the
15 problem lies in your markup. Tidy won't generate a cleaned up version
16 when there are problems that it can't be sure of how to handle. These
17 are logged as "errors" rather than "warnings".