Add dump/insbench + nccolour image for CentOS

This commit is contained in:
Yorhel 2013-07-05 12:32:12 +02:00
parent 8cf8e6eeb2
commit 60c0840b94
10 changed files with 92 additions and 0 deletions

View file

@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; }
my @changes = (
[ '2013-07-05', '/dump/insbench', 'Documented a little data structure benchmark' ],
[ '2013-06-15', '/ncdc', 'ncdc 1.17 released' ],
[ '2013-05-09', '/ncdu', 'ncdu 1.10 released' ],
[ '2013-04-04', '/ylib', 'Created a page for Ylib' ],
@ -103,6 +104,7 @@ TUWF::register(
qr{dump/awshrink} => sub { podpage(shift, 'dump-awshrink', 'dump', 'awshrink', 'AWStats Data File Shrinker') },
qr{dump/grenamr} => sub { podpage(shift, 'dump-grenamr', 'dump', 'grenamr', 'GTK+ Mass File Renamer') },
qr{dump/nccolour} => sub { podpage(shift, 'dump-nccolour', 'dump', 'nccolour', 'Colours in NCurses') },
qr{dump/insbench} => sub { podpage(shift, 'dump-insbench', 'dump', 'insbench', 'Insertion Performance Benchmarks') },
qr{feed\.atom} => \&atom,
qr{(ncdc|ncdu|globster)/bug} => \&bug_list,
qr{(ncdc|ncdu|globster)/bug/post} => \&bug_post,
@ -527,6 +529,7 @@ sub htmlMenu {
$m->('/dump/awshrink','AWShrink', $o{page} eq 'dump' && $o{sec} eq 'awshrink');
$m->('/dump/grenamr', 'Grenamr', $o{page} eq 'dump' && $o{sec} eq 'grenamr');
$m->('/dump/nccolour','NC-Colour', $o{page} eq 'dump' && $o{sec} eq 'nccolour');
$m->('/dump/insbench','Ins-bench', $o{page} eq 'dump' && $o{sec} eq 'insbench');
});
}
if($o{spec}{$o{page}}) {