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
|
Source: libhtml-tagcloud-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Chris Butler <chrisb@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8),
libmodule-build-perl
Build-Depends-Indep: libtest-pod-coverage-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-tagcloud-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tagcloud-perl.git
Homepage: https://metacpan.org/release/HTML-TagCloud
Testsuite: autopkgtest-pkg-perl
Package: libhtml-tagcloud-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module for generating HTML indexes of popular tags
HTML::TagCloud enables the generation of "tag clouds" on HTML pages.
Tag clouds serve as a textual way to visualize terms and topics that
are used most frequently. The tags are sorted alphabetically and a larger
font is used to indicate more frequent term usage.
.
Example sites with tag clouds: <http://www.43things.com/>,
<http://www.astray.com/recipes/> and <http://www.flickr.com/photos/tags/>.
|