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>
|
||||
|
||||
|
25
jsoup.spec
25
jsoup.spec
@ -19,7 +19,7 @@
|
||||
Name: jsoup
|
||||
Version: 1.11.3
|
||||
Release: 0
|
||||
Summary: Java library for working with real-world HTML
|
||||
Summary: Java library for working with HTML
|
||||
License: MIT
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://jsoup.org/
|
||||
@ -32,23 +32,20 @@ BuildRequires: javapackages-local
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
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 is a Java library for working with HTML.
|
||||
It provides an API for extracting and manipulating data,
|
||||
using DOM, CSS, and jquery-like methods.
|
||||
|
||||
jsoup implements the WHATWG HTML5 specification,
|
||||
and parses HTML to the same DOM as modern browsers do.
|
||||
jsoup implements the WHATWG HTML5 specification.
|
||||
|
||||
- scrape and 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,
|
||||
- scrapes and parses HTML from a URL, file, or string
|
||||
- finds and extracts data, using DOM traversal or CSS selectors
|
||||
- manipulates the HTML elements, attributes, and text
|
||||
- cleans user-submitted content against a safe white-list,
|
||||
to prevent XSS attacks
|
||||
- output tidy HTML
|
||||
- outputs tidied 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.
|
||||
jsoup can deal with invalid HTML tag soup.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user