Skip to content

Commit c5179e6

Browse files
committed
Update doc
1 parent 9247235 commit c5179e6

28 files changed

+144
-82
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-12-15T22:44:26+09:00</updated>
7+
<updated>2017-01-16T22:46:33+09:00</updated>
88
<id>https://aria2.github.io/</id>
99
<author>
1010
<name><![CDATA[Tatsuhiro Tsujikawa]]></name>

blog/archives/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>Translation</h1>
106106
</div>
107107
</div>
108108
<footer role="contentinfo"><p>
109-
Copyright &copy; 2016 - Tatsuhiro Tsujikawa -
109+
Copyright &copy; 2017 - Tatsuhiro Tsujikawa -
110110
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
111111
</p>
112112

index-ja.html

Lines changed: 2 additions & 2 deletions
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.30.0">version 1.30.0</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.31.0">version 1.31.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>
@@ -206,7 +206,7 @@ <h1>Translation</h1>
206206
</div>
207207
</div>
208208
<footer role="contentinfo"><p>
209-
Copyright &copy; 2016 - Tatsuhiro Tsujikawa -
209+
Copyright &copy; 2017 - Tatsuhiro Tsujikawa -
210210
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
211211
</p>
212212

index.html

Lines changed: 2 additions & 2 deletions
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.30.0">version 1.30.0</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.31.0">version 1.31.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
@@ -219,7 +219,7 @@ <h1>Translation</h1>
219219
</div>
220220
</div>
221221
<footer role="contentinfo"><p>
222-
Copyright &copy; 2016 - Tatsuhiro Tsujikawa -
222+
Copyright &copy; 2017 - Tatsuhiro Tsujikawa -
223223
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
224224
</p>
225225

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.30.0 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.31.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.30.0 documentation" href="index.html"/>
36+
<link rel="top" title="aria2 1.31.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.30.0
67+
1.31.0
6868
</div>
6969

7070

@@ -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.30.0',
757+
VERSION:'1.31.0',
758758
COLLAPSE_INDEX:false,
759759
FILE_SUFFIX:'.html',
760760
HAS_SOURCE: true

manual/en/html/_sources/aria2c.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,12 @@ Advanced Options
12111211
Set log level to output to console. LEVEL is either ``debug``,
12121212
``info``, ``notice``, ``warn`` or ``error``. Default: ``notice``
12131213

1214+
.. option:: --content-disposition-default-utf8[=true|false]
1215+
1216+
Handle quoted string in Content-Disposition header as UTF-8 instead
1217+
of ISO-8859-1, for example, the filename parameter, but not the
1218+
extended version filename*. Default: ``false``
1219+
12141220
.. option:: -D, --daemon[=true|false]
12151221

12161222
Run as daemon. The current working directory will be changed to ``/``
@@ -2104,6 +2110,7 @@ of URIs. These optional lines must start with white space(s).
21042110
* :option:`checksum <--checksum>`
21052111
* :option:`conditional-get <--conditional-get>`
21062112
* :option:`connect-timeout <--connect-timeout>`
2113+
* :option:`content-disposition-default-utf8 <--content-disposition-default-utf8>`
21072114
* :option:`continue <-c>`
21082115
* :option:`dir <-d>`
21092116
* :option:`dry-run <--dry-run>`

manual/en/html/aria2c.html

Lines changed: 13 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>aria2c(1) &mdash; aria2 1.30.0 documentation</title>
11+
<title>aria2c(1) &mdash; aria2 1.31.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.30.0 documentation" href="index.html"/>
36+
<link rel="top" title="aria2 1.31.0 documentation" href="index.html"/>
3737
<link rel="next" title="aria2 - The ultra fast download utility" href="README.html"/>
3838
<link rel="prev" title="Aria2 Manual" href="index.html"/>
3939

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

6565

6666
<div class="version">
67-
1.30.0
67+
1.31.0
6868
</div>
6969

7070

