ncdc 1.5 and ncdu 1.8 released + minor changes

This commit is contained in:
Yorhel 2011-11-03 13:32:32 +01:00
parent 399409e038
commit 11b3f1be5a
5 changed files with 128 additions and 78 deletions

View file

@ -53,6 +53,7 @@ sub home {
E;
end;
h2 'Updates';
b '2011-11-03'; txt ' ncdc 1.5 and ncdu 1.8 released!'; br;
b '2011-10-26'; txt ' ncdc 1.4 released!'; br;
b '2011-10-19'; txt ' PGP-signed all releases of ncdu, ncdc and TUWF.'; br;
b '2011-10-14'; txt ' ncdc 1.3 released!'; br;
@ -102,8 +103,8 @@ sub ncdu {
E;
br; br;
b 'Latest version: ';
txt '1.7 (';
$s->htmlDLLink('ncdu-1.7.tar.gz', 'download');
txt '1.8 (';
$s->htmlDLLink('ncdu-1.8.tar.gz', 'download');
txt ' - ';
a href => '/ncdu/changes', 'changes';
txt ' - ';
@ -141,7 +142,7 @@ sub ncdu {
br; br;
txt 'Subscribe to ';
a href => 'http://freshmeat.net/projects/ncdu', 'freshmeat';
a href => 'http://freecode.com/projects/ncdu', 'freecode';
txt ' or to ';
a href => 'https://sourceforge.net/api/file/index/project-id/200175/mtime/desc/rss', 'this RSS feed at sf.net';
txt ' to receive notifications for new releases.';
@ -187,6 +188,8 @@ sub ncduscr {
my $s = shift;
$s->htmlHeader(title => 'Screenshots', page => 'ncdu', tab => 'scr');
p;
txt 'Note: While these screenshots are from version 1.7, the latest version has only little visible changes.';
br; br;
txt 'Scanning...';
img src => '/img/ncduscan.png', style => 'margin: 5px 0 0 0; border: 1px solid #999', alt => 'Ncdu scanning a large directory.';
br;br;
@ -227,8 +230,8 @@ sub ncdc {
h2 'Get ncdc!';
p;
b 'Latest version:'; txt ' 1.4 (';
$s->htmlDLLink('ncdc-1.4.tar.gz', 'download');
b 'Latest version:'; txt ' 1.5 (';
$s->htmlDLLink('ncdc-1.5.tar.gz', 'download');
txt ' - '; a href => '/ncdc/changes', 'changes';
txt ' - '; a href => 'https://sourceforge.net/projects/ncdc/files/ncdc/', 'mirror';
txt ')'; br;
@ -291,8 +294,8 @@ sub ncdc {
may have all of these installed already.<br />
Ncdc has been developed on Arch Linux, but I have received reports from
people who successfully used it on CentOS, Debian, FreeBSD, Gentoo, Mac OS
X, Solaris and Ubuntu. It should be fairly trivial to port to other
POSIX-like systems.<br />
X, OpenSUSE, Solaris and Ubuntu. It should be fairly trivial to port to
other POSIX-like systems.<br />
Ncdc is entirely written in C and available under a liberal MIT license.
E;
end;
@ -969,6 +972,8 @@ sub htmlFooter {
a href => 'http://g.blicky.net', 'git';
txt ' - ';
a href => 'http://svn.blicky.net', 'svn';
txt ' - ';
a href => 'http://pgp.mit.edu:11371/pks/lookup?search=0x8c2739fa', 'pgp';
end;
end 'body';
end 'html';