On Wed, Mar 02, 2011 at 09:24:28AM +0100, Jakub Narebski wrote: > On Wed, 2 Mar 2011, Jakub Narebski wrote: > > On Tue, 1 Mar 2011, Jonathan Nieder wrote: > > > Uwe Kleine-König wrote [1]: > > > [1] http://bugs.debian.org/616005 > > > > > > 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. Yeah, I was aware of that (but of course I should have written that). I also tried ... = ['/bin/sh'] and a few others. Obviously this is pre-production :-) Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html