Skip to content

Commit 652f605

Browse files
committed
Update doc
1 parent 0d4de56 commit 652f605

Some content is hidden

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

45 files changed

+781
-709
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-06-15T22:17:54+09:00</updated>
7+
<updated>2016-07-15T23:01:07+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.24.0">version 1.24.0</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.25.0">version 1.25.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.24.0">version 1.24.0</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.25.0">version 1.25.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: 14 additions & 14 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.24.0 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.25.0 documentation</title>
1212

1313

1414

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

3131

3232

33-
<link rel="top" title="aria2 1.24.0 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.25.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.24.0
64+
1.25.0
6565
</div>
6666

6767

@@ -84,7 +84,7 @@
8484

8585
<ul class="current">
8686
<li class="toctree-l1"><a class="reference internal" href="aria2c.html">aria2c(1)</a></li>
87-
<li class="toctree-l1 current"><a class="current reference internal" href="">aria2 - The ultra fast download utility</a><ul>
87+
<li class="toctree-l1 current"><a class="current reference internal" href="#">aria2 - The ultra fast download utility</a><ul>
8888
<li class="toctree-l2"><a class="reference internal" href="#disclaimer">Disclaimer</a></li>
8989
<li class="toctree-l2"><a class="reference internal" href="#introduction">Introduction</a></li>
9090
<li class="toctree-l2"><a class="reference internal" href="#features">Features</a></li>
@@ -255,7 +255,7 @@ <h2>How to get source code<a class="headerlink" href="#how-to-get-source-code" t
255255
<p>We maintain the source code at Github:
256256
<a class="reference external" href="https://github.com/aria2/aria2">https://github.com/aria2/aria2</a></p>
257257
<p>To get the latest source code, run following command:</p>
258-
<div class="highlight-python"><div class="highlight"><pre>$ git clone https://github.com/aria2/aria2.git
258+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ git clone https://github.com/aria2/aria2.git
259259
</pre></div>
260260
</div>
261261
<p>This will create aria2 directory in your current directory and source
@@ -409,23 +409,23 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
409409
</ul>
410410
<p>And run following command to generate configure script and other files
411411
necessary to build the program:</p>
412-
<div class="highlight-python"><div class="highlight"><pre>$ autoreconf -i
412+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ autoreconf -i
413413
</pre></div>
414414
</div>
415415
<p>Also you need <a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> to build man page.</p>
416416
<p>If you are building aria2 for Mac OS X, take a look at
417417
the make-release-os.mk GNU Make makefile.</p>
418418
<p>The quickest way to build aria2 is first run configure script:</p>
419-
<div class="highlight-python"><div class="highlight"><pre>$ ./configure
419+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ ./configure
420420
</pre></div>
421421
</div>
422422
<p>To build statically linked aria2, use <code class="docutils literal"><span class="pre">ARIA2_STATIC=yes</span></code>
423423
command-line option:</p>
424-
<div class="highlight-python"><div class="highlight"><pre>$ ./configure ARIA2_STATIC=yes
424+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ ./configure ARIA2_STATIC=yes
425425
</pre></div>
426426
</div>
427427
<p>After configuration is done, run <code class="docutils literal"><span class="pre">make</span></code> to compile the program:</p>
428-
<div class="highlight-python"><div class="highlight"><pre>$ make
428+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ make
429429
</pre></div>
430430
</div>
431431
<p>See <a class="reference internal" href="#cross-compiling-windows-binary">Cross-compiling Windows binary</a> to create a Windows binary.
@@ -443,7 +443,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
443443
file is '/etc/ssl/certs/ca-certificates.crt' (in ca-certificates
444444
package). This may vary depending on your distribution. You can give
445445
it to configure script using <code class="docutils literal"><span class="pre">--with-ca-bundle</span> <span class="pre">option</span></code>:</p>
446-
<div class="highlight-python"><div class="highlight"><pre>$ ./configure --with-ca-bundle=&#39;/etc/ssl/certs/ca-certificates.crt&#39;
446+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ ./configure --with-ca-bundle=&#39;/etc/ssl/certs/ca-certificates.crt&#39;
447447
$ make
448448
</pre></div>
449449
</div>
@@ -463,7 +463,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
463463
option.</p>
464464
<p>After a <code class="docutils literal"><span class="pre">make</span></code> the executable is located at <code class="docutils literal"><span class="pre">src/aria2c</span></code>.</p>
465465
<p>aria2 uses CppUnit for automated unit testing. To run the unit test:</p>
466-
<div class="highlight-python"><div class="highlight"><pre>$ make check
466+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ make check
467467
</pre></div>
468468
</div>
469469
</div>
@@ -507,7 +507,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
507507
<code class="docutils literal"><span class="pre">PKG_CONFIG_LIBDIR</span></code>.</dd>
508508
</dl>
509509
<p>For example, to build 64bit binary do this:</p>
510-
<div class="highlight-python"><div class="highlight"><pre>$ HOST=x86_64-w64-mingw32 ./mingw-config
510+
<div class="highlight-default"><div class="highlight"><pre><span></span>$ HOST=x86_64-w64-mingw32 ./mingw-config
511511
</pre></div>
512512
</div>
513513
<p>If you want libaria2 dll with <code class="docutils literal"><span class="pre">--enable-libaria2</span></code>, then don't use
@@ -544,7 +544,7 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
544544
<code class="docutils literal"><span class="pre">docs/STANDALONE-TOOLCHAIN.html</span></code> to install custom toolchain.</p>
545545
<p>For example, to install toolchain under <code class="docutils literal"><span class="pre">$ANDROID_HOME/toolchain</span></code>,
546546
do this:</p>
547-
<div class="highlight-python"><div class="highlight"><pre>$NDK/build/tools/make-standalone-toolchain.sh \
547+
<div class="highlight-default"><div class="highlight"><pre><span></span>$NDK/build/tools/make-standalone-toolchain.sh \
548548
--install-dir=$ANDROID_HOME/toolchain \
549549
--toolchain=arm-linux-androideabi-4.9 \
550550
--platform=android-16
@@ -766,7 +766,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
766766
<script type="text/javascript">
767767
var DOCUMENTATION_OPTIONS = {
768768
URL_ROOT:'./',
769-
VERSION:'1.24.0',
769+
VERSION:'1.25.0',
770770
COLLAPSE_INDEX:false,
771771
FILE_SUFFIX:'.html',
772772
HAS_SOURCE: true

manual/en/html/_sources/aria2c.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,10 @@ HTTP/FTP/SFTP Options
232232

233233
.. option:: -o, --out=<FILE>
234234

235-
The file name of the downloaded file. When the
236-
:option:`--force-sequential <-Z>` option is used, this option is ignored.
235+
The file name of the downloaded file. It is always relative to the
236+
directory given in :option:`--dir <-d>` option. When the
237+
:option:`--force-sequential <-Z>` option is used, this option is
238+
ignored.
237239

238240
.. note::
239241

manual/en/html/_static/basic.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ div.sphinxsidebar {
5252
width: 230px;
5353
margin-left: -100%;
5454
font-size: 90%;
55+
word-wrap: break-word;
56+
overflow-wrap : break-word;
5557
}
5658

5759
div.sphinxsidebar ul {
@@ -83,10 +85,6 @@ div.sphinxsidebar #searchbox input[type="text"] {
8385
width: 170px;
8486
}
8587

86-
div.sphinxsidebar #searchbox input[type="submit"] {
87-
width: 30px;
88-
}
89-
9088
img {
9189
border: 0;
9290
max-width: 100%;
@@ -187,6 +185,13 @@ div.genindex-jumpbox {
187185

188186
/* -- general body styles --------------------------------------------------- */
189187

188+
div.body p, div.body dd, div.body li, div.body blockquote {
189+
-moz-hyphens: auto;
190+
-ms-hyphens: auto;
191+
-webkit-hyphens: auto;
192+
hyphens: auto;
193+
}
194+
190195
a.headerlink {
191196
visibility: hidden;
192197
}

manual/en/html/_static/doctools.js

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ var Documentation = {
124124
this.fixFirefoxAnchorBug();
125125
this.highlightSearchWords();
126126
this.initIndexTable();
127+
127128
},
128129

129130
/**
@@ -252,6 +253,29 @@ var Documentation = {
252253
});
253254
var url = parts.join('/');
254255
return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
256+
},
257+
258+
initOnKeyListeners: function() {
259+
$(document).keyup(function(event) {
260+
var activeElementType = document.activeElement.tagName;
261+
// don't navigate when in search box or textarea
262+
if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') {
263+
switch (event.keyCode) {
264+
case 37: // left
265+
var prevHref = $('link[rel="prev"]').prop('href');
266+
if (prevHref) {
267+
window.location.href = prevHref;
268+
return false;
269+
}
270+
case 39: // right
271+
var nextHref = $('link[rel="next"]').prop('href');
272+
if (nextHref) {
273+
window.location.href = nextHref;
274+
return false;
275+
}
276+
}
277+
}
278+
});
255279
}
256280
};
257281

@@ -260,4 +284,4 @@ _ = Documentation.gettext;
260284

261285
$(document).ready(function() {
262286
Documentation.init();
263-
});
287+
});

manual/en/html/_static/jquery.js

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery JavaScript Library v1.12.3
2+
* jQuery JavaScript Library v1.12.4
33
* http://jquery.com/
44
*
55
* Includes Sizzle.js
@@ -9,7 +9,7 @@
99
* Released under the MIT license
1010
* http://jquery.org/license
1111
*
12-
* Date: 2016-04-09T13:55Z
12+
* Date: 2016-06-17T13:52Z
1313
*/
1414

1515
(function( global, factory ) {
@@ -65,7 +65,7 @@ var support = {};
6565

6666

6767
var
68-
version = "1.12.3",
68+
version = "1.12.4",
6969

7070
// Define a local copy of jQuery
7171
jQuery = function( selector, context ) {
@@ -6672,6 +6672,7 @@ var documentElement = document.documentElement;
66726672
if ( reliableHiddenOffsetsVal ) {
66736673
div.style.display = "";
66746674
div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
6675+
div.childNodes[ 0 ].style.borderCollapse = "separate";
66756676
contents = div.getElementsByTagName( "td" );
66766677
contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none";
66776678
reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
@@ -6996,19 +6997,6 @@ function getWidthOrHeight( elem, name, extra ) {
69966997
isBorderBox = support.boxSizing &&
69976998
jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
69986999

6999-
// Support: IE11 only
7000-
// In IE 11 fullscreen elements inside of an iframe have
7001-
// 100x too small dimensions (gh-1764).
7002-
if ( document.msFullscreenElement && window.top !== window ) {
7003-
7004-
// Support: IE11 only
7005-
// Running getBoundingClientRect on a disconnected node
7006-
// in IE throws an error.
7007-
if ( elem.getClientRects().length ) {
7008-
val = Math.round( elem.getBoundingClientRect()[ name ] * 100 );
7009-
}
7010-
}
7011-
70127000
// some non-html elements return undefined for offsetWidth, so check for null/undefined
70137001
// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
70147002
// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
@@ -9999,6 +9987,11 @@ function getDisplay( elem ) {
99999987
}
100009988

100019989
function filterHidden( elem ) {
9990+
9991+
// Disconnected elements are considered hidden
9992+
if ( !jQuery.contains( elem.ownerDocument || document, elem ) ) {
9993+
return true;
9994+
}
100029995
while ( elem && elem.nodeType === 1 ) {
100039996
if ( getDisplay( elem ) === "none" || elem.type === "hidden" ) {
100049997
return true;

manual/en/html/_static/searchtools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* searchtools.js_t
33
* ~~~~~~~~~~~~~~~~
44
*
5-
* Sphinx JavaScript utilties for the full-text search.
5+
* Sphinx JavaScript utilities for the full-text search.
66
*
77
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
@@ -623,7 +623,7 @@ var Search = {
623623
* helper function to return a node containing the
624624
* search summary for a given text. keywords is a list
625625
* of stemmed words, hlwords is the list of normal, unstemmed
626-
* words. the first one is used to find the occurance, the
626+
* words. the first one is used to find the occurrence, the
627627
* latter for highlighting it.
628628
*/
629629
makeSearchSummary : function(text, keywords, hlwords) {

manual/en/html/_static/websupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* websupport.js
33
* ~~~~~~~~~~~~~
44
*
5-
* sphinx.websupport utilties for all documentation.
5+
* sphinx.websupport utilities for all documentation.
66
*
77
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.

0 commit comments

Comments
 (0)