@@ -1744,6 +1744,14 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal
17441744
<code class="docutils literal"><span class="pre">info</span></code>, <code class="docutils literal"><span class="pre">notice</span></code>, <code class="docutils literal"><span class="pre">warn</span></code> or <code class="docutils literal"><span class="pre">error</span></code>. Default: <code class="docutils literal"><span class="pre">notice</span></code></p>
17451745
</dd></dl>
17461746

1747+
<dl class="option">
1748+
<dt id="cmdoption--content-disposition-default-utf8">
1749+
<code class="descname">--content-disposition-default-utf8</code><code class="descclassname">[=true|false]</code><a class="headerlink" href="#cmdoption--content-disposition-default-utf8" title="Permalink to this definition"></a></dt>
1750+
<dd><p>Handle quoted string in Content-Disposition header as UTF-8 instead
1751+
of ISO-8859-1, for example, the filename parameter, but not the
1752+
extended version filename*. Default: <code class="docutils literal"><span class="pre">false</span></code></p>
1753+
</dd></dl>
1754+
17471755
<dl class="option">
17481756
<dt id="cmdoption-D">
17491757
<span id="cmdoption--daemon"></span><code class="descname">-D</code><code class="descclassname"></code><code class="descclassname">, </code><code class="descname">--daemon</code><code class="descclassname">[=true|false]</code><a class="headerlink" href="#cmdoption-D" title="Permalink to this definition"></a></dt>
@@ -2670,6 +2678,7 @@ <h3>Control File<a class="headerlink" href="#control-file" title="Permalink to t
26702678
<li><a class="reference internal" href="#cmdoption--checksum"><code class="xref std std-option docutils literal"><span class="pre">checksum</span></code></a></li>
26712679
<li><a class="reference internal" href="#cmdoption--conditional-get"><code class="xref std std-option docutils literal"><span class="pre">conditional-get</span></code></a></li>
26722680
<li><a class="reference internal" href="#cmdoption--connect-timeout"><code class="xref std std-option docutils literal"><span class="pre">connect-timeout</span></code></a></li>
2681+
<li><a class="reference internal" href="#cmdoption--content-disposition-default-utf8"><code class="xref std std-option docutils literal"><span class="pre">content-disposition-default-utf8</span></code></a></li>
26732682
<li><a class="reference internal" href="#cmdoption-c"><code class="xref std std-option docutils literal"><span class="pre">continue</span></code></a></li>
26742683
<li><a class="reference internal" href="#cmdoption-d"><code class="xref std std-option docutils literal"><span class="pre">dir</span></code></a></li>
26752684
<li><a class="reference internal" href="#cmdoption--dry-run"><code class="xref std std-option docutils literal"><span class="pre">dry-run</span></code></a></li>
@@ -4875,7 +4884,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he
48754884
<script type="text/javascript">
48764885
var DOCUMENTATION_OPTIONS = {
48774886
URL_ROOT:'./',
4878-
VERSION:'1.30.0',
4887+
VERSION:'1.31.0',
48794888
COLLAPSE_INDEX:false,
48804889
FILE_SUFFIX:'.html',
48814890
HAS_SOURCE: true

manual/en/html/genindex.html

Lines changed: 21 additions & 6 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.30.0 documentation</title>
12+
<title>Index &mdash; aria2 1.31.0 documentation</title>
1313

1414

1515

@@ -34,7 +34,7 @@
3434
<link rel="index" title="Index"
3535
href="#"/>
3636
<link rel="search" title="Search" href="search.html"/>
37-
<link rel="top" title="aria2 1.30.0 documentation" href="index.html"/>
37+
<link rel="top" title="aria2 1.31.0 documentation" href="index.html"/>
3838

3939

4040
<script src="_static/js/modernizr.min.js"></script>
@@ -63,7 +63,7 @@
6363

6464

6565
<div class="version">
66-
1.30.0
66+
1.31.0
6767
</div>
6868

6969

@@ -609,6 +609,17 @@ <h2 id="Symbols">Symbols</h2>
609609

610610
</dl></dd>
611611

612+
<dt>
613+
--content-disposition-default-utf8[=true|false]
614+
</dt>
615+
616+
<dd><dl>
617+
618+
<dt><a href="aria2c.html#cmdoption--content-disposition-default-utf8">command line option</a>
619+
</dt>
620+
621+
</dl></dd>
622+
612623
<dt>
613624
--deferred-input[=true|false]
614625
</dt>
@@ -1213,6 +1224,8 @@ <h2 id="Symbols">Symbols</h2>
12131224
</dt>
12141225

12151226
</dl></dd>
1227+
</dl></td>
1228+
<td style="width: 33%" valign="top"><dl>
12161229

12171230
<dt>
12181231
--max-download-result=&lt;NUM&gt;
@@ -1224,8 +1237,6 @@ <h2 id="Symbols">Symbols</h2>
12241237
</dt>
12251238

12261239
</dl></dd>
1227-
</dl></td>
1228-
<td style="width: 33%" valign="top"><dl>
12291240

12301241
<dt>
12311242
--max-file-not-found=&lt;NUM&gt;
@@ -2699,6 +2710,10 @@ <h2 id="C">C</h2>
26992710
</dt>
27002711

27012712

2713+
<dt><a href="aria2c.html#cmdoption--content-disposition-default-utf8">--content-disposition-default-utf8[=true|false]</a>
2714+
</dt>
2715+
2716+
27022717
<dt><a href="aria2c.html#cmdoption--deferred-input">--deferred-input[=true|false]</a>
27032718
</dt>
27042719

@@ -3825,7 +3840,7 @@ <h2 id="U">U</h2>
38253840
<script type="text/javascript">
38263841
var DOCUMENTATION_OPTIONS = {
38273842
URL_ROOT:'./',
3828-
VERSION:'1.30.0',
3843+
VERSION:'1.31.0',
38293844
COLLAPSE_INDEX:false,
38303845
FILE_SUFFIX:'.html',
38313846
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.30.0 documentation</title>
11+
<title>Aria2 Manual &mdash; aria2 1.31.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.30.0 documentation" href="#"/>
36+
<link rel="top" title="aria2 1.31.0 documentation" href="#"/>
3737
<link rel="next" title="aria2c(1)" href="aria2c.html"/>
3838

3939

@@ -63,7 +63,7 @@
6363

6464

6565
<div class="version">
66-
1.30.0
66+
1.31.0
6767
</div>
6868

6969

@@ -227,7 +227,7 @@ <h1>Aria2 Manual<a class="headerlink" href="#aria2-manual" title="Permalink to t
227227
<script type="text/javascript">
228228
var DOCUMENTATION_OPTIONS = {
229229
URL_ROOT:'./',
230-
VERSION:'1.30.0',
230+
VERSION:'1.31.0',
231231
COLLAPSE_INDEX:false,
232232
FILE_SUFFIX:'.html',
233233
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.30.0 documentation</title>
11+
<title>libaria2: C++ library interface to aria2 &mdash; aria2 1.31.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.30.0 documentation" href="index.html"/>
36+
<link rel="top" title="aria2 1.31.0 documentation" href="index.html"/>
3737
<link rel="next" title="Technical Notes" href="technical-notes.html"/>
3838
<link rel="prev" title="aria2 - The ultra fast download utility" href="README.html"/>
3939

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

6565

6666
<div class="version">
67-
1.30.0
67+
1.31.0
6868
</div>
6969

7070

@@ -1288,7 +1288,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Permalink to this he
12881288
<script type="text/javascript">
12891289
var DOCUMENTATION_OPTIONS = {
12901290
URL_ROOT:'./',
1291-
VERSION:'1.30.0',
1291+
VERSION:'1.31.0',
12921292
COLLAPSE_INDEX:false,
12931293
FILE_SUFFIX:'.html',
12941294
HAS_SOURCE: true

0 commit comments

Comments
 (0)