2010-08-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated README
	* README
pull/1/head
Tatsuhiro Tsujikawa 2010-08-22 11:19:28 +00:00
parent 9b9f3a6c63
commit 161acdf5ec
3 changed files with 23 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2010-08-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated README
* README
2010-08-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-08-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed uitos(). Use util::uitos() instead. Removed uitos(). Use util::uitos() instead.

11
README
View File

@ -24,7 +24,7 @@ Here is a list of features.
* Command-line interface * Command-line interface
* Download files through HTTP(S)/FTP/BitTorrent * Download files through HTTP(S)/FTP/BitTorrent
* Segmented downloading * Segmented downloading
* Metalink version 4 http://www.ietf.org/id/draft-bryan-metalink-28.txt * Metalink version 4 (RFC5854) support(HTTP/FTP/BitTorrent)
* Metalink version 3.0 support(HTTP/FTP/BitTorrent) * Metalink version 3.0 support(HTTP/FTP/BitTorrent)
* HTTP/1.1 implementation * HTTP/1.1 implementation
* HTTP Proxy support * HTTP Proxy support
@ -61,6 +61,7 @@ Here is a list of features.
* Download URIs found in a text file or stdin and the destination directory and * Download URIs found in a text file or stdin and the destination directory and
output filename can be specified optionally output filename can be specified optionally
* Parameterized URI support * Parameterized URI support
* IPv6 support
Dependency Dependency
---------- ----------
@ -184,8 +185,10 @@ The number of files to open simultaneously can be controlled by
DHT DHT
~~~ ~~~
As of release 0.13.0, aria2 supports DHT. By default, the routing
table is saved to $HOME/.aria2/dht.dat. aria2 supports mainline compatible DHT. By default, the routing table
for IPv4 DHT is saved to $HOME/.aria2/dht.dat and the routing table
for IPv6 DHT is saved to $HOME/.aria2/dht6.dat
Other things should be noted Other things should be noted
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -246,4 +249,4 @@ References
* man aria2c * man aria2c
* http://aria2.sourceforge.net/ * http://aria2.sourceforge.net/
* http://sourceforge.net/apps/trac/aria2/wiki * http://sourceforge.net/apps/trac/aria2/wiki
* http://www.rfc-editor.org/rfc/rfc5854.txt * http://tools.ietf.org/html/rfc5854

View File

@ -590,7 +590,7 @@ Segmented downloading
</li> </li>
<li> <li>
<p> <p>
Metalink version 4 <a href="http://www.ietf.org/id/draft-bryan-metalink-28.txt">http://www.ietf.org/id/draft-bryan-metalink-28.txt</a> Metalink version 4 (RFC5854) support(HTTP/FTP/BitTorrent)
</p> </p>
</li> </li>
<li> <li>
@ -745,6 +745,11 @@ Download URIs found in a text file or stdin and the destination directory and
Parameterized URI support Parameterized URI support
</p> </p>
</li> </li>
<li>
<p>
IPv6 support
</p>
</li>
</ul></div> </ul></div>
</div> </div>
<h2 id="_dependency">3. Dependency</h2> <h2 id="_dependency">3. Dependency</h2>
@ -958,8 +963,9 @@ needed. By default, aria2 opens at most 100 files mentioned in
The number of files to open simultaneously can be controlled by The number of files to open simultaneously can be controlled by
--bt-max-open-files option.</p></div> --bt-max-open-files option.</p></div>
<h3 id="_dht">5.2. DHT</h3><div style="clear:left"></div> <h3 id="_dht">5.2. DHT</h3><div style="clear:left"></div>
<div class="paragraph"><p>As of release 0.13.0, aria2 supports DHT. By default, the routing <div class="paragraph"><p>aria2 supports mainline compatible DHT. By default, the routing table
table is saved to $HOME/.aria2/dht.dat.</p></div> for IPv4 DHT is saved to $HOME/.aria2/dht.dat and the routing table
for IPv6 DHT is saved to $HOME/.aria2/dht6.dat</p></div>
<h3 id="_other_things_should_be_noted">5.3. Other things should be noted</h3><div style="clear:left"></div> <h3 id="_other_things_should_be_noted">5.3. Other things should be noted</h3><div style="clear:left"></div>
<div class="ulist"><ul> <div class="ulist"><ul>
<li> <li>
@ -1048,7 +1054,7 @@ man aria2c
</li> </li>
<li> <li>
<p> <p>
<a href="http://www.rfc-editor.org/rfc/rfc5854.txt">http://www.rfc-editor.org/rfc/rfc5854.txt</a> <a href="http://tools.ietf.org/html/rfc5854">http://tools.ietf.org/html/rfc5854</a>
</p> </p>
</li> </li>
</ul></div> </ul></div>
@ -1057,7 +1063,7 @@ man aria2c
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-07-09 01:48:09 JST Last updated 2010-08-22 20:18:06 JST
</div> </div>
</div> </div>
</body> </body>