From 85f94081c0599dd373ce2c29726b1bee9108cefd Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 6 Dec 2009 08:46:42 +0000 Subject: [PATCH] 2009-12-06 Tatsuhiro Tsujikawa Fixed typo. Referred --index-out option in BitTorrent notes. * README --- ChangeLog | 5 ++ README | 6 +- README.html | 180 +++++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 181 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e25c7b3f..ed80acf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-06 Tatsuhiro Tsujikawa + + Fixed typo. Referred --index-out option in BitTorrent notes. + * README + 2009-12-06 Tatsuhiro Tsujikawa Store all addresses found by getifaddrs() and getaddrinfo(). In diff --git a/README b/README index d45d71a2..78c94c15 100644 --- a/README +++ b/README @@ -103,7 +103,7 @@ distribution you use): * libgcrypt-dev (Required for BitTorrent, Checksum support) * libc-ares-dev (Required for async DNS support) * libxml2-dev (Required for Metalink support) -* libz1g-dev (Required for gzip, deflate decoding support in HTTP) +* zlib1g-dev (Required for gzip, deflate decoding support in HTTP) * libsqlite3-dev (Required for Firefox3 cookie support) You can use libssl-dev instead of @@ -184,8 +184,10 @@ table is saved to $HOME/.aria2/dht.dat. Other things should be noted ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -o option is used to change the filename of .torrent file itself, - not a filename of a file in .torrent file. + not a filename of a file in .torrent file. For this purpose, use + --index-out option instead. * The port numbers that aria2 uses by default are 6881-6999 for TCP and UDP. * aria2 doesn't configure port-forwarding automatically. Please diff --git a/README.html b/README.html index 55debe7e..d0e9f7b2 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ - + aria2 - The ultra fast download utility + +

1. Disclaimer

This program comes with no warranty. @@ -575,7 +736,7 @@ Parameterized URI support width="100%" frame="border" cellspacing="0" cellpadding="4"> -External Library Dependency +Table 1: External Library Dependency @@ -685,7 +846,7 @@ libxml2-dev (Required for Metalink support)

  • -libz1g-dev (Required for gzip, deflate decoding support in HTTP) +zlib1g-dev (Required for gzip, deflate decoding support in HTTP)

  • @@ -785,7 +946,8 @@ table is saved to $HOME/.aria2/dht.dat.

  • -o option is used to change the filename of .torrent file itself, - not a filename of a file in .torrent file. + not a filename of a file in .torrent file. For this purpose, use + --index-out option instead.

  • @@ -859,9 +1021,11 @@ man aria2c
  • + +