|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>aria2 - The ultra fast download utility — aria2 1.22.0 documentation</title> |
| 11 | + <title>aria2 - The ultra fast download utility — aria2 1.23.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | | - <link rel="top" title="aria2 1.22.0 documentation" href="index.html"/> |
| 33 | + <link rel="top" title="aria2 1.23.0 documentation" href="index.html"/> |
34 | 34 | <link rel="next" title="libaria2: C++ library interface to aria2" href="libaria2.html"/> |
35 | 35 | <link rel="prev" title="aria2c(1)" href="aria2c.html"/> |
36 | 36 |
|
|
61 | 61 |
|
62 | 62 |
|
63 | 63 | <div class="version"> |
64 | | - 1.22.0 |
| 64 | + 1.23.0 |
65 | 65 | </div> |
66 | 66 |
|
67 | 67 |
|
|
134 | 134 | <div class="rst-content"> |
135 | 135 |
|
136 | 136 |
|
137 | | - |
| 137 | + |
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
@@ -253,9 +253,9 @@ <h2>Versioning and release schedule<a class="headerlink" href="#versioning-and-r |
253 | 253 | <div class="section" id="how-to-get-source-code"> |
254 | 254 | <h2>How to get source code<a class="headerlink" href="#how-to-get-source-code" title="Permalink to this headline">¶</a></h2> |
255 | 255 | <p>We maintain the source code at Github: |
256 | | -<a class="reference external" href="https://github.com/tatsuhiro-t/aria2">https://github.com/tatsuhiro-t/aria2</a></p> |
| 256 | +<a class="reference external" href="https://github.com/aria2/aria2">https://github.com/aria2/aria2</a></p> |
257 | 257 | <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/tatsuhiro-t/aria2.git |
| 258 | +<div class="highlight-python"><div class="highlight"><pre>$ git clone https://github.com/aria2/aria2.git |
259 | 259 | </pre></div> |
260 | 260 | </div> |
261 | 261 | <p>This will create aria2 directory in your current directory and source |
@@ -356,7 +356,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this |
356 | 356 | script respectively.</p> |
357 | 357 | <p>In order to enable async DNS support, you need c-ares.</p> |
358 | 358 | <ul class="simple"> |
359 | | -<li>c-ares: <a class="reference external" href="http://daniel.haxx.se/projects/c-ares/">http://daniel.haxx.se/projects/c-ares/</a></li> |
| 359 | +<li>c-ares: <a class="reference external" href="http://c-ares.haxx.se/">http://c-ares.haxx.se/</a></li> |
360 | 360 | </ul> |
361 | 361 | </div> |
362 | 362 | <div class="section" id="how-to-build"> |
@@ -470,7 +470,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t |
470 | 470 | <div class="section" id="cross-compiling-windows-binary"> |
471 | 471 | <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-windows-binary" title="Permalink to this headline">¶</a></h2> |
472 | 472 | <p>In this section, we describe how to build a Windows binary using a |
473 | | -mingw-w64 (<a class="reference external" href="http://mingw-w64.sourceforge.net/">http://mingw-w64.sourceforge.net/</a>) cross-compiler on Debian |
| 473 | +mingw-w64 (<a class="reference external" href="http://mingw-w64.org/doku.php">http://mingw-w64.org/doku.php</a>) cross-compiler on Debian |
474 | 474 | Linux. The MinGW (<a class="reference external" href="http://www.mingw.org/">http://www.mingw.org/</a>) may not be able to build |
475 | 475 | aria2.</p> |
476 | 476 | <p>The easiest way to build Windows binary is use Dockerfile.mingw. See |
@@ -721,7 +721,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this |
721 | 721 | <li><a class="reference external" href="http://www.bittorrent.org/beps/bep_0027.html">BitTorrent: Private Torrents</a></li> |
722 | 722 | <li><a class="reference external" href="http://www.bittorrent.org/beps/bep_0032.html">BitTorrent: BitTorrent DHT Extensions for IPv6</a></li> |
723 | 723 | <li><a class="reference external" href="http://wiki.vuze.com/w/Message_Stream_Encryption">BitTorrent: Message Stream Encryption</a></li> |
724 | | -<li><a class="reference external" href="http://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf">Kademlia: A Peer-to-peer Information System Based on the XOR Metric</a></li> |
| 724 | +<li><a class="reference external" href="https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf">Kademlia: A Peer-to-peer Information System Based on the XOR Metric</a></li> |
725 | 725 | </ul> |
726 | 726 | </div> |
727 | 727 | </div> |
@@ -766,7 +766,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this |
766 | 766 | <script type="text/javascript"> |
767 | 767 | var DOCUMENTATION_OPTIONS = { |
768 | 768 | URL_ROOT:'./', |
769 | | - VERSION:'1.22.0', |
| 769 | + VERSION:'1.23.0', |
770 | 770 | COLLAPSE_INDEX:false, |
771 | 771 | FILE_SUFFIX:'.html', |
772 | 772 | HAS_SOURCE: true |
|
0 commit comments