jsoup 1.14.3-1 source package in Ubuntu
Changelog
jsoup (1.14.3-1) unstable; urgency=medium * Team upload. * New upstream version 1.14.3. -- Markus Koschany <email address hidden> Mon, 11 Oct 2021 23:59:25 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jsoup_1.14.3-1.dsc | 2.3 KiB | 521368f4ff9337ffd2a1347b753b6113e907dbd0ac394eac35e606a721b0ae28 |
jsoup_1.14.3.orig.tar.xz | 439.9 KiB | f43dbe690b695a3e6256a0258ce372d10170f1cc78d986f777a938d50c534ad4 |
jsoup_1.14.3-1.debian.tar.xz | 5.1 KiB | 3642c920941a4ea71e7e63754154092fa4a2fdf8c105b43c2314029052cd32b2 |
Available diffs
- diff from 1.10.2-2 to 1.14.3-1 (347.9 KiB)
No changes file available.
Binary packages built by this source
- libjsoup-java: Java HTML parser that makes sense of real-world HTML soup
Jsoup is a Java library for working with real-world HTML. It provides a very
convenient API for extracting and manipulating data, using the best of DOM,
CSS, and jquery-like methods.
.
jsoup implements the WHATWG HTML specification (http://whatwg. org/html), and
parses HTML to the same DOM as modern browsers do.
.
* parse HTML from a URL, file, or string
* find and extract data, using DOM traversal or CSS selectors
* manipulate the HTML elements, attributes, and text
* clean user-submitted content against a safe white-list, to prevent XSS
* output tidy HTML
.
jsoup is designed to deal with all varieties of HTML found in the wild; from
pristine and validating, to invalid tag-soup; jsoup will create a sensible
parse tree.
- libjsoup-java-doc: Documentation for jsoup HTML Parser
Jsoup is a Java library for working with real-world HTML. It provides a very
convenient API for extracting and manipulating data, using the best of DOM,
CSS, and jquery-like methods.
.
jsoup implements the WHATWG HTML specification (http://whatwg. org/html), and
parses HTML to the same DOM as modern browsers do.
.
* parse HTML from a URL, file, or string
* find and extract data, using DOM traversal or CSS selectors
* manipulate the HTML elements, attributes, and text
* clean user-submitted content against a safe white-list, to prevent XSS
* output tidy HTML
.
jsoup is designed to deal with all varieties of HTML found in the wild; from
pristine and validating, to invalid tag-soup; jsoup will create a sensible
parse tree.
.
This package contains the API documentation of libjsoup-java.