./wip/p5-HTML-TagCloud, Generate An HTML Tag Cloud

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.38, Package name: p5-HTML-TagCloud-0.38, Maintainer: kuli0020

The HTML::TagCloud module enables you to generate "tag clouds"
in HTML. 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/>.

This module provides a simple interface to generating a CSS-based HTML tag
cloud. You simply pass in a set of tags, their URL and their count. This
module outputs stylesheet-based HTML. You may use the included CSS or
use your own.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-Module-Build] [pkgtools/cwrappers]

Master sites: (Expand)

RMD160: c6ff61813930933edd2c1726ae7a1636be979a18
Filesize: 10.284 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-18 03:00:08 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-HTML-TagCloud to 0.37.

Changes from previous:
----------------------
0.37 Fri Jun 17 17:30:47 MST 2011
  - added a fix suggested by Juan Antonio Raygoza Garay
  - added some missing documentation
  - added a list of known contributors

0.36 Wed Feb 16 15:10:49 MST 2011
  - use different styles to distinguish adjacent tags.

0.35 Wed Feb 16 10:27:55 MST 2011
  - make tag URLs optional.
   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-04-13 19:47:16 by Roman Kulik | Files touched by this commit (3)
Log message:
Updated to version 0.33
   2005-09-15 19:55:46 by Roman Kulik | Files touched by this commit (2)
Log message:
Updated to version 0.32

   2005-09-02 19:27:49 by Roman Kulik | Files touched by this commit (1)
Log message:
Changed dependencies on p5-Test-Simple to reflect the fact that it is now core \ 
perl module

   2005-09-02 19:17:15 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed reference to BUILDING_MODULE_BUILD var in Makefile

   2005-08-22 21:29:03 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
he HTML::TagCloud module enables you to generate "tag clouds" in HTML. \ 
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/>.

This module provides a simple interface to generating a CSS-based HTML tag cloud.
You simply pass in a set of tags, their URL and their count. This module outputs
stylesheet-based HTML. You may use the included CSS or use your own.

WWW: http://search.cpan.org/dist/HTML-TagCloud/