gitweb: Support for tag clouds
commitaed93de428d7d12ee23d84d27265af1e37eb348f
authorPetr Baudis <pasky@suse.cz>
Thu, 2 Oct 2008 15:13:02 +0000 (2 17:13 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 3 Oct 2008 14:29:56 +0000 (3 07:29 -0700)
tree76a74384237f849a3bdb5abd2431419acc9c8137
parent52e8370bc7a71366b664ece0a9ec0b79d673a356
gitweb: Support for tag clouds

The "Content tags" (nothing to do with usual Git tags!) are free-form
strings that are attached to random projects and displayed in the
well-known Web2.0-ish tag cloud above project list.

The feature will make use of HTML::TagCloud if available, but will
still display (less pretty) list of tags in case the module is not
installed.

The tagging itself is not done by gitweb - user-provided external
helper CGI needs to be provided; one example is the tagproj.cgi
of Girocco. This functionality might get integrated to gitweb
in the future.

The tags are stored one-per-file in ctags/ subdirectory. The reason
they are not stored in the project config file is that you usually
want to give anyone (even CGI scripts) permission to create new tags
and they are non-essential information, and thus you would make
the ctags/ subdirectory world-writable.

Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
gitweb/gitweb.perl