File: control

package info (click to toggle)
html-xml-utils 7.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,488 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 193; yacc: 125
file content (54 lines) | stat: -rw-r--r-- 2,626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: html-xml-utils
Section: text
Priority: optional
Maintainer: Robin Naundorf <r.naundorf@fh-muenster.de>
Build-Depends: bison,
               debhelper (>= 11),
               flex,
               gperf,
               libcurl4-gnutls-dev (>> 7.9.7) | libcurl-dev (>> 7.9.7),
               libidn2-dev,
               man2html,
               netcat-openbsd
Standards-Version: 4.1.4
Homepage: https://www.w3.org/Tools/HTML-XML-utils/
Vcs-Browser: https://salsa.debian.org/debian/html-xml-utils
Vcs-Git: https://salsa.debian.org/debian/html-xml-utils.git

Package: html-xml-utils
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: HTML and XML manipulation utilities
 HTML-XML-utils provides a number of simple utilities for manipulating and
 converting HTML and XML files in various ways. The suite consists of the
 following tools:
 .
  asc2xml      -  convert from UTF-8 to &#nnn; entities
  xml2asc      -  convert from &#nnn; entities to UTF-8
  hxaddid      -  add IDs to selected elements
  hxcite       -  replace bibliographic references by hyperlinks
  hxcite-mkbib -  expand references and create bibliography
  hxclean      -  apply heuristics to correct an HTML file
  hxcopy       -  copy an HTML file while preserving relative links
  hxcount      -  count elements and attributes in HTML or XML files
  hxextract    -  extract selected elements
  hxincl       -  expand included HTML or XML files
  hxindex      -  create an alphabetically sorted index
  hxmkbib      -  create bibliography from a template
  hxmultitoc   -  create a table of contents for a set of HTML files
  hxname2id    -  move some ID= or NAME= from A elements to their parents
  hxnormalize  -  pretty-print an HTML file
  hxnsxml      -  convert output of hxxmlns back to normal XML
  hxnum        -  number section headings in an HTML file
  hxpipe       -  convert XML to a format easier to parse with Perl or AWK
  hxprintlinks -  number links & add table of URLs at end of an HTML file
  hxprune      -  remove marked elements from an HTML file
  hxref        -  generate cross-references
  hxselect     -  extract elements that match a (CSS) selector
  hxtoc        -  insert a table of contents in an HTML file
  hxuncdata    -  replace CDATA sections by character entities
  hxunent      -  replace HTML predefined character entities to UTF-8
  hxunpipe     -  convert output of pipe back to XML format
  hxunxmlns    -  replace "global names" by XML Namespace prefixes
  hxwls        -  list links in an HTML file
  hxxmlns      -  replace XML Namespace prefixes by "global names"