Skip to content

Commit 8270ccc

Browse files
committed
Update doc
1 parent fe4a34d commit 8270ccc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+22990
-12691
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[aria2]]></title>
55
<link href="https://aria2.github.io/atom.xml" rel="self"/>
66
<link href="https://aria2.github.io/"/>
7-
<updated>2017-05-18T00:16:57+09:00</updated>
7+
<updated>2017-10-17T23:34:51+09:00</updated>
88
<id>https://aria2.github.io/</id>
99
<author>
1010
<name><![CDATA[Tatsuhiro Tsujikawa]]></name>

index-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>The next generation download utility.</h2>
7777

7878
<h2>ダウンロード</h2>
7979

80-
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.32.0">version 1.32.0</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.33.0">version 1.33.0</a> をダウンロードしよう.
8181
ソースコード, OS X バイナリ, Windows バイナリおよび Android バイナリがダウンロードできる.</p>
8282

8383
<p>1.19.0 以前のリリースは<a href="http://sourceforge.net/projects/aria2/files/stable/">ここ</a>.</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>The next generation download utility.</h2>
7979

8080
<h2>Download</h2>
8181

82-
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.32.0">version 1.32.0</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.33.0">version 1.33.0</a>.
8383
There you can download source distribution and binaries for OS X, Windows and Android.</p>
8484

8585
<p>The legacy releases earlier than 1.19.1 are available

manual/en/html/README.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>aria2 - The ultra fast download utility &mdash; aria2 1.32.0 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.33.0 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="aria2 1.32.0 documentation" href="index.html"/>
36+
<link rel="top" title="aria2 1.33.0 documentation" href="index.html"/>
3737
<link rel="next" title="libaria2: C++ library interface to aria2" href="libaria2.html"/>
3838
<link rel="prev" title="aria2c(1)" href="aria2c.html"/>
3939

@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.32.0
67+
1.33.0
6868
</div>
6969

7070

@@ -149,7 +149,7 @@
149149
<li class="wy-breadcrumbs-aside">
150150

151151

152-
<a href="_sources/README.txt" rel="nofollow"> View page source</a>
152+
<a href="_sources/README.rst.txt" rel="nofollow"> View page source</a>
153153

154154

