mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Escaped '--' with '\--' * README
This commit is contained in:
parent
27a858a504
commit
9450853fe5
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Escaped '--' with '\--'
|
||||||
|
* README
|
||||||
|
|
||||||
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Updated "How to build" section in README. Mentioned about
|
Updated "How to build" section in README. Mentioned about
|
||||||
|
14
README
14
README
@ -71,14 +71,14 @@ Firefox3 cookie libsqlite3
|
|||||||
|
|
||||||
Note;;
|
Note;;
|
||||||
GNU TLS has precedence over OpenSSL if both libraries are installed.
|
GNU TLS has precedence over OpenSSL if both libraries are installed.
|
||||||
If you prefer OpenSSL, run configure with "--without-gnutls".
|
If you prefer OpenSSL, run configure with \--without-gnutls.
|
||||||
|
|
||||||
Note;;
|
Note;;
|
||||||
libxml2 has precedence over Expat if both libraries are installed.
|
libxml2 has precedence over Expat if both libraries are installed.
|
||||||
If you prefer Expat, run configure with "--without-libxml2".
|
If you prefer Expat, run configure with \--without-libxml2.
|
||||||
|
|
||||||
You can disable BitTorrent, Metalink support by providing
|
You can disable BitTorrent, Metalink support by providing
|
||||||
--disable-bittorrent, --disable-metalink respectively to configure
|
\--disable-bittorrent, \--disable-metalink respectively to configure
|
||||||
script.
|
script.
|
||||||
|
|
||||||
In order to enable async DNS support, you need c-ares.
|
In order to enable async DNS support, you need c-ares.
|
||||||
@ -168,9 +168,9 @@ In the default behavior, before download starts, a complete directory
|
|||||||
structure is created if needed. By default, aria2 opens at most 100
|
structure is created if needed. By default, aria2 opens at most 100
|
||||||
files mentioned in .torrent file, directly writes to and reads from
|
files mentioned in .torrent file, directly writes to and reads from
|
||||||
these files. The number of files to open simultaneously can be
|
these files. The number of files to open simultaneously can be
|
||||||
controlled by "--bt-max-open-files" option.
|
controlled by \--bt-max-open-files option.
|
||||||
|
|
||||||
If "--direct-file-mapping" option set to be false, aria2 creates
|
If \--direct-file-mapping option set to be false, aria2 creates
|
||||||
temporary file in the store directory. The length of this file is the
|
temporary file in the store directory. The length of this file is the
|
||||||
sum of length of the files in .torrent file, so at least 2 times more
|
sum of length of the files in .torrent file, so at least 2 times more
|
||||||
disk space than the file size itself is required. Writing and reading
|
disk space than the file size itself is required. Writing and reading
|
||||||
@ -193,7 +193,7 @@ Other things should be noted
|
|||||||
configure your router or firewall manually.
|
configure your router or firewall manually.
|
||||||
* The maximum number of peers is 55. This limit may be exceeded when
|
* The maximum number of peers is 55. This limit may be exceeded when
|
||||||
download rate is low. This download rate can be adjusted using
|
download rate is low. This download rate can be adjusted using
|
||||||
--bt-request-peer-speed-limit option.
|
\--bt-request-peer-speed-limit option.
|
||||||
* As of release 0.10.0, aria2 stops sending request message after
|
* As of release 0.10.0, aria2 stops sending request message after
|
||||||
selective download completes.
|
selective download completes.
|
||||||
|
|
||||||
@ -264,7 +264,7 @@ Configuration file
|
|||||||
Configuration file must be placed under $HOME/.aria2 and must be named
|
Configuration file must be placed under $HOME/.aria2 and must be named
|
||||||
as aria2.conf. In each line, there is 1 parameter whose syntax is
|
as aria2.conf. In each line, there is 1 parameter whose syntax is
|
||||||
name=value pair, where name is the long command-line option name
|
name=value pair, where name is the long command-line option name
|
||||||
without '--' prefix. The lines beginning '#' are treated as comments.
|
without \-- prefix. The lines beginning '#' are treated as comments.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
16
README.html
16
README.html
@ -590,7 +590,7 @@ Note
|
|||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
GNU TLS has precedence over OpenSSL if both libraries are installed.
|
GNU TLS has precedence over OpenSSL if both libraries are installed.
|
||||||
If you prefer OpenSSL, run configure with "—without-gnutls".
|
If you prefer OpenSSL, run configure with --without-gnutls.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
@ -599,12 +599,12 @@ Note
|
|||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
libxml2 has precedence over Expat if both libraries are installed.
|
libxml2 has precedence over Expat if both libraries are installed.
|
||||||
If you prefer Expat, run configure with "—without-libxml2".
|
If you prefer Expat, run configure with --without-libxml2.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<div class="para"><p>You can disable BitTorrent, Metalink support by providing
|
<div class="para"><p>You can disable BitTorrent, Metalink support by providing
|
||||||
—disable-bittorrent, —disable-metalink respectively to configure
|
--disable-bittorrent, --disable-metalink respectively to configure
|
||||||
script.</p></div>
|
script.</p></div>
|
||||||
<div class="para"><p>In order to enable async DNS support, you need c-ares.</p></div>
|
<div class="para"><p>In order to enable async DNS support, you need c-ares.</p></div>
|
||||||
<div class="ilist"><ul>
|
<div class="ilist"><ul>
|
||||||
@ -739,8 +739,8 @@ multi-file mode
|
|||||||
structure is created if needed. By default, aria2 opens at most 100
|
structure is created if needed. By default, aria2 opens at most 100
|
||||||
files mentioned in .torrent file, directly writes to and reads from
|
files mentioned in .torrent file, directly writes to and reads from
|
||||||
these files. The number of files to open simultaneously can be
|
these files. The number of files to open simultaneously can be
|
||||||
controlled by "—bt-max-open-files" option.</p></div>
|
controlled by --bt-max-open-files option.</p></div>
|
||||||
<div class="para"><p>If "—direct-file-mapping" option set to be false, aria2 creates
|
<div class="para"><p>If --direct-file-mapping option set to be false, aria2 creates
|
||||||
temporary file in the store directory. The length of this file is the
|
temporary file in the store directory. The length of this file is the
|
||||||
sum of length of the files in .torrent file, so at least 2 times more
|
sum of length of the files in .torrent file, so at least 2 times more
|
||||||
disk space than the file size itself is required. Writing and reading
|
disk space than the file size itself is required. Writing and reading
|
||||||
@ -774,7 +774,7 @@ aria2 doesn't configure port-forwarding automatically. Please
|
|||||||
<p>
|
<p>
|
||||||
The maximum number of peers is 55. This limit may be exceeded when
|
The maximum number of peers is 55. This limit may be exceeded when
|
||||||
download rate is low. This download rate can be adjusted using
|
download rate is low. This download rate can be adjusted using
|
||||||
—bt-request-peer-speed-limit option.
|
--bt-request-peer-speed-limit option.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -874,7 +874,7 @@ host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR<
|
|||||||
<div class="para"><p>Configuration file must be placed under $HOME/.aria2 and must be named
|
<div class="para"><p>Configuration file must be placed under $HOME/.aria2 and must be named
|
||||||
as aria2.conf. In each line, there is 1 parameter whose syntax is
|
as aria2.conf. In each line, there is 1 parameter whose syntax is
|
||||||
name=value pair, where name is the long command-line option name
|
name=value pair, where name is the long command-line option name
|
||||||
without <em>—</em> prefix. The lines beginning <em>#</em> are treated as comments.</p></div>
|
without -- prefix. The lines beginning <em>#</em> are treated as comments.</p></div>
|
||||||
<div class="para"><p>Example:</p></div>
|
<div class="para"><p>Example:</p></div>
|
||||||
<div class="listingblock">
|
<div class="listingblock">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -886,7 +886,7 @@ max-upload-limit=40K</tt></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2008-12-17 21:33:30 JST
|
Last updated 2008-12-17 21:37:38 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user