Bläddra i källkod

2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Documented select-file option in Input File section.
	Documented --http-auth-challenge option.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 år sedan
förälder
incheckning
362cd20bf1
4 ändrade filer med 86 tillägg och 10 borttagningar
  1. 6 0
      ChangeLog
  2. 27 3
      doc/aria2c.1
  3. 35 4
      doc/aria2c.1.html
  4. 18 3
      doc/aria2c.1.txt

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-02-28  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Documented select-file option in Input File section.
+	Documented --http-auth-challenge option.
+	* doc/aria2c.1.txt
+	
 2009-02-28  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Now select-file can be specified in the uri list(-i list).

+ 27 - 3
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\"      Date: 02/15/2009
+.\"      Date: 02/28/2009
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "ARIA2C" "1" "02/15/2009" "" ""
+.TH "ARIA2C" "1" "02/28/2009" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -259,6 +259,14 @@ option\&. Default:
 \fItrue\fR
 .RE
 .PP
+\fB\-\-http\-auth\-challenge\fR[=\fItrue\fR|\fIfalse\fR]
+.RS 4
+Send HTTP authorization header only when it is requested by the server\&. If
+\fIfalse\fR
+is set, then authorization header is always sent to the server\&. There is an exception: if username and password are embedded in URI, authorization header is always sent to the server regardless of this option\&. Default:
+\fItrue\fR
+.RE
+.PP
 \fB\-\-http\-auth\-scheme\fR=SCHEME
 .RS 4
 Set HTTP authentication scheme\&. Currently,
@@ -1020,7 +1028,23 @@ Normally if you lose a control file, you cannot resume download\&. But if you ha
 .SS "Input File"
 The input file can contain a list of URIs for aria2 to download\&. You can specify multiple URIs for a single entity: separate URIs on a single line using the TAB character\&.
 .sp
-Each line is treated as if it is provided in command\-line argument\&. Therefore they are affected by \fB\-Z\fR and \fB\-P\fR options\&. The additional \fBout\fR and \fBdir\fR options can be specified after each line of URIs\&. This optional line must start with white space(s)\&.
+Each line is treated as if it is provided in command\-line argument\&. Therefore they are affected by \fB\-Z\fR and \fB\-P\fR options\&.
+.sp
+Additionally, the following options can be specified after each line of URIs\&. These optional lines must start with white space(s)\&.
+.sp
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'out
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'dir
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'select\-file
+.RE
+These options have exactly same meaning of the ones in the command\-line options, but it just applies to the URIs it belongs to\&.
 .sp
 For example, the content of uri\&.txt is
 .sp

+ 35 - 4
doc/aria2c.1.html

@@ -700,6 +700,18 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 </p>
 </dd>
 <dt>
+<strong>--http-auth-challenge</strong>[=<em>true</em>|<em>false</em>]
+</dt>
+<dd>
+<p>
+  Send HTTP authorization header only when it is requested by the
+  server. If <em>false</em> is set, then authorization header is always sent
+  to the server.  There is an exception: if username and password are
+  embedded in URI, authorization header is always sent to the server
+  regardless of this option.  Default: <em>true</em>
+</p>
+</dd>
+<dt>
 <strong>--http-auth-scheme</strong>=SCHEME
 </dt>
 <dd>
@@ -1768,9 +1780,28 @@ to aria2c in command-line.</p></div>
 can specify multiple URIs for a single entity: separate URIs on a
 single line using the TAB character.</p></div>
 <div class="para"><p>Each line is treated as if it is provided in command-line argument.
-Therefore they are affected by <strong>-Z</strong> and <strong>-P</strong> options.  The additional
-<strong>out</strong> and <strong>dir</strong> options can be specified after each line of URIs. This
-optional line must start with white space(s).</p></div>
+Therefore they are affected by <strong>-Z</strong> and <strong>-P</strong> options.</p></div>
+<div class="para"><p>Additionally, the following options can be specified after each line
+of URIs. These optional lines must start with white space(s).</p></div>
+<div class="ilist"><ul>
+<li>
+<p>
+out
+</p>
+</li>
+<li>
+<p>
+dir
+</p>
+</li>
+<li>
+<p>
+select-file
+</p>
+</li>
+</ul></div>
+<div class="para"><p>These options have exactly same meaning of the ones in the
+command-line options, but it just applies to the URIs it belongs to.</p></div>
 <div class="para"><p>For example, the content of uri.txt is</p></div>
 <div class="listingblock">
 <div class="content">
@@ -2244,7 +2275,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-02-15 12:35:52 JST
+Last updated 2009-02-28 18:50:29 JST
 </div>
 </div>
 </body>

+ 18 - 3
doc/aria2c.1.txt

@@ -197,6 +197,13 @@ HTTP Specific Options
   Verify the peer using certificates specified in *--ca-certificate* option.
   Default: 'true'
 
+*--http-auth-challenge*[='true'|'false']::
+  Send HTTP authorization header only when it is requested by the
+  server. If 'false' is set, then authorization header is always sent
+  to the server.  There is an exception: if username and password are
+  embedded in URI, authorization header is always sent to the server
+  regardless of this option.  Default: 'true'
+
 *--http-auth-scheme*=SCHEME::
   Set HTTP authentication scheme.
   Currently, 'basic' is the only supported scheme.
@@ -793,9 +800,17 @@ can specify multiple URIs for a single entity: separate URIs on a
 single line using the TAB character.
 
 Each line is treated as if it is provided in command-line argument.
-Therefore they are affected by *-Z* and *-P* options.  The additional
-*out* and *dir* options can be specified after each line of URIs. This
-optional line must start with white space(s).
+Therefore they are affected by *-Z* and *-P* options.
+
+Additionally, the following options can be specified after each line
+of URIs. These optional lines must start with white space(s).
+
+* out
+* dir
+* select-file
+
+These options have exactly same meaning of the ones in the
+command-line options, but it just applies to the URIs it belongs to.
 
 For example, the content of uri.txt is