Accepting request 670754 from home:jengelh:branches:Java:packages
- Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/670754 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsoup?expand=0&rev=3
This commit is contained in:
parent
d4c6016a6d
commit
3ad2254382
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 2 18:52:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Ensure neutrality of descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 08:53:28 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Fri Feb 1 08:53:28 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
25
jsoup.spec
25
jsoup.spec
@ -19,7 +19,7 @@
|
|||||||
Name: jsoup
|
Name: jsoup
|
||||||
Version: 1.11.3
|
Version: 1.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java library for working with real-world HTML
|
Summary: Java library for working with HTML
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://jsoup.org/
|
URL: http://jsoup.org/
|
||||||
@ -32,23 +32,20 @@ BuildRequires: javapackages-local
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jsoup is a Java library for working with real-world HTML.
|
jsoup is a Java library for working with HTML.
|
||||||
It provides a very convenient API for extracting and manipulating data,
|
It provides an API for extracting and manipulating data,
|
||||||
using the best of DOM, CSS, and jquery-like methods.
|
using DOM, CSS, and jquery-like methods.
|
||||||
|
|
||||||
jsoup implements the WHATWG HTML5 specification,
|
jsoup implements the WHATWG HTML5 specification.
|
||||||
and parses HTML to the same DOM as modern browsers do.
|
|
||||||
|
|
||||||
- scrape and parse HTML from a URL, file, or string
|
- scrapes and parses HTML from a URL, file, or string
|
||||||
- find and extract data, using DOM traversal or CSS selectors
|
- finds and extracts data, using DOM traversal or CSS selectors
|
||||||
- manipulate the HTML elements, attributes, and text
|
- manipulates the HTML elements, attributes, and text
|
||||||
- clean user-submitted content against a safe white-list,
|
- cleans user-submitted content against a safe white-list,
|
||||||
to prevent XSS attacks
|
to prevent XSS attacks
|
||||||
- output tidy HTML
|
- outputs tidied HTML
|
||||||
|
|
||||||
jsoup is designed to deal with all varieties of HTML found in the wild;
|
jsoup can deal with invalid HTML tag soup.
|
||||||
from pristine and validating, to invalid tag-soup;
|
|
||||||
jsoup will create a sensible parse tree.
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user