From: André Malo Date: Tue, 13 May 2003 02:05:53 +0000 (+0000) Subject: although the xml spec allows them, IE claims about colons in IDs. X-Git-Tag: pre_ajp_proxy~1717 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3600e273282291860b79b455abb4a5eb629e0bc6;p=thirdparty%2Fapache%2Fhttpd.git although the xml spec allows them, IE claims about colons in IDs. replace them with periods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99769 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_owner.html.en b/docs/manual/mod/mod_authz_owner.html.en index adcb9c08166..59b868123f2 100644 --- a/docs/manual/mod/mod_authz_owner.html.en +++ b/docs/manual/mod/mod_authz_owner.html.en @@ -82,7 +82,7 @@

Configuration Examples

-

Require file-owner

+

Require file-owner

Consider a multi-user system running the Apache Web server, with each user having his or her own files in ~/public_html/private. Assuming that there is a single AuthDBMUserFile database @@ -107,7 +107,7 @@

-

Require file-group

+

Require file-group

Consider a system similar to the one described above, but with some users that share their project files in ~/public_html/project-foo. The files are owned by the diff --git a/docs/manual/mod/mod_authz_owner.xml b/docs/manual/mod/mod_authz_owner.xml index 531fedb9948..b8f49c6ce03 100644 --- a/docs/manual/mod/mod_authz_owner.xml +++ b/docs/manual/mod/mod_authz_owner.xml @@ -55,7 +55,7 @@

Configuration Examples -
Require file-owner +
Require file-owner

Consider a multi-user system running the Apache Web server, with each user having his or her own files in ~/public_html/private. Assuming that there is a single @@ -81,7 +81,7 @@

-
Require file-group +
Require file-group

Consider a system similar to the one described above, but with some users that share their project files in ~/public_html/project-foo. The files are owned by the diff --git a/docs/manual/mod/mod_imap.html.en b/docs/manual/mod/mod_imap.html.en index 83ae10634d7..558d5ef6ee0 100644 --- a/docs/manual/mod/mod_imap.html.en +++ b/docs/manual/mod/mod_imap.html.en @@ -104,7 +104,7 @@ the link if a imagemap menu is generated. Lines beginning with '#' are comments.

-

Imagemap File Directives

+

Imagemap File Directives

There are six directives allowed in the imagemap file. The directives can come in any order, but are processed in the order they are found in the imagemap file.

@@ -161,7 +161,7 @@ -

Values

+

Values

The values for each of the directives can any of the following:

@@ -205,7 +205,7 @@ -

Coordinates

+

Coordinates

0,0 200,200
@@ -220,7 +220,7 @@ -

Quoted Text

+

Quoted Text

"Menu Text"
diff --git a/docs/manual/mod/mod_imap.xml b/docs/manual/mod/mod_imap.xml index 13bd8fb800a..2d69d0634c5 100644 --- a/docs/manual/mod/mod_imap.xml +++ b/docs/manual/mod/mod_imap.xml @@ -71,7 +71,7 @@ the link if a imagemap menu is generated. Lines beginning with '#' are comments.

-
Imagemap File Directives +
Imagemap File Directives

There are six directives allowed in the imagemap file. The directives can come in any order, but are processed in the order they are found in the imagemap file.

@@ -129,7 +129,7 @@
-
Values +
Values

The values for each of the directives can any of the following:

@@ -173,7 +173,7 @@
-
Coordinates +
Coordinates
0,0 200,200
@@ -188,7 +188,7 @@
-
Quoted Text +
Quoted Text
"Menu Text"
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index caa42cc3582..94679ba2278 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -129,30 +129,30 @@ - + - + - + - + - + - + - + - +
ElementDescription
config
config configure output formats
echo
echo print variables
exec
exec execute external programs
fsize
fsize print size of a file
flastmod
flastmod print last modification time of a file
include
include include a file
printenv
printenv print all available variables
set
set set a value of a variable

SSI elements may be defined by modules other than - mod_include. In fact, the exec element is provided by + mod_include. In fact, the exec element is provided by mod_cgi, and will only be available if this module is loaded.

-

The config Element

+

The config Element

This command controls various aspects of the parsing. The valid attributes are:

@@ -176,7 +176,7 @@
-

The echo Element

+

The echo Element

This command prints one of the include variables, defined below. If the variable is unset, the result is determined by the SSIUndefinedEcho directive. Any dates printed are @@ -216,7 +216,7 @@ -

The exec Element

+

The exec Element

The exec command executes a given shell command or CGI script. It requires mod_cgi to be present in the server. If Options @@ -286,7 +286,7 @@ -

The fsize Element

+

The fsize Element

This command prints the size of the specified file, subject to the sizefmt format specification. Attributes:

@@ -303,14 +303,14 @@ -

The flastmod Element

+

The flastmod Element

This command prints the last modification date of the specified file, subject to the timefmt format specification. The attributes are the same as for the - fsize command.

+ fsize command.

-

The include Element

+

The include Element

This command inserts the text of another document or file into the parsed file. Any included file is subject to the usual access control. If the directory containing the @@ -360,9 +360,9 @@ -

