mirror of https://github.com/aria2/aria2
2009-05-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed docs of aria2.addMetalink xml-rpc method. * doc/aria2c.1.txtpull/1/head
parent
c50acf0cc4
commit
5e23c3b6a2
|
@ -1,3 +1,8 @@
|
||||||
|
2009-05-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed docs of aria2.addMetalink xml-rpc method.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-05-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-05-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added Slovak translation. Updated Ukrainian and Brazilian
|
Added Slovak translation. Updated Ukrainian and Brazilian
|
||||||
|
|
|
@ -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.0 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.0 <http://docbook.sf.net/>
|
||||||
.\" Date: 05/30/2009
|
.\" Date: 05/31/2009
|
||||||
.\" Manual: [FIXME: manual]
|
.\" Manual: [FIXME: manual]
|
||||||
.\" Source: [FIXME: source]
|
.\" Source: [FIXME: source]
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "05/30/2009" "[FIXME: source]" "[FIXME: manual]"
|
.TH "ARIA2C" "1" "05/31/2009" "[FIXME: source]" "[FIXME: manual]"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -2067,7 +2067,7 @@ This method adds BitTorrent download by uploading \&.torrent file\&. \fItorrent\
|
||||||
.sp
|
.sp
|
||||||
\fBaria2\&.addMetalink\fR \fImetalink[, options[, position]]\fR
|
\fBaria2\&.addMetalink\fR \fImetalink[, options[, position]]\fR
|
||||||
.sp
|
.sp
|
||||||
This method adds Metalink download by uploading \&.metalink file\&. \fImetalink\fR is of type base64 which contains Base64\-encoded \&.metalink file\&. \fIoptions\fR is of type struct and its members are a pair of option name and value\&. See \fBOptions\fR below for more details\&. If \fIposition\fR is given as an integer, the new download is inserted at \fIposition\fR in the waiting queue\&. If \fIposition\fR is not given or \fIposition\fR is larger than the size of the queue, it is appended at the end of the queue\&. This method returns GID of registered download\&.
|
This method adds Metalink download by uploading \&.metalink file\&. \fImetalink\fR is of type base64 which contains Base64\-encoded \&.metalink file\&. \fIoptions\fR is of type struct and its members are a pair of option name and value\&. See \fBOptions\fR below for more details\&. If \fIposition\fR is given as an integer, the new download is inserted at \fIposition\fR in the waiting queue\&. If \fIposition\fR is not given or \fIposition\fR is larger than the size of the queue, it is appended at the end of the queue\&. This method returns array of GID of registered download\&.
|
||||||
.sp
|
.sp
|
||||||
\fBaria2\&.remove\fR \fIgid\fR
|
\fBaria2\&.remove\fR \fIgid\fR
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -2443,7 +2443,8 @@ option name and value. See <strong>Options</strong> below for more details. If
|
||||||
<em>position</em> is given as an integer, the new download is inserted at
|
<em>position</em> is given as an integer, the new download is inserted at
|
||||||
<em>position</em> in the waiting queue. If <em>position</em> is not given or
|
<em>position</em> in the waiting queue. If <em>position</em> is not given or
|
||||||
<em>position</em> is larger than the size of the queue, it is appended at the
|
<em>position</em> is larger than the size of the queue, it is appended at the
|
||||||
end of the queue. This method returns GID of registered download.</p></div>
|
end of the queue. This method returns array of GID of registered
|
||||||
|
download.</p></div>
|
||||||
<div class="paragraph"><p><strong>aria2.remove</strong> <em>gid</em></p></div>
|
<div class="paragraph"><p><strong>aria2.remove</strong> <em>gid</em></p></div>
|
||||||
<div class="paragraph"><p>This method removes the download denoted by <em>gid</em>. <em>gid</em> is of type
|
<div class="paragraph"><p>This method removes the download denoted by <em>gid</em>. <em>gid</em> is of type
|
||||||
string. If specified download is in progress, it is stopped at
|
string. If specified download is in progress, it is stopped at
|
||||||
|
@ -3147,7 +3148,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-05-30 23:11:48 JST
|
Last updated 2009-05-31 22:30:09 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1072,7 +1072,8 @@ option name and value. See *Options* below for more details. If
|
||||||
'position' is given as an integer, the new download is inserted at
|
'position' is given as an integer, the new download is inserted at
|
||||||
'position' in the waiting queue. If 'position' is not given or
|
'position' in the waiting queue. If 'position' is not given or
|
||||||
'position' is larger than the size of the queue, it is appended at the
|
'position' is larger than the size of the queue, it is appended at the
|
||||||
end of the queue. This method returns GID of registered download.
|
end of the queue. This method returns array of GID of registered
|
||||||
|
download.
|
||||||
|
|
||||||
*aria2.remove* 'gid'
|
*aria2.remove* 'gid'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue