Age | Commit message (Collapse) | Author | Files | Lines |
|
This is the currently maintained version of tidy.
No concise changelog compared to the 2009 version available though,
sorry.
|
|
https://github.com/htacg/tidy-html5/commit/c18f27a58792f7fbd0b30a0ff50d6b40a82f9
40d
|
|
Bugfix for http://tidy.sf.net/issue/2855621
|
|
2.5 years of various changes and improvements.
pkgsrc changes:
Use libtool to provide a shared library; fixes wip/kdewebdev4 on amd64.
Generate API documentation from the provided files using doxygen.
Standardize path to installed documentation.
|
|
|
|
|
|
instead of using -ltidy, which picked up the (incompatible) libtidy.dylib
from /usr/lib. I'm wondering if buildlink3 could help here in some way...
|
|
fix crashes with nested framesets
fix dmalloc conflicts
fix crashes with invalid x/html tags
fix memory corruptions
fix attributes with null values
replace tabs with spaces
a lot generic stability fixes
fix accessibility crashes
accessibility missing output added
use id= instead of a name=
fix crashes with mixed php-like code in html
fix memory leaks
xml: was stripped from xml:lang
make sure id and name are identical when used
do not add xml:lang for XHTML 1.1
check validity of id/name values
a lot of new options for finegrained control
support align="char"
fix 64 bit portability issues
fix support for nested <sub> and <sup>
make sure id's are unique
be more resistant against malformed comments
make sure attribute values are lowercase for xhtml specified values
ensure xml declarations are present
allow empty action="" to form
area does not need a mandatory href
|
|
I could not find any recent release notes or change log other than "People
continue to report examples where Tidy does not catch some ill-formed HTML
or, worse, generates ill-formed HTML. These cases have been significantly
reduced." (I didn't compare code with old release either.)
Patch-ab updated (same line patched).
|
|
|
|
unfortunately.
Tidy now comes with a (static) library, thus a buildlink2.mk file is now
provided.
There's no need to set PRESERVE_FILE_TIMES in CFLAGS anymore, thus
PR pkg/20489 is fixed.
|
|
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126.
Minor changes by me: new homepage is at sourceforge, shut up pkglint.
An official changelog does not seem to be available, but according to the
PR, this version ``has prettier (more structured) output'' and ``produce[s]
nice-looking xhtml''.
|
|
Changes are mostly bugfixes, but I couldn't find a ChangeLog.
|
|
- fixed script element handling in framesets
- detect repeated attributes e.g. in tables
- supports Gnu Emacs error parsing
- Word 2000 cleanup
- HTML syntax fixes
|
|
in PR pkg/9532.
|
|
Fixes and tidies up HTML files
|