The printenv Element

+

The printenv Element

This prints out a listing of all existing variables and - their values. Special characters are entity encoded (see the echo element for details) + their values. Special characters are entity encoded (see the echo element for details) before being output. There are no attributes.

Example

@@ -370,7 +370,7 @@

-

The set Element

+

The set Element

This sets the value of a variable. Attributes:

diff --git a/docs/manual/mod/mod_include.html.ja.jis b/docs/manual/mod/mod_include.html.ja.jis index ab1d6a54bc0..ec26808b07f 100644 --- a/docs/manual/mod/mod_include.html.ja.jis +++ b/docs/manual/mod/mod_include.html.ja.jis @@ -125,31 +125,31 @@ - + - + - + - + - + - + - + - +
$BMWAG(B$B@bL@(B
config
config configure output formats
echo
echo print variables
exec
exec execute external programs
fsize
fsize print size of a file
flastmod
flastmod print last modification time of a file
include
include include a file
printenv
printenv print all available variables
set
set set a value of a variable

SSI $BMWAG$O(B mod_include $B0J30$N%b%8%e!<%k$G(B $BDj5A$5$l$k$3$H$b$"$j$^$9!#exec $BMWAG$O(B + exec $BMWAG$O(B mod_cgi $B$GDs6!$5$l$F$$$F!"$3$N%b%8%e!<%k$,(B $B%m!<%I$5$l$k>l9g$K$N$_MxMQ2DG=$H$J$j$^$9!#(B

-

config $BMWAG(B

+

config $BMWAG(B

$B

@@ -170,7 +170,7 @@
-

echo $BMWAG(B

+

echo $BMWAG(B

$B$3$N%3%^%s%I$O0J2<$GDj5A$5$l$F$$$k(B include $BJQ?t(B $B$rI=<($7$^$9!#JQ?t$,@_Dj$5$l$F$$$J$$>l9g$O(B SSIUndefinedEcho $B%G%#%l%/%F%#%V$G(B $B7hDj$5$l$k7k2L$H$J$j$^$9!#F|IU$O$=$N;~E@$G$N(B timefmt $B$K=>$C$F(B @@ -207,7 +207,7 @@

-

exec $BMWAG(B

+

exec $BMWAG(B

exec $B%3%^%s%I$O;XDj$5$l$?%7%'%k%3%^%s%I$d(B CGI $B%9%/%j%W%H$r(B $Bmod_cgi $B$,%5!<%P$KAH$_9~$^$l$F$$$k$$$J$1$l$P(B $B$J$j$^$;$s!#(BOption @@ -274,7 +274,7 @@ -

fsize $BMWAG(B

+

fsize $BMWAG(B

$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$NBg$-$5$r(B sizefmt $B$N(B $B=q<0;XDj$K4p$E$$$F=PNO$7$^$9!#B0@-$O @@ -291,13 +291,13 @@ -

flastmod $BMWAG(B

+

flastmod $BMWAG(B

$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$N:G=*=$@5;~9o$r(B timefmt $B=q<0;XDj$K=>$C$FI=<($7$^$9!#(B $B;XDj2DG=$JB0@-$O(B fsize $B%3%^%s%I$HF1$8$G$9!#(B

-

include $BMWAG(B

+

include $BMWAG(B

$B$3$N%3%^%s%I$OJL$NJ8=q$d%U%!%$%k$N%F%-%9%H$r2r@O$7$F$$$k%U%!%$%k$K(B $BA^F~$7$^$9!#A^F~$5$l$k%U%!%$%k$O%"%/%;%9@)8f$N4IM}2<$K$"$j$^$9!#(B $B2r@O$7$F$$$k%U%!%$%k$NB8:_$9$k%G%#%l%/%H%j$K(B @@ -346,9 +346,9 @@ -

printenv $BMWAG(B

+

printenv $BMWAG(B

$B$3$l$O!"B8:_$9$k$9$Y$F$NJQ?t$H$=$NCM$rI=<($7$^$9!#(BApache 1.3.12 $B$+$i!"(B - $BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I(B ($B>\:Y$O(B echo $BMWAG$r;2>H(B) + $BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I(B ($B>\:Y$O(B echo $BMWAG$r;2>H(B) $B$5$l$k$h$&$K$J$j$^$7$?!#B0@-$O$"$j$^$;$s!#(B

$BNc(B

@@ -356,7 +356,7 @@

-

set $BMWAG(B

+

set $BMWAG(B

$B$3$l$OJQ?t$NCM$r@_Dj$7$^$9!#B0@-$O

diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 202b6013f78..20586fc3268 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -91,31 +91,31 @@ - + - + - + - + - + - + - + - +
ElementDescription
config
config configure output formats
echo
echo print variables
exec
exec execute external programs
fsize
fsize print size of a file
flastmod
flastmod print last modification time of a file
include
include include a file
printenv
printenv print all available variables
set
set set a value of a variable

SSI elements may be defined by modules other than mod_include. In fact, the exec element is provided by + href="#element.exec">exec element is provided by mod_cgi, and will only be available if this module is loaded.

-
The config Element +
The config Element

This command controls various aspects of the parsing. The valid attributes are:

@@ -139,7 +139,7 @@
-
The echo Element +
The echo Element

This command prints one of the include variables, defined below. If the variable is unset, the result is determined by the

-
The exec Element +
The exec Element

The exec command executes a given shell command or CGI script. It requires mod_cgi to be present in the server. If Options @@ -252,7 +252,7 @@

-
The fsize Element +
The fsize Element

This command prints the size of the specified file, subject to the sizefmt format specification. Attributes:

@@ -269,14 +269,14 @@
-
The flastmod Element +
The flastmod Element

This command prints the last modification date of the specified file, subject to the timefmt format specification. The attributes are the same as for the - fsize command.

+ fsize command.

-
The include Element +
The include Element

This command inserts the text of another document or file into the parsed file. Any included file is subject to the usual access control. If the directory containing the @@ -327,10 +327,10 @@

-
The printenv Element +
The printenv Element

This prints out a listing of all existing variables and their values. Special characters are entity encoded (see the echo element for details) + href="#element.echo">echo element for details) before being output. There are no attributes.

Example @@ -338,7 +338,7 @@
-
The set Element +
The set Element

This sets the value of a variable. Attributes:

diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja index 4fc3e5430aa..f7ddfbe9695 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -89,31 +89,31 @@ - + - + - + - + - + - + - + - +
$BMWAG(B$B@bL@(B
config
config configure output formats
echo
echo print variables
exec
exec execute external programs
fsize
fsize print size of a file
flastmod
flastmod print last modification time of a file
include
include include a file
printenv
printenv print all available variables
set
set set a value of a variable

SSI $BMWAG$O(B mod_include $B0J30$N%b%8%e!<%k$G(B $BDj5A$5$l$k$3$H$b$"$j$^$9!#exec $BMWAG$O(B + exec $BMWAG$O(B mod_cgi $B$GDs6!$5$l$F$$$F!"$3$N%b%8%e!<%k$,(B $B%m!<%I$5$l$k>l9g$K$N$_MxMQ2DG=$H$J$j$^$9!#(B

-
config $BMWAG(B +
config $BMWAG(B

$B

@@ -134,7 +134,7 @@
-
echo $BMWAG(B +
echo $BMWAG(B

$B$3$N%3%^%s%I$O0J2<$GDj5A$5$l$F$$$k(B include $BJQ?t(B $B$rI=<($7$^$9!#JQ?t$,@_Dj$5$l$F$$$J$$>l9g$O(B SSIUndefinedEcho $B%G%#%l%/%F%#%V$G(B @@ -172,7 +172,7 @@

-
exec $BMWAG(B +
exec $BMWAG(B

exec $B%3%^%s%I$O;XDj$5$l$?%7%'%k%3%^%s%I$d(B CGI $B%9%/%j%W%H$r(B $Bmod_cgi $B$,%5!<%P$KAH$_9~$^$l$F$$$k$$$J$1$l$P(B $B$J$j$^$;$s!#(BOption @@ -241,7 +241,7 @@

-
fsize $BMWAG(B +
fsize $BMWAG(B

$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$NBg$-$5$r(B sizefmt $B$N(B $B=q<0;XDj$K4p$E$$$F=PNO$7$^$9!#B0@-$O @@ -258,13 +258,13 @@

-
flastmod $BMWAG(B +
flastmod $BMWAG(B

$B$3$N%3%^%s%I$O;XDj$5$l$?%U%!%$%k$N:G=*=$@5;~9o$r(B timefmt $B=q<0;XDj$K=>$C$FI=<($7$^$9!#(B $B;XDj2DG=$JB0@-$O(B fsize $B%3%^%s%I$HF1$8$G$9!#(B

-
include $BMWAG(B +
include $BMWAG(B

$B$3$N%3%^%s%I$OJL$NJ8=q$d%U%!%$%k$N%F%-%9%H$r2r@O$7$F$$$k%U%!%$%k$K(B $BA^F~$7$^$9!#A^F~$5$l$k%U%!%$%k$O%"%/%;%9@)8f$N4IM}2<$K$"$j$^$9!#(B $B2r@O$7$F$$$k%U%!%$%k$NB8:_$9$k%G%#%l%/%H%j$K(B @@ -314,10 +314,10 @@

-
printenv $BMWAG(B +
printenv $BMWAG(B

$B$3$l$O!"B8:_$9$k$9$Y$F$NJQ?t$H$=$NCM$rI=<($7$^$9!#(BApache 1.3.12 $B$+$i!"(B $BFCJL$JJ8;z$O=PNO$5$l$kA0$K%(%s%F%#%F%#%(%s%3!<%I(B ($B>\:Y$O(B echo $BMWAG$r;2>H(B) + href="#element.echo">echo $BMWAG$r;2>H(B) $B$5$l$k$h$&$K$J$j$^$7$?!#B0@-$O$"$j$^$;$s!#(B

$BNc(B @@ -325,7 +325,7 @@
-
set $BMWAG(B +
set $BMWAG(B

$B$3$l$OJQ?t$NCM$r@_Dj$7$^$9!#B0@-$O