Skip to content

Commit 37e93ea

Browse files
committed
Update doc
1 parent 437ab18 commit 37e93ea

27 files changed

+147
-85
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-08-28T16:46:02+09:00</updated>
7+
<updated>2016-09-16T22:09: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.26.1">version 1.26.1</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.27.0">version 1.27.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.26.1">version 1.26.1</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.27.0">version 1.27.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: 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 - The ultra fast download utility &mdash; aria2 1.26.1 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.27.0 documentation</title>
1212

1313

1414

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

3131

3232

33-
<link rel="top" title="aria2 1.26.1 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.27.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.26.1
64+
1.27.0
6565
</div>
6666

6767

@@ -751,7 +751,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
751751
<script type="text/javascript">
752752
var DOCUMENTATION_OPTIONS = {
753753
URL_ROOT:'./',
754-
VERSION:'1.26.1',
754+
VERSION:'1.27.0',
755755
COLLAPSE_INDEX:false,
756756
FILE_SUFFIX:'.html',
757757
HAS_SOURCE: true

manual/en/html/_sources/aria2c.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,13 @@ Advanced Options
13481348
BitTorrent seeding which is recognized as completed state.
13491349
Default: ``false``
13501350

1351+
.. option:: --save-not-found[=true|false]
1352+
1353+
Save download with :option:`--save-session <--save-session>` option
1354+
even if the file was not found on the server. This option also saves
1355+
control file in that situations.
1356+
Default: ``true``
1357+
13511358
.. option:: --gid=<GID>
13521359

13531360
Set GID manually. aria2 identifies each download by the ID called
@@ -1623,7 +1630,7 @@ Advanced Options
16231630

16241631
.. option:: --socket-recv-buffer-size=<SIZE>
16251632

1626-
Set the maximum socket receive buffer in bytes. Specifing ``0``
1633+
Set the maximum socket receive buffer in bytes. Specifying ``0``
16271634
will disable this option. This value will be set to socket file
16281635
descriptor using ``SO_RCVBUF`` socket option with ``setsockopt()``
16291636
call. Default: ``0``

manual/en/html/aria2c.html

Lines changed: 14 additions & 5 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.26.1 documentation</title>
11+
<title>aria2c(1) &mdash; aria2 1.27.0 documentation</title>
1212

1313

1414

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

3131

3232

33-
<link rel="top" title="aria2 1.26.1 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.27.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.26.1
64+
1.27.0
6565
</div>
6666

6767

@@ -1901,6 +1901,15 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
19011901
Default: <code class="docutils literal"><span class="pre">false</span></code></p>
19021902
</dd></dl>
19031903

1904+
<dl class="option">
1905+
<dt id="cmdoption--save-not-found">
1906+
<code class="descname">--save-not-found</code><code class="descclassname">[=true|false]</code><a class="headerlink" href="#cmdoption--save-not-found" title="Permalink to this definition"></a></dt>
1907+
<dd><p>Save download with <a class="reference internal" href="#cmdoption--save-session"><code class="xref std std-option docutils literal"><span class="pre">--save-session</span></code></a> option
1908+
even if the file was not found on the server. This option also saves
1909+
control file in that situations.
1910+
Default: <code class="docutils literal"><span class="pre">true</span></code></p>
1911+
</dd></dl>
1912+
19041913
<dl class="option">
19051914
<dt id="cmdoption--gid">
19061915
<code class="descname">--gid</code><code class="descclassname">=&lt;GID&gt;</code><a class="headerlink" href="#cmdoption--gid" title="Permalink to this definition"></a></dt>
@@ -2238,7 +2247,7 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
22382247
<dl class="option">
22392248
<dt id="cmdoption--socket-recv-buffer-size">
22402249
<code class="descname">--socket-recv-buffer-size</code><code class="descclassname">=&lt;SIZE&gt;</code><a class="headerlink" href="#cmdoption--socket-recv-buffer-size" title="Permalink to this definition"></a></dt>
2241-
<dd><p>Set the maximum socket receive buffer in bytes. Specifing <code class="docutils literal"><span class="pre">0</span></code>
2250+
<dd><p>Set the maximum socket receive buffer in bytes. Specifying <code class="docutils literal"><span class="pre">0</span></code>
22422251
will disable this option. This value will be set to socket file
22432252
descriptor using <code class="docutils literal"><span class="pre">SO_RCVBUF</span></code> socket option with <code class="docutils literal"><span class="pre">setsockopt()</span></code>
22442253
call. Default: <code class="docutils literal"><span class="pre">0</span></code></p>
@@ -4813,7 +4822,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he
48134822
<script type="text/javascript">
48144823
var DOCUMENTATION_OPTIONS = {
48154824
URL_ROOT:'./',
4816-
VERSION:'1.26.1',
4825+
VERSION:'1.27.0',
48174826
COLLAPSE_INDEX:false,
48184827
FILE_SUFFIX:'.html',
48194828
HAS_SOURCE: true

manual/en/html/genindex.html

Lines changed: 19 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.26.1 documentation</title>
12+
<title>Index &mdash; aria2 1.27.0 documentation</title>
1313

1414

1515

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

3232

3333

34-
<link rel="top" title="aria2 1.26.1 documentation" href="index.html"/>
34+
<link rel="top" title="aria2 1.27.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.26.1
63+
1.27.0
6464
</div>
6565

6666

@@ -1752,6 +1752,17 @@ <h2 id="Symbols">Symbols</h2>
17521752

17531753
</dl></dd>
17541754

1755+
<dt>
1756+
--save-not-found[=true|false]
1757+
</dt>
1758+
1759+
<dd><dl>
1760+
1761+
<dt><a href="aria2c.html#cmdoption--save-not-found">command line option</a>
1762+
</dt>
1763+
1764+
</dl></dd>
1765+
17551766
<dt>
17561767
--save-session-interval=&lt;SEC&gt;
17571768
</dt>
@@ -3092,6 +3103,10 @@ <h2 id="C">C</h2>
30923103
</dt>
30933104

30943105

3106+
<dt><a href="aria2c.html#cmdoption--save-not-found">--save-not-found[=true|false]</a>
3107+
</dt>
3108+
3109+
30953110
<dt><a href="aria2c.html#cmdoption--save-session-interval">--save-session-interval=&lt;SEC&gt;</a>
30963111
</dt>
30973112

@@ -3794,7 +3809,7 @@ <h2 id="U">U</h2>
37943809
<script type="text/javascript">
37953810
var DOCUMENTATION_OPTIONS = {
37963811
URL_ROOT:'./',
3797-
VERSION:'1.26.1',
3812+
VERSION:'1.27.0',
37983813
COLLAPSE_INDEX:false,
37993814
FILE_SUFFIX:'.html',
38003815
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.26.1 documentation</title>
11+
<title>Aria2 Manual &mdash; aria2 1.27.0 documentation</title>
1212

1313

1414

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

3131

3232

33-
<link rel="top" title="aria2 1.26.1 documentation" href="#"/>
33+
<link rel="top" title="aria2 1.27.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.26.1
63+
1.27.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.26.1',
227+
VERSION:'1.27.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.26.1 documentation</title>
11+
<title>libaria2: C++ library interface to aria2 &mdash; aria2 1.27.0 documentation</title>
1212

1313

1414

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

3131

3232

33-
<link rel="top" title="aria2 1.26.1 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.27.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.26.1
64+
1.27.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.26.1',
1286+
VERSION:'1.27.0',
12871287
COLLAPSE_INDEX:false,
12881288
FILE_SUFFIX:'.html',
12891289
HAS_SOURCE: true

manual/en/html/objects.inv

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)