From: Jim Jagielski Date: Wed, 29 Aug 2007 22:40:06 +0000 (+0000) Subject: Update all docs X-Git-Tag: 2.0.61~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a701e080d32986dd28d6a3e66b906074b500c626;p=thirdparty%2Fapache%2Fhttpd.git Update all docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@570966 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 937db8f965e..3fcd03742c9 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -515,6 +515,32 @@ indexing of

+
Charset=character-set (Apache 2.0.61 and + later)
+ +
The Charset keyword allows you to + specify the character set of the generated page. The + default is either ISO-8859-1 or UTF-8, + depending on whether the underlying file system is unicode + or not. + +

Example:

+ IndexOptions Charset=UTF-8 +

+
+ +
Type=MIME content-type (Apache 2.0.61 and + later)
+ +
The Type keyword allows you to + specify the MIME content-type of the generated page. The default + is text/html. + +

Example:

+ IndexOptions Type=text/plain +

+
+
DescriptionWidth=[n | *] (Apache 2.0.23 and later)
diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index a06f43e2e23..4d05cf77e35 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + +