PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_TagCloud

Generate a "Tag Cloud" in HTML and visualize tags by their frequency. Additionally visualizes each tag's age.

This package is unmaintained.

Download latest release 1.0.0 (archived versions might be outdated)

License: PHP License

Description

This package can be used to generate tag clouds. The output is HTML and CSS.

A Tag Cloud is a visual representation of so-called "tags" or keywords, that do
have a different font size depending on how often they occur on the page/blog. A
less used synonym for a Tag Cloud that came up before Web 2.0 is the term
"weightet list". Popular examples of Tag Clouds and their use can be found in
action at pages like Flickr, Del.icio.us and Technorati. A nice overview on what
a Tag Cloud can actually do can be found at WikiPedia:
http://wikipedia.org/wiki/Tag_cloud

This package does not only visualize frequency, but also timeline information.
The newer the tag is, the deeper its color will be; older tags will have a
lighter color.

The main goal of "HTML_TagCloud" is to provide an easy to implement and
configureable Tag Cloud solution that is suitable for any PHP-based webapp.

Features:
- set up each tag's name, URL, frequency, age
- customizable colors
- customizable font-sizes

Documentation

Manual

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#10569ClosedBug0.1.12007-03-30Notice on line 401 running example2.php
#12417ClosedReq0.1.12007-11-10Adding weighted limitation of elements
#12419ClosedBug0.1.12007-11-10Extended class defines wrong array parameters
#13348ClosedBug0.2.02008-03-08PHP warning message when not using timestamps
#13598ClosedReqCVS2008-04-05Add public getElementCount() method to return the number of elements in a cloud
#13899ClosedDoc2008-05-14User note that is a documentation problem
#14965ClosedBug0.2.22008-11-06generateEpocLevel can't actually be used
#17052ClosedReq0.2.32010-02-02Use with XHTML
#19109ClosedBugSVN2011-12-07upgrade PHPUnit require statements (for PEAR QA Team)