1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-01-22 08:49:32 +00:00
gnosygnu_xowa/190_jtidy_xowa/README.md

14 lines
633 B
Markdown

jtidy_xowa
==========
jtidy_xowa is a fork of http://jtidy.sourceforge.net. It is intended to closely emulate tidy (http://tidy.sourceforge.net). for XOWA: an offline Wikipedia application.
Here are some examples of fixes / changes:
* JTidy always converts "<hr/>" to "<br><br>".
* JTidy indents content inside a textarea when setIndentContent is true
* JTidy sometimes behaves strangely for setEncloseBlockText
* JTidy leaks memory when called repeatedly (In XOWA's case, jtidy_xowa now runs through 5.5 million pages without running out of memory)
In total, there are approximately 150+ changes to JTidy.