|
@@ -3,7 +3,7 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
-<meta name="generator" content="AsciiDoc 8.2.5" />
|
|
|
+<meta name="generator" content="AsciiDoc 8.2.6" />
|
|
|
<style type="text/css">
|
|
|
/* Debug borders */
|
|
|
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
|
|
@@ -26,10 +26,12 @@ a:visited {
|
|
|
|
|
|
em {
|
|
|
font-style: italic;
|
|
|
+ color: navy;
|
|
|
}
|
|
|
|
|
|
strong {
|
|
|
font-weight: bold;
|
|
|
+ color: #083194;
|
|
|
}
|
|
|
|
|
|
tt {
|
|
@@ -71,6 +73,10 @@ p {
|
|
|
margin-bottom: 0.5em;
|
|
|
}
|
|
|
|
|
|
+ul, ol, li > p {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
pre {
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
@@ -123,6 +129,7 @@ div.content { /* Block element content. */
|
|
|
|
|
|
/* Block element titles. */
|
|
|
div.title, caption.title {
|
|
|
+ color: #527bbd;
|
|
|
font-family: sans-serif;
|
|
|
font-weight: bold;
|
|
|
text-align: left;
|
|
@@ -202,16 +209,19 @@ dl {
|
|
|
dt {
|
|
|
margin-top: 0.5em;
|
|
|
margin-bottom: 0;
|
|
|
- font-style: italic;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
dd > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+ margin-top: 0.1em;
|
|
|
}
|
|
|
|
|
|
ul, ol {
|
|
|
list-style-position: outside;
|
|
|
}
|
|
|
-div.olist2 ol {
|
|
|
+div.olist > ol {
|
|
|
+ list-style-type: decimal;
|
|
|
+}
|
|
|
+div.olist2 > ol {
|
|
|
list-style-type: lower-alpha;
|
|
|
}
|
|
|
|
|
@@ -231,11 +241,11 @@ div.hlist {
|
|
|
margin-bottom: 0.8em;
|
|
|
}
|
|
|
div.hlist td {
|
|
|
- padding-bottom: 5px;
|
|
|
+ padding-bottom: 15px;
|
|
|
}
|
|
|
td.hlist1 {
|
|
|
vertical-align: top;
|
|
|
- font-style: italic;
|
|
|
+ font-style: normal;
|
|
|
padding-right: 0.8em;
|
|
|
}
|
|
|
td.hlist2 {
|
|
@@ -279,6 +289,7 @@ div.sidebar-content {
|
|
|
padding: 0.5em;
|
|
|
}
|
|
|
div.sidebar-title, div.image-title {
|
|
|
+ color: #527bbd;
|
|
|
font-family: sans-serif;
|
|
|
font-weight: bold;
|
|
|
margin-top: 0.0em;
|
|
@@ -302,6 +313,14 @@ div.exampleblock-content {
|
|
|
|
|
|
/* IE6 sets dynamically generated links as visited. */
|
|
|
div#toc a:visited { color: blue; }
|
|
|
+
|
|
|
+/* Because IE6 child selector is broken. */
|
|
|
+div.olist2 ol {
|
|
|
+ list-style-type: lower-alpha;
|
|
|
+}
|
|
|
+div.olist2 div.olist ol {
|
|
|
+ list-style-type: decimal;
|
|
|
+}
|
|
|
</style>
|
|
|
<title>ARIA2C(1)</title>
|
|
|
</head>
|
|
@@ -321,7 +340,7 @@ div#toc a:visited { color: blue; }
|
|
|
</div>
|
|
|
<h2 id="_description">DESCRIPTION</h2>
|
|
|
<div class="sectionbody">
|
|
|
-<div class="para"><p>aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.</p></div>
|
|
|
+<div class="para"><p>aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.</p></div>
|
|
|
</div>
|
|
|
<h2 id="_options">OPTIONS</h2>
|
|
|
<div class="sectionbody">
|
|
@@ -1593,7 +1612,7 @@ files in the program, then also delete it here.</p></div>
|
|
|
</div>
|
|
|
<div id="footer">
|
|
|
<div id="footer-text">
|
|
|
-Last updated 2008-06-17 23:18:08 JST
|
|
|
+Last updated 2008-07-08 21:10:34 JST
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|