Editing Html2txt

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 25: Line 25:
== Download ==
== Download ==


You can download the latest version of the runnable JAR file [https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=de.unkrig&a=html2txt&v=LATEST&c=jar-with-dependencies here].
You can download the latest and all older versions [http://html2txt.unkrig.de/download/ here]; the change log is available [http://html2txt.unkrig.de/CHANGELOG.txt here].
 
== Limitations ==
 
Since the tool uses the JRE's built-in XML parser, it supports "numeric character references" (like "ü" for "Ü"), but not "named HTML character entity references" (like "Ü" for "Ü").
 
For the same reason, the HTML markup in the DOC comments must be "well-formed", i.e. all start tags must be matched by an end tag (like "<code>&lt;li>...&lt;/li></code>"), and void tags must end with a slash, like "<code>&lt;br /></code>".
 
== Usage ==
== Usage ==


=== Command line tool ===
=== Command line tool ===
see [http://html2txt.unkrig.de/Main.main(String%5b%5d).html here].


=== ANT task ===
=== ANT task ===
see [http://html2txt.unkrig.de/antdoc/index.html here].


=== Library ===
=== Library ===
see [http://html2txt.unkrig.de/javadoc/index.html the JAVADOC].
=== Source Code ===
see [https://github.com/aunkrig/html2txt the source code repository].
== Change Log ==
; Version 1.0.2, 2016-11-25:
:* Modified the text of the copyright notice slightly: Replaced "author" with "copyright holders and contributors".
; Version 1.0.1, 2016-11-07:
:* Resurrected Java 6 compatibility.


== License ==
== License ==


<code>html2txt</code> is published under the "[[New BSD License]]".
<code>html2txt/code> is published under the "[[New BSD License]]".


== Contact ==
== Contact ==
Please note that all contributions to unkrig.de may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unkrig.de:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)