ncdc 1.1 released + Q&A updates
This commit is contained in:
parent
ae08020ded
commit
58ba03bbd6
3 changed files with 149 additions and 78 deletions
26
index.cgi
26
index.cgi
|
|
@ -53,6 +53,7 @@ sub home {
|
|||
E;
|
||||
end;
|
||||
h2 'Updates';
|
||||
b '2011-09-25'; txt ' ncdc 1.1 released!'; br;
|
||||
b '2011-09-16'; txt ' ncdc 1.0 released!'; br;
|
||||
b '2011-09-15'; txt ' Added some screenshots for ncdu.'; br;
|
||||
b '2011-09-03'; txt ' ncdc 0.9 released!'; br;
|
||||
|
|
@ -226,8 +227,8 @@ sub ncdc {
|
|||
|
||||
h2 'Get ncdc!';
|
||||
p;
|
||||
b 'Latest version:'; txt ' 1.0 (';
|
||||
a href => '/download/ncdc-1.0.tar.gz', 'download';
|
||||
b 'Latest version:'; txt ' 1.1 (';
|
||||
a href => '/download/ncdc-1.1.tar.gz', 'download';
|
||||
txt ' - '; a href => '/ncdc/changes', 'changes';
|
||||
txt ' - '; a href => '/download/ncdc.md5', 'md5';
|
||||
txt ' - '; a href => '/download/ncdc.sha1', 'sha1';
|
||||
|
|
@ -372,11 +373,30 @@ sub ncdcfaq {
|
|||
E;
|
||||
end;
|
||||
|
||||
h2 'Are there any programs available for analyzing the transfers.log file?';
|
||||
p;
|
||||
lit <<' E;';
|
||||
Nothing like that is included in the release yet, but there is a simple
|
||||
Perl script available: <a
|
||||
href="http://p.blicky.net/agolr">ncdc-transfer-stats</a>.
|
||||
E;
|
||||
end;
|
||||
|
||||
h2 'Why doesn\'t ncdc rotate log files automatically?';
|
||||
p;
|
||||
lit <<' E;';
|
||||
Because you can easily do that yourself. You can either use logrotate or a
|
||||
simple script that runs from a cron. For an example of the latter option,
|
||||
<a href="http://p.blicky.net/s7132">this is the script I use</a>, which is
|
||||
run as a monthly cron job.
|
||||
E;
|
||||
end;
|
||||
|
||||
h2 'What protocol features does ncdc support?';
|
||||
p;
|
||||
lit <<' E;';
|
||||
For ADC: BASE, RF, TIGR, BZIP, ADCS and KEYP.<br />
|
||||
For NMDC: NoGetINFO, NoHello, MiniSlots, XmlBZList, ADCGet, TTHL and TTHF.<br />
|
||||
For NMDC: NoGetINFO, NoHello, UserIP2, MiniSlots, XmlBZList, ADCGet, TTHL and TTHF.<br />
|
||||
That is pretty much everything you'd expect any modern client to have. Note
|
||||
that ncdc does not support some of the older NMDC protocol features, like $Get,
|
||||
$GetZBlock, $CHUNK, $Cancel or non-XML file lists. I am not aware of an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue