mirror of
https://github.com/gnosygnu/xowa.git
synced 2025-06-13 12:54:14 +00:00
| .. | ||
| bin | ||
| javadoc | ||
| src/main | ||
| target | ||
| .classpath | ||
| .project | ||
| build.cmd | ||
| build.xml | ||
| LICENSE.txt | ||
| README.md | ||
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.