ncdc 1.4 released + some minor changes
This commit is contained in:
parent
79f87caafc
commit
399409e038
6 changed files with 53 additions and 7 deletions
16
index.cgi
16
index.cgi
|
|
@ -53,6 +53,7 @@ sub home {
|
|||
E;
|
||||
end;
|
||||
h2 'Updates';
|
||||
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;
|
||||
b '2011-09-25'; txt ' ncdc 1.1 released - follwed by a 1.2 quickfix.'; br;
|
||||
|
|
@ -226,9 +227,10 @@ sub ncdc {
|
|||
|
||||
h2 'Get ncdc!';
|
||||
p;
|
||||
b 'Latest version:'; txt ' 1.3 (';
|
||||
$s->htmlDLLink('ncdc-1.3.tar.gz', 'download');
|
||||
b 'Latest version:'; txt ' 1.4 (';
|
||||
$s->htmlDLLink('ncdc-1.4.tar.gz', 'download');
|
||||
txt ' - '; a href => '/ncdc/changes', 'changes';
|
||||
txt ' - '; a href => 'https://sourceforge.net/projects/ncdc/files/ncdc/', 'mirror';
|
||||
txt ')'; br;
|
||||
txt 'You can also get the latest development version from ';
|
||||
a href => 'http://g.blicky.net/ncdc.git/', 'this git repository';
|
||||
|
|
@ -289,8 +291,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 and Ubuntu. It should be fairly trivial to port to other POSIX-like
|
||||
systems.<br />
|
||||
X, 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;
|
||||
|
|
@ -317,7 +319,11 @@ sub ncdcfaq {
|
|||
perhaps easier than getting nanodc to compile.'; br;
|
||||
txt 'LDCC - Uses DCTC as backend and an interface based on TurboVision.
|
||||
All mentioned projects are dead: neither LDCC, DCTC nor TurboVision are
|
||||
seeing any recent development.';
|
||||
seeing any recent development.'; br;
|
||||
a href => 'http://shakespeer.bzero.se/', 'ShakesPeer';
|
||||
txt ' - Appears to have a commandline inter-face as well. I haven\'t
|
||||
personally tried it, but have not heard much positive things about it.
|
||||
Has not seen any recent development, either.';
|
||||
end;
|
||||
|
||||
h2 'Why did you start from scratch? Why not use the DC++ core?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue