File: control

package info (click to toggle)
libhtml-gentoc-perl 3.20-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 448 kB
  • ctags: 60
  • sloc: perl: 1,173; php: 51; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (2)
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
Source: libhtml-gentoc-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libhtml-linklist-perl,
                     libhtml-parser-perl,
                     libhtml-simpleparse-perl,
                     libgetopt-argvfile-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-gentoc-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-gentoc-perl.git
Homepage: https://metacpan.org/release/HTML-GenToc
Testsuite: autopkgtest-pkg-perl

Package: libhtml-gentoc-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
         libhtml-linklist-perl,
         libhtml-parser-perl,
         libhtml-simpleparse-perl,
         libgetopt-argvfile-perl
Description: module that generates a Table of Contents for HTML documents
 HTML::GenToc generates anchors and a table of contents for HTML documents.
 Depending on the arguments, it will insert the information it generates, or
 output to a string, a separate file or STDOUT.
 .
 While it defaults to taking H1 and H2 elements as the significant elements to
 put into the table of contents, any tag can be defined as a significant
 element. Also, it doesn't matter if the input HTML code is complete, pure
 HTML, one can input pseudo-html or page-fragments, which makes it suitable
 for using on templates and HTML meta-languages such as WML.
 .
 Also included in the distrubution is hypertoc, a script which uses the module
 so that one can process files on the command-line in a user-friendly manner.