You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnosygnu_xowa/190_jtidy_xowa
gnosygnu 48559edffe
Refactor: Refactor baselib; merge Array_ and Bool_
3 years ago
..
bin Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
javadoc Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
src/main Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
target Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
.classpath Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
.project Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
LICENSE.txt Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
README.md Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
build.cmd Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago
build.xml Refactor: Refactor baselib; merge Array_ and Bool_ 3 years ago

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.