Skip to content

Commit 85e9ccf

Browse files
committed
Update doc
1 parent 652f605 commit 85e9ccf

27 files changed

+108
-117
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>2016-07-15T23:01:07+09:00</updated>
7+
<updated>2016-08-20T11:26:04+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.25.0">version 1.25.0</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.26.0">version 1.26.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.25.0">version 1.25.0</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.26.0">version 1.26.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: 15 additions & 30 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.25.0 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.26.0 documentation</title>
1212

1313

1414

@@ -30,7 +30,7 @@
3030

3131

3232

33-
<link rel="top" title="aria2 1.25.0 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.26.0 documentation" href="index.html"/>
3434
<link rel="next" title="libaria2: C++ library interface to aria2" href="libaria2.html"/>
3535
<link rel="prev" title="aria2c(1)" href="aria2c.html"/>
3636

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.25.0
64+
1.26.0
6565
</div>
6666

6767

@@ -158,16 +158,6 @@
158158

159159
<div class="section" id="aria2-the-ultra-fast-download-utility">
160160
<h1>aria2 - The ultra fast download utility<a class="headerlink" href="#aria2-the-ultra-fast-download-utility" title="Permalink to this headline"></a></h1>
161-
<table class="docutils field-list" frame="void" rules="none">
162-
<col class="field-name" />
163-
<col class="field-body" />
164-
<tbody valign="top">
165-
<tr class="field-odd field"><th class="field-name">Author:</th><td class="field-body">Tatsuhiro Tsujikawa</td>
166-
</tr>
167-
<tr class="field-even field"><th class="field-name">Email:</th><td class="field-body">tatsuhiro.t_at_gmail_dot_com</td>
168-
</tr>
169-
</tbody>
170-
</table>
171161
<div class="section" id="disclaimer">
172162
<h2>Disclaimer<a class="headerlink" href="#disclaimer" title="Permalink to this headline"></a></h2>
173163
<p>This program comes with no warranty.
@@ -412,7 +402,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
412402
<div class="highlight-default"><div class="highlight"><pre><span></span>$ autoreconf -i
413403
</pre></div>
414404
</div>
415-
<p>Also you need <a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> to build man page.</p>
405+
<p>Also you need <a class="reference external" href="http://sphinx-doc.org/">Sphinx</a> to build man page.</p>
416406
<p>If you are building aria2 for Mac OS X, take a look at
417407
the make-release-os.mk GNU Make makefile.</p>
418408
<p>The quickest way to build aria2 is first run configure script:</p>
@@ -518,7 +508,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
518508
<h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-android-binary" title="Permalink to this headline"></a></h2>
519509
<p>In this section, we describe how to build Android binary using Android
520510
NDK cross-compiler on Debian Linux.</p>
521-
<p>At the time of this writing, android-ndk-r9 should compile aria2
511+
<p>At the time of this writing, android-ndk-r12b should compile aria2
522512
without errors.</p>
523513
<p><code class="docutils literal"><span class="pre">android-config</span></code> script is a configure script wrapper for Android
524514
build. We use it to create official Android build. This script
@@ -539,19 +529,14 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
539529
environment variable which must fulfill the following conditions:</p>
540530
<ul>
541531
<li><p class="first">Android NDK toolchain is installed under
542-
<code class="docutils literal"><span class="pre">$ANDROID_HOME/toolchain</span></code>. Refer to &quot;4/ Invoking the compiler
543-
(the easy way):&quot; section in Android NDK
544-
<code class="docutils literal"><span class="pre">docs/STANDALONE-TOOLCHAIN.html</span></code> to install custom toolchain.</p>
545-
<p>For example, to install toolchain under <code class="docutils literal"><span class="pre">$ANDROID_HOME/toolchain</span></code>,
546-
do this:</p>
547-
<div class="highlight-default"><div class="highlight"><pre><span></span>$NDK/build/tools/make-standalone-toolchain.sh \
548-
--install-dir=$ANDROID_HOME/toolchain \
549-
--toolchain=arm-linux-androideabi-4.9 \
550-
--platform=android-16
532+
<code class="docutils literal"><span class="pre">$ANDROID_HOME/toolchain</span></code>. Refer to <a class="reference external" href="https://developer.android.com/ndk/guides/standalone_toolchain.html">Standalone Toolchain</a>
533+
for more details, but it is a bit out of date.</p>
534+
<p>To install toolchain under <code class="docutils literal"><span class="pre">$ANDROID_HOME/toolchain</span></code>, do this:</p>
535+
<div class="highlight-text"><div class="highlight"><pre><span></span>$NDK/build/tools/make_standalone_toolchain.py \
536+
--arch arm --api 16 --stl=gnustl \
537+
--install-dir $ANDROID_HOME/toolchain
551538
</pre></div>
552539
</div>
553-
<p>You may need to add <code class="docutils literal"><span class="pre">--system=linux-x86_64</span></code> to the above
554-
command-line for x86_64 Linux host.</p>
555540
</li>
556541
<li><p class="first">The dependent libraries must be installed under
557542
<code class="docutils literal"><span class="pre">$ANDROID_HOME/usr/local</span></code>.</p>
@@ -564,13 +549,13 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
564549
</div>
565550
<div class="section" id="building-documentation">
566551
<h2>Building documentation<a class="headerlink" href="#building-documentation" title="Permalink to this headline"></a></h2>
567-
<p><a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> is used to build the
552+
<p><a class="reference external" href="http://sphinx-doc.org/">Sphinx</a> is used to build the
568553
documentation. aria2 man pages will be build when you run <code class="docutils literal"><span class="pre">make</span></code> if
569554
they are not up-to-date. You can also build HTML version of aria2 man
570555
page by <code class="docutils literal"><span class="pre">make</span> <span class="pre">html</span></code>. The HTML version manual is also available at
571556
<a class="reference external" href="https://aria2.github.io/manual/en/html/">online</a> (<a class="reference external" href="https://aria2.github.io/manual/ru/html/">Russian
572-
translation</a>,
573-
<a class="reference external" href="https://aria2.github.io/manual/pt/html/">Portuguese translation</a>).</p>
557+
translation</a>, <a class="reference external" href="https://aria2.github.io/manual/pt/html/">Portuguese
558+
translation</a>).</p>
574559
</div>
575560
<div class="section" id="bittorrent">
576561
<h2>BitTorrent<a class="headerlink" href="#bittorrent" title="Permalink to this headline"></a></h2>
@@ -766,7 +751,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
766751
<script type="text/javascript">
767752
var DOCUMENTATION_OPTIONS = {
768753
URL_ROOT:'./',
769-
VERSION:'1.25.0',
754+
VERSION:'1.26.0',
770755
COLLAPSE_INDEX:false,
771756
FILE_SUFFIX:'.html',
772757
HAS_SOURCE: true

manual/en/html/_sources/aria2c.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,8 @@ BitTorrent Specific Options
939939

940940
.. option:: --seed-time=<MINUTES>
941941

942-
Specify seeding time in minutes. Also see the :option:`--seed-ratio` option.
942+
Specify seeding time in (fractional) minutes. Also see the
943+
:option:`--seed-ratio` option.
943944

944945
.. note::
945946

@@ -1174,7 +1175,8 @@ Advanced Options
11741175

11751176
Rename file name if the same file already exists.
11761177
This option works only in HTTP(S)/FTP download.
1177-
The new file name has a dot and a number(1..9999) appended.
1178+
The new file name has a dot and a number(1..9999) appended after the
1179+
name, but before the file extension, if any.
11781180
Default: ``true``
11791181

11801182
.. option:: --auto-save-interval=<SEC>
@@ -1333,6 +1335,11 @@ Advanced Options
13331335
file system, and does not allocate disk space at all. This means
13341336
that it does not help avoiding fragmentation.
13351337

1338+
.. note::
1339+
1340+
In multi file torrent downloads, the files adjacent forward to the specified files
1341+
are also allocated if they share the same piece.
1342+
13361343
.. option:: --force-save[=true|false]
13371344

13381345
Save download with :option:`--save-session <--save-session>` option
@@ -1517,11 +1524,6 @@ Advanced Options
15171524
Setting ``0`` suppresses the output.
15181525
Default: ``60``
15191526

1520-
.. note::
1521-
1522-
In multi file torrent downloads, the files adjacent forward to the specified files
1523-
are also allocated if they share the same piece.
1524-
15251527
.. option:: -Z, --force-sequential[=true|false]
15261528

15271529
Fetch URIs in the command-line sequentially and download each URI in a

manual/en/html/aria2c.html

Lines changed: 13 additions & 11 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>aria2c(1) &mdash; aria2 1.25.0 documentation</title>
11+
<title>aria2c(1) &mdash; aria2 1.26.0 documentation</title>
1212

1313

1414

@@ -30,7 +30,7 @@
3030

3131

3232

33-
<link rel="top" title="aria2 1.25.0 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.26.0 documentation" href="index.html"/>
3434
<link rel="next" title="aria2 - The ultra fast download utility" href="README.html"/>
3535
<link rel="prev" title="Aria2 Manual" href="index.html"/>
3636

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.25.0
64+
1.26.0
6565
</div>
6666

6767

@@ -1398,7 +1398,8 @@ <h3>BitTorrent Specific Options<a class="headerlink" href="#bittorrent-specific-
13981398
<dl class="option">
13991399
<dt id="cmdoption--seed-time">
14001400
<code class="descname">--seed-time</code><code class="descclassname">=&lt;MINUTES&gt;</code><a class="headerlink" href="#cmdoption--seed-time" title="Permalink to this definition"></a></dt>
1401-
<dd><p>Specify seeding time in minutes. Also see the <a class="reference internal" href="#cmdoption--seed-ratio"><code class="xref std std-option docutils literal"><span class="pre">--seed-ratio</span></code></a> option.</p>
1401+
<dd><p>Specify seeding time in (fractional) minutes. Also see the
1402+
<a class="reference internal" href="#cmdoption--seed-ratio"><code class="xref std std-option docutils literal"><span class="pre">--seed-ratio</span></code></a> option.</p>
14021403
<div class="admonition note">
14031404
<p class="first admonition-title">Note</p>
14041405
<p class="last">Specifying <a class="reference internal" href="#cmdoption--seed-time"><code class="xref std std-option docutils literal"><span class="pre">--seed-time=0</span></code></a> disables seeding after download completed.</p>
@@ -1695,7 +1696,8 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
16951696
<code class="descname">--auto-file-renaming</code><code class="descclassname">[=true|false]</code><a class="headerlink" href="#cmdoption--auto-file-renaming" title="Permalink to this definition"></a></dt>
16961697
<dd><p>Rename file name if the same file already exists.
16971698
This option works only in HTTP(S)/FTP download.
1698-
The new file name has a dot and a number(1..9999) appended.
1699+
The new file name has a dot and a number(1..9999) appended after the
1700+
name, but before the file extension, if any.
16991701
Default: <code class="docutils literal"><span class="pre">true</span></code></p>
17001702
</dd></dl>
17011703

@@ -1882,6 +1884,11 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
18821884
file system, and does not allocate disk space at all. This means
18831885
that it does not help avoiding fragmentation.</p>
18841886
</div>
1887+
<div class="admonition note">
1888+
<p class="first admonition-title">Note</p>
1889+
<p class="last">In multi file torrent downloads, the files adjacent forward to the specified files
1890+
are also allocated if they share the same piece.</p>
1891+
</div>
18851892
</dd></dl>
18861893

18871894
<dl class="option">
@@ -2108,11 +2115,6 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
21082115
<dd><p>Set interval in seconds to output download progress summary.
21092116
Setting <code class="docutils literal"><span class="pre">0</span></code> suppresses the output.
21102117
Default: <code class="docutils literal"><span class="pre">60</span></code></p>
2111-
<div class="admonition note">
2112-
<p class="first admonition-title">Note</p>
2113-
<p class="last">In multi file torrent downloads, the files adjacent forward to the specified files
2114-
are also allocated if they share the same piece.</p>
2115-
</div>
21162118
</dd></dl>
21172119

21182120
<dl class="option">
@@ -4811,7 +4813,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he
48114813
<script type="text/javascript">
48124814
var DOCUMENTATION_OPTIONS = {
48134815
URL_ROOT:'./',
4814-
VERSION:'1.25.0',
4816+
VERSION:'1.26.0',
48154817
COLLAPSE_INDEX:false,
48164818
FILE_SUFFIX:'.html',
48174819
HAS_SOURCE: true

manual/en/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
<title>Index &mdash; aria2 1.25.0 documentation</title>
12+
<title>Index &mdash; aria2 1.26.0 documentation</title>
1313

1414

1515

@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="top" title="aria2 1.25.0 documentation" href="index.html"/>
34+
<link rel="top" title="aria2 1.26.0 documentation" href="index.html"/>
3535

3636

3737
<script src="_static/js/modernizr.min.js"></script>
@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
1.25.0
63+
1.26.0
6464
</div>
6565

6666

@@ -3794,7 +3794,7 @@ <h2 id="U">U</h2>
37943794
<script type="text/javascript">
37953795
var DOCUMENTATION_OPTIONS = {
37963796
URL_ROOT:'./',
3797-
VERSION:'1.25.0',
3797+
VERSION:'1.26.0',
37983798
COLLAPSE_INDEX:false,
37993799
FILE_SUFFIX:'.html',
38003800
HAS_SOURCE: true

manual/en/html/index.html

Lines changed: 4 additions & 4 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 Manual &mdash; aria2 1.25.0 documentation</title>
11+
<title>Aria2 Manual &mdash; aria2 1.26.0 documentation</title>
1212

1313

1414

@@ -30,7 +30,7 @@
3030

3131

3232

33-
<link rel="top" title="aria2 1.25.0 documentation" href="#"/>
33+
<link rel="top" title="aria2 1.26.0 documentation" href="#"/>
3434
<link rel="next" title="aria2c(1)" href="aria2c.html"/>
3535

3636

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
1.25.0
63+
1.26.0
6464
</div>
6565

6666

@@ -224,7 +224,7 @@ <h1>Aria2 Manual<a class="headerlink" href="#aria2-manual" title="Permalink to t
224224
<script type="text/javascript">
225225
var DOCUMENTATION_OPTIONS = {
226226
URL_ROOT:'./',
227-
VERSION:'1.25.0',
227+
VERSION:'1.26.0',
228228
COLLAPSE_INDEX:false,
229229
FILE_SUFFIX:'.html',
230230
HAS_SOURCE: true

manual/en/html/libaria2.html

Lines changed: 4 additions & 4 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>libaria2: C++ library interface to aria2 &mdash; aria2 1.25.0 documentation</title>
11+
<title>libaria2: C++ library interface to aria2 &mdash; aria2 1.26.0 documentation</title>
1212

1313

1414

@@ -30,7 +30,7 @@
3030

3131

3232

33-
<link rel="top" title="aria2 1.25.0 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.26.0 documentation" href="index.html"/>
3434
<link rel="next" title="Technical Notes" href="technical-notes.html"/>
3535
<link rel="prev" title="aria2 - The ultra fast download utility" href="README.html"/>
3636

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.25.0
64+
1.26.0
6565
</div>
6666

6767

@@ -1283,7 +1283,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Permalink to this he
12831283
<script type="text/javascript">
12841284
var DOCUMENTATION_OPTIONS = {
12851285
URL_ROOT:'./',
1286-
VERSION:'1.25.0',
1286+
VERSION:'1.26.0',
12871287
COLLAPSE_INDEX:false,
12881288
FILE_SUFFIX:'.html',
12891289
HAS_SOURCE: true

manual/en/html/objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)