ncdc 1.10 release + misc stuff

This commit is contained in:
Yorhel 2013-06-15 11:09:14 +02:00
parent 2f88c43171
commit 2c6db29f18
9 changed files with 61 additions and 11 deletions

View file

@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; }
my @changes = (
[ '2013-05-09', '/ncdu', 'ncdu 1.10 released' ],
[ '2013-04-04', '/ylib', 'Created a page for Ylib' ],
[ '2013-04-03', '/ncdc', 'Created a mailing list for ncdc' ],
[ '2013-03-23', '/ncdc', 'ncdc 1.16.1 released.' ],
@ -450,7 +451,7 @@ sub htmlHeader {
sub htmlFooter {
end 'div'; # main
div id => 'footer';
p 'end-of-file';
p 'my software, your toaster';
end;
end 'div'; # body
end 'body';