155155
</li>
@@ -174,7 +174,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
174174
download bandwidth. It supports downloading a file from
175175
HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data
176176
downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent
177-
swarm. Using Metalink's chunk checksums, aria2 automatically validates
177+
swarm. Using Metalinks chunk checksums, aria2 automatically validates
178178
chunks of data while downloading a file like BitTorrent.</p>
179179
<p>The project page is located at <a class="reference external" href="https://aria2.github.io/">https://aria2.github.io/</a>.</p>
180180
<p>See <a class="reference external" href="https://aria2.github.io/manual/en/html/">aria2 Online Manual</a> (<a class="reference external" href="https://aria2.github.io/manual/ru/html/">Russian translation</a>, <a class="reference external" href="https://aria2.github.io/manual/pt/html/">Portuguese
@@ -309,7 +309,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this
309309
<div class="admonition note">
310310
<p class="first admonition-title">Note</p>
311311
<p>On Apple OSX the OS-level SSL/TLS support will be preferred. Hence
312-
neither GnuTLS nor OpenSSL are required on that platform. If you'd
312+
neither GnuTLS nor OpenSSL are required on that platform. If youd
313313
like to disable this behavior, run configure with
314314
<code class="docutils literal"><span class="pre">--without-appletls</span></code>.</p>
315315
<p>GnuTLS has precedence over OpenSSL if both libraries are installed.
@@ -318,7 +318,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this
318318
<p class="last">On Windows there is SSL implementation available that is based on
319319
the native Windows SSL capabilities (Schannel) and it will be
320320
preferred. Hence neither GnuTLS nor OpenSSL are required on that
321-
platform. If you'd like to disable this behavior, run configure
321+
platform. If youd like to disable this behavior, run configure
322322
with <code class="docutils literal"><span class="pre">--without-wintls</span></code>.</p>
323323
</div>
324324
<div class="admonition note">
@@ -433,7 +433,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
433433
certificates store, aria2 will automatically load those certificates
434434
at the startup. If it is not the case, I recommend to supply the path
435435
to the CA bundle file. For example, in Debian the path to CA bundle
436-
file is '/etc/ssl/certs/ca-certificates.crt' (in ca-certificates
436+
file is /etc/ssl/certs/ca-certificates.crt (in ca-certificates
437437
package). This may vary depending on your distribution. You can give
438438
it to configure script using <code class="docutils literal"><span class="pre">--with-ca-bundle</span> <span class="pre">option</span></code>:</p>
439439
<div class="highlight-default"><div class="highlight"><pre><span></span>$ ./configure --with-ca-bundle=&#39;/etc/ssl/certs/ca-certificates.crt&#39;
@@ -443,7 +443,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
443443
<p>Without <code class="docutils literal"><span class="pre">--with-ca-bundle</span></code> option, you will encounter the error when
444444
accessing HTTPS servers because the certificate cannot be verified
445445
without CA bundle. In such case, you can specify the CA bundle file
446-
using aria2's <code class="docutils literal"><span class="pre">--ca-certificate</span></code> option. If you don't have CA bundle
446+
using aria2s <code class="docutils literal"><span class="pre">--ca-certificate</span></code> option. If you dont have CA bundle
447447
file installed, then the last resort is disable the certificate
448448
validation using <code class="docutils literal"><span class="pre">--check-certificate=false</span></code>.</p>
449449
<p>Using the native OSX (AppleTLS) and/or Windows (WinTLS) implementation
@@ -503,7 +503,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
503503
<div class="highlight-default"><div class="highlight"><pre><span></span>$ HOST=x86_64-w64-mingw32 ./mingw-config
504504
</pre></div>
505505
</div>
506-
<p>If you want libaria2 dll with <code class="docutils literal"><span class="pre">--enable-libaria2</span></code>, then don't use
506+
<p>If you want libaria2 dll with <code class="docutils literal"><span class="pre">--enable-libaria2</span></code>, then dont use
507507
<code class="docutils literal"><span class="pre">ARIA2_STATIC=yes</span></code> and prepare the DLL version of external
508508
libraries.</p>
509509
</div>
@@ -526,7 +526,7 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
526526
<p>When building the above libraries, make sure that disable shared
527527
library and enable only static library. We are going to link those
528528
libraries statically.</p>
529-
<p>We use zlib which comes with Android NDK, so we don't have to build it
529+
<p>We use zlib which comes with Android NDK, so we dont have to build it
530530
by ourselves.</p>
531531
<p><code class="docutils literal"><span class="pre">android-config</span></code> assumes the existence of <code class="docutils literal"><span class="pre">$ANDROID_HOME</span></code>
532532
environment variable which must fulfill the following conditions:</p>
@@ -567,10 +567,10 @@ <h3>About file names<a class="headerlink" href="#about-file-names" title="Permal
567567
<p>The file name of the downloaded file is determined as follows:</p>
568568
<dl class="docutils">
569569
<dt>single-file mode</dt>
570-
<dd>If &quot;name&quot; key is present in .torrent file, file name is the value
571-
of &quot;name&quot; key. Otherwise, file name is the base name of .torrent
572-
file appended by &quot;.file&quot;. For example, .torrent file is
573-
&quot;test.torrent&quot;, then file name is &quot;test.torrent.file&quot;. The
570+
<dd>If name key is present in .torrent file, file name is the value
571+
of name key. Otherwise, file name is the base name of .torrent
572+
file appended by .file. For example, .torrent file is
573+
test.torrent, then file name is test.torrent.file. The
574574
directory to store the downloaded file can be specified by -d
575575
option.</dd>
576576
<dt>multi-file mode</dt>
@@ -607,7 +607,7 @@ <h3>Other things should be noted<a class="headerlink" href="#other-things-should
607607
<code class="docutils literal"><span class="pre">--index-out</span></code> option instead.</li>
608608
<li>The port numbers that aria2 uses by default are 6881-6999 for TCP
609609
and UDP.</li>
610-
<li>aria2 doesn't configure port-forwarding automatically. Please
610+
<li>aria2 doesnt configure port-forwarding automatically. Please
611611
configure your router or firewall manually.</li>
612612
<li>The maximum number of peers is 55. This limit may be exceeded when
613613
download rate is low. This download rate can be adjusted using
@@ -625,15 +625,15 @@ <h2>Metalink<a class="headerlink" href="#metalink" title="Permalink to this head
625625
<p>For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
626626
sha-512 are supported. If multiple hash algorithms are provided, aria2
627627
uses stronger one. If whole file checksum verification fails, aria2
628-
doesn't retry the download and just exits with non-zero return code.</p>
628+
doesnt retry the download and just exits with non-zero return code.</p>
629629
<p>The supported user preferences are version, language, location,
630630
protocol and os.</p>
631631
<p>If chunk checksums are provided in Metalink file, aria2 automatically
632632
validates chunks of data during download. This behavior can be turned
633633
off by a command-line option.</p>
634634
<p>If signature is included in a Metalink file, aria2 saves it as a file
635635
after the completion of the download. The file name is download
636-
file name + &quot;.sig&quot;. If same file already exists, the signature file is
636+
file name + .sig. If same file already exists, the signature file is
637637
not saved.</p>
638638
<p>In Metalink4, multi-file torrent could appear in metalink:metaurl
639639
element. Since aria2 cannot download 2 same torrents at the same
@@ -686,7 +686,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
686686
<li><a class="reference external" href="http://tools.ietf.org/html/rfc959">RFC 959 FILE TRANSFER PROTOCOL (FTP)</a></li>
687687
<li><a class="reference external" href="http://tools.ietf.org/html/rfc1738">RFC 1738 Uniform Resource Locators (URL)</a></li>
688688
<li><a class="reference external" href="http://tools.ietf.org/html/rfc2428">RFC 2428 FTP Extensions for IPv6 and NATs</a></li>
689-
<li><a class="reference external" href="http://tools.ietf.org/html/rfc2616">RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1</a></li>
689+
<li><a class="reference external" href="http://tools.ietf.org/html/rfc2616">RFC 2616 Hypertext Transfer Protocol HTTP/1.1</a></li>
690690
<li><a class="reference external" href="http://tools.ietf.org/html/rfc3659">RFC 3659 Extensions to FTP</a></li>
691691
<li><a class="reference external" href="http://tools.ietf.org/html/rfc3986">RFC 3986 Uniform Resource Identifier (URI): Generic Syntax</a></li>
692692
<li><a class="reference external" href="http://tools.ietf.org/html/rfc4038">RFC 4038 Application Aspects of IPv6 Transition</a></li>
@@ -754,7 +754,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
754754
<script type="text/javascript">
755755
var DOCUMENTATION_OPTIONS = {
756756
URL_ROOT:'./',
757-
VERSION:'1.32.0',
757+
VERSION:'1.33.0',
758758
COLLAPSE_INDEX:false,
759759
FILE_SUFFIX:'.html',
760760
HAS_SOURCE: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../../README.rst

0 commit comments

Comments
 (0)