diff --git a/ChangeLog b/ChangeLog index f8ac54b0..83c73742 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-27 Tatsuhiro Tsujikawa + + Updated README for 1.4.0 release. Use new table syntax of + asciidoc. + * README + 2009-05-27 Tatsuhiro Tsujikawa Documented --xml-rpc-max-request-size option in man page. diff --git a/README b/README index c3c6c98b..53bb231b 100644 --- a/README +++ b/README @@ -37,6 +37,7 @@ Here is a list of features. * Chunked transfer encoding support * Load Cookies from file using the Firefox3 format and the Mozilla/Firefox (1.x/2.x)/Netscape format. +* Save Cookies in the Mozilla/Firefox (1.x/2.x)/Netscape format. * Custom HTTP Header support * Persistent Connections support * FTP through HTTP Proxy @@ -46,6 +47,7 @@ Here is a list of features. (single-file torrent only) * Rename/change the directory structure of BitTorrent downloads completely +* XML-RPC interface * Run as a daemon process * Selective download in multi-file torrent/Metalink * Chunk checksum validation in Metalink @@ -60,18 +62,18 @@ Dependency ---------- .External Library Dependency -[frame="all", grid="all"] -`--------------------`--------------------------- -features dependency -------------------------------------------------- -HTTPS GnuTLS or OpenSSL -BitTorrent GnuTLS+Libgcrypt or OpenSSL -Metalink libxml2 or Expat. -Checksum GnuTLS+Libgcrypt or OpenSSL -gzip, deflate in HTTP zlib -Async DNS C-Ares -Firefox3 cookie libsqlite3 -------------------------------------------------- +[options="header"] +|================================================= +|features |dependency +|HTTPS |GnuTLS or OpenSSL +|BitTorrent |GnuTLS+Libgcrypt or OpenSSL +|Metalink |libxml2 or Expat. +|Checksum |GnuTLS+Libgcrypt or OpenSSL +|gzip, deflate in HTTP|zlib +|Async DNS |C-Ares +|Firefox3 cookie |libsqlite3 +|XML-RPC |libxml2 or Expat. +|================================================= Note;; GNU TLS has precedence over OpenSSL if both libraries are installed. diff --git a/README.html b/README.html index 4719147b..5f7b80cf 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,8 @@ - + +aria2 - The ultra fast download utility -aria2 - The ultra fast download utility

1. Disclaimer

-

This program comes with no warranty. +

This program comes with no warranty. You must use this program at your own risk.

2. Introduction

-

aria2 is a utility for downloading files. The supported protocols are +

aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from -HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's +HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink’s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.

-

Here is a list of features.

-