Re: gitweb: cloud tags feature produces malformed XML for errors
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:50:42
On Wed, 2 Mar 2011, Jakub Narebski wrote:
On Tue, 1 Mar 2011, Jonathan Nieder wrote:quoted
Uwe Kleine-König wrote [1]: [1] http://bugs.debian.org/616005quoted
quoted
I experiment with $feature{'ctags'}. After installing libhtml-tagcloud-perl (0.34-1) and adding $feature{'ctags'}{'default'} = [1];
This is also invalid... but this one actually is described:
# gitweb by itself can show existing tags, but it does not handle
# tagging itself; you need an external application for that.
# For an example script, check Girocco's cgi/tagproj.cgi.
# You may want to install the HTML::TagCloud Perl module to get
# a pretty tag cloud instead of just a list of tags.
# To enable system wide have in $GITWEB_CONFIG
# $feature{'ctags'}{'default'} = ['path_to_tag_script'];
# Project specific override is not supported.
Using "$feature{'ctags'}{'default'} = [1];" would lead to errors when
you would want to create a tag from web interface.
--
Jakub Narebski
Poland