Пакет jsoup: Информация

    Исходный пакет: jsoup
    Версия: 1.8.2-alt1_2jpp8
    Собран:  1 февраля 2016 г. 17:33 в задании #157047
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://jsoup.org/

    Лицензия: MIT
    О пакете: Java library for working with real-world HTML
    Описание: 
    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 HTML5 specification,
    and parses HTML to the same DOM as modern browsers do.
    
     - 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,
       to prevent XSS attacks
     - 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    jsoup (noarch)
    jsoup-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. /proc
      2. maven-local
      3. mvn(junit:junit)
      4. mvn(org.apache.felix:maven-bundle-plugin)
      5. mvn(org.apache.maven.plugins:maven-source-plugin)
      6. jpackage-generic-compat

    Последнее изменение


    1 февраля 2016 г. Igor Vlasenko 1.8.2-alt1_2jpp8
    - new version
    19 января 2016 г. Igor Vlasenko 1.8.2-alt0.1jpp
    - bootstrap pack of jars created with jppbootstrap script
    - temporary package to satisfy circular dependencies
    8 сентября 2014 г. Igor Vlasenko 1.7.2-alt1_1jpp7
    - new release