2010-06-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Mentioned RFC 5854 in README and man page.
	* README
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-06-02 12:21:29 +00:00
parent fdf5c0109b
commit 46c16f2edc
6 changed files with 45 additions and 21 deletions

View File

@ -1,3 +1,9 @@
2010-06-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Mentioned RFC 5854 in README and man page.
* README
* doc/aria2c.1.txt
2010-06-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-06-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Bump up version number to 1.9.4 Bump up version number to 1.9.4

1
README
View File

@ -245,3 +245,4 @@ References
* man aria2c * man aria2c
* http://aria2.sourceforge.net/ * http://aria2.sourceforge.net/
* http://sourceforge.net/apps/trac/aria2/wiki * http://sourceforge.net/apps/trac/aria2/wiki
* http://www.rfc-editor.org/rfc/rfc5854.txt

View File

@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.5.1" /> <meta name="generator" content="AsciiDoc 8.5.2" />
<title>aria2 - The ultra fast download utility</title> <title>aria2 - The ultra fast download utility</title>
<style type="text/css"> <style type="text/css">
/* Debug borders */ /* Debug borders */
@ -118,12 +118,14 @@ div#preamble {
div.tableblock, div.imageblock, div.exampleblock, div.verseblock, div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock { div.admonitionblock {
margin-top: 0.25em; margin-top: 1.0em;
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
div.admonitionblock { div.admonitionblock {
margin-top: 2.5em; margin-top: 2.0em;
margin-bottom: 2.5em; margin-bottom: 2.0em;
margin-right: 10%;
color: #606060;
} }
div.content { /* Block element content. */ div.content { /* Block element content. */
@ -165,19 +167,19 @@ div.listingblock > div.content {
padding: 0.5em; padding: 0.5em;
} }
div.quoteblock { div.quoteblock, div.verseblock {
padding-left: 2.0em; padding-left: 1.0em;
margin-left: 1.0em;
margin-right: 10%; margin-right: 10%;
border-left: 5px solid #dddddd;
color: #777777;
} }
div.quoteblock > div.attribution { div.quoteblock > div.attribution {
padding-top: 0.5em; padding-top: 0.5em;
text-align: right; text-align: right;
} }
div.verseblock {
padding-left: 2.0em;
margin-right: 10%;
}
div.verseblock > div.content { div.verseblock > div.content {
white-space: pre; white-space: pre;
} }
@ -200,12 +202,12 @@ div.admonitionblock .icon {
} }
div.admonitionblock td.content { div.admonitionblock td.content {
padding-left: 0.5em; padding-left: 0.5em;
border-left: 2px solid silver; border-left: 3px solid #dddddd;
} }
div.exampleblock > div.content { div.exampleblock > div.content {
border-left: 2px solid silver; border-left: 3px solid #dddddd;
padding: 0.5em; padding-left: 0.5em;
} }
div.imageblock div.content { padding-left: 0; } div.imageblock div.content { padding-left: 0; }
@ -255,7 +257,7 @@ div.compact div, div.compact div {
div.tableblock > table { div.tableblock > table {
border: 3px solid #527bbd; border: 3px solid #527bbd;
} }
thead { thead, p.table.header {
font-family: sans-serif; font-family: sans-serif;
font-weight: bold; font-weight: bold;
} }
@ -342,6 +344,10 @@ span.footnote, span.footnoteref {
div#footer-badges { display: none; } div#footer-badges { display: none; }
} }
div#toc {
margin-bottom: 2.5em;
}
div#toctitle { div#toctitle {
color: #527bbd; color: #527bbd;
font-family: sans-serif; font-family: sans-serif;
@ -402,7 +408,7 @@ div.verseblock-attribution {
} }
div.exampleblock-content { div.exampleblock-content {
border-left: 2px solid silver; border-left: 3px solid #dddddd;
padding-left: 0.5em; padding-left: 0.5em;
} }
@ -461,8 +467,9 @@ toc: function (toclevels) {
for (var i = el.firstChild; i != null; i = i.nextSibling) { for (var i = el.firstChild; i != null; i = i.nextSibling) {
if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
var mo = re.exec(i.tagName); var mo = re.exec(i.tagName);
if (mo) if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
result[result.length] = new TocEntry(i, getText(i), mo[1]-1); result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
}
iterate(i); iterate(i);
} }
} }
@ -746,7 +753,7 @@ Parameterized URI support
width="100%" width="100%"
frame="border" frame="border"
cellspacing="0" cellpadding="4"> cellspacing="0" cellpadding="4">
<caption class="title">Table 1: External Library Dependency</caption> <caption class="title">Table 1. External Library Dependency</caption>
<col width="50%" /> <col width="50%" />
<col width="50%" /> <col width="50%" />
<thead> <thead>
@ -1038,13 +1045,18 @@ man aria2c
<a href="http://sourceforge.net/apps/trac/aria2/wiki">http://sourceforge.net/apps/trac/aria2/wiki</a> <a href="http://sourceforge.net/apps/trac/aria2/wiki">http://sourceforge.net/apps/trac/aria2/wiki</a>
</p> </p>
</li> </li>
<li>
<p>
<a href="http://www.rfc-editor.org/rfc/rfc5854.txt">http://www.rfc-editor.org/rfc/rfc5854.txt</a>
</p>
</li>
</ul></div> </ul></div>
</div> </div>
</div> </div>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-03-13 00:29:44 JST Last updated 2010-06-02 21:11:14 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -2,12 +2,12 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 06/01/2010 .\" Date: 06/02/2010
.\" Manual: Aria2 Manual .\" Manual: Aria2 Manual
.\" Source: Aria2 1.9.4 .\" Source: Aria2 1.9.4
.\" Language: English .\" Language: English
.\" .\"
.TH "ARIA2C" "1" "06/01/2010" "Aria2 1\&.9\&.4" "Aria2 Manual" .TH "ARIA2C" "1" "06/02/2010" "Aria2 1\&.9\&.4" "Aria2 Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@ -4139,6 +4139,8 @@ Project Web Site: http://aria2\&.sourceforge\&.net/
aria2 Wiki: http://sourceforge\&.net/apps/trac/aria2/wiki aria2 Wiki: http://sourceforge\&.net/apps/trac/aria2/wiki
.sp .sp
Metalink Homepage: http://www\&.metalinker\&.org/ Metalink Homepage: http://www\&.metalinker\&.org/
.sp
The Metalink Download Description Format: http://www\&.rfc\-editor\&.org/rfc/rfc5854\&.txt
.SH "COPYRIGHT" .SH "COPYRIGHT"
.sp .sp
Copyright \(co 2006, 2010 Tatsuhiro Tsujikawa Copyright \(co 2006, 2010 Tatsuhiro Tsujikawa

View File

@ -4166,6 +4166,7 @@ checksums.</td>
<div class="paragraph"><p>Project Web Site: <a href="http://aria2.sourceforge.net/">http://aria2.sourceforge.net/</a></p></div> <div class="paragraph"><p>Project Web Site: <a href="http://aria2.sourceforge.net/">http://aria2.sourceforge.net/</a></p></div>
<div class="paragraph"><p>aria2 Wiki: <a href="http://sourceforge.net/apps/trac/aria2/wiki">http://sourceforge.net/apps/trac/aria2/wiki</a></p></div> <div class="paragraph"><p>aria2 Wiki: <a href="http://sourceforge.net/apps/trac/aria2/wiki">http://sourceforge.net/apps/trac/aria2/wiki</a></p></div>
<div class="paragraph"><p>Metalink Homepage: <a href="http://www.metalinker.org/">http://www.metalinker.org/</a></p></div> <div class="paragraph"><p>Metalink Homepage: <a href="http://www.metalinker.org/">http://www.metalinker.org/</a></p></div>
<div class="paragraph"><p>The Metalink Download Description Format: <a href="http://www.rfc-editor.org/rfc/rfc5854.txt">http://www.rfc-editor.org/rfc/rfc5854.txt</a></p></div>
</div> </div>
<h2 id="_copyright">COPYRIGHT</h2> <h2 id="_copyright">COPYRIGHT</h2>
<div class="sectionbody"> <div class="sectionbody">
@ -4198,7 +4199,7 @@ files in the program, then also delete it here.</p></div>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-06-01 21:50:05 JST Last updated 2010-06-02 21:12:07 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -2220,6 +2220,8 @@ aria2 Wiki: http://sourceforge.net/apps/trac/aria2/wiki
Metalink Homepage: http://www.metalinker.org/ Metalink Homepage: http://www.metalinker.org/
The Metalink Download Description Format: http://www.rfc-editor.org/rfc/rfc5854.txt
COPYRIGHT COPYRIGHT
--------- ---------
Copyright (C) 2006, 2010 Tatsuhiro Tsujikawa Copyright (C) 2006, 2010 Tatsuhiro Tsujikawa