htmlcxx 0.85-3 source package in Ubuntu

Changelog

htmlcxx (0.85-3) unstable; urgency=medium


  * Use dh-autoreconf to update config.guess and config.sub (Closes: #727898).
  * Update Standards-Version to 3.9.5.
  * Update symbols files with more optional symbols from templates.
  * Update Vcs filelds to canonical form.
  * Update debian/copyright to machine-readable specification 1.0.

 -- Ludovico Cavedon <email address hidden>  Sat, 08 Feb 2014 11:54:01 -0800

Upload details

Uploaded by:
Ludovico Cavedon
Uploaded to:
Sid
Original maintainer:
Ludovico Cavedon
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
htmlcxx_0.85-3.dsc 2.0 KiB 597de6c3683319ff6dc8fa164e7af49c36245a9a3fe381dadd74bb428980b894
htmlcxx_0.85.orig.tar.gz 404.9 KiB ab02a0c4addc82f82d564f7d163fe0cc726179d9045381c288f5b8295996bae5
htmlcxx_0.85-3.debian.tar.xz 7.6 KiB 5bb0564d8e2054a30ce774ee762cfd4e2f9ebafe75412464f7702d38c2c392e5

No changes file available.

Binary packages built by this source

libcss-parser-pp0: No summary available for libcss-parser-pp0 in ubuntu utopic.

No description available for libcss-parser-pp0 in ubuntu utopic.

libcss-parser0: simple CSS1 parser library for C

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains the C runtime library for CSS parsing.

libhtmlcxx-dev: No summary available for libhtmlcxx-dev in ubuntu utopic.

No description available for libhtmlcxx-dev in ubuntu utopic.

libhtmlcxx3: simple HTML parser library for C++

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.