Skip to content

Commit 7271bfc

Browse files
committed
Update doc
1 parent 43a86bb commit 7271bfc

Some content is hidden

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

46 files changed

+8739
-6524
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-04-18T22:39:52+09:00</updated>
7+
<updated>2016-05-15T19:38:31+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.22.0">version 1.22.0</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.23.0">version 1.23.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.22.0">version 1.22.0</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.23.0">version 1.23.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: 10 additions & 10 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.22.0 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.23.0 documentation</title>
1212

1313

1414

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

3131

3232

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"/>
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.22.0
64+
1.23.0
6565
</div>
6666

6767

@@ -134,7 +134,7 @@
134134
<div class="rst-content">
135135

136136

137-
137+
138138

139139

140140

@@ -253,9 +253,9 @@ <h2>Versioning and release schedule<a class="headerlink" href="#versioning-and-r
253253
<div class="section" id="how-to-get-source-code">
254254
<h2>How to get source code<a class="headerlink" href="#how-to-get-source-code" title="Permalink to this headline"></a></h2>
255255
<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>
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/tatsuhiro-t/aria2.git
258+
<div class="highlight-python"><div class="highlight"><pre>$ 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
@@ -356,7 +356,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this
356356
script respectively.</p>
357357
<p>In order to enable async DNS support, you need c-ares.</p>
358358
<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>
360360
</ul>
361361
</div>
362362
<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
470470
<div class="section" id="cross-compiling-windows-binary">
471471
<h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-windows-binary" title="Permalink to this headline"></a></h2>
472472
<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
474474
Linux. The MinGW (<a class="reference external" href="http://www.mingw.org/">http://www.mingw.org/</a>) may not be able to build
475475
aria2.</p>
476476
<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
721721
<li><a class="reference external" href="http://www.bittorrent.org/beps/bep_0027.html">BitTorrent: Private Torrents</a></li>
722722
<li><a class="reference external" href="http://www.bittorrent.org/beps/bep_0032.html">BitTorrent: BitTorrent DHT Extensions for IPv6</a></li>
723723
<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>
725725
</ul>
726726
</div>
727727
</div>
@@ -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.22.0',
769+
VERSION:'1.23.0',
770770
COLLAPSE_INDEX:false,
771771
FILE_SUFFIX:'.html',
772772
HAS_SOURCE: true

0 commit comments

Comments
 (0)