From: Jason S. Lingohr Date: Fri, 19 Sep 2003 12:22:58 +0000 (+0000) Subject: Silly me and my tabs. X-Git-Tag: pre_ajp_proxy~1151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60a4e231a7ecbb0b2938e07f8d306218ba014be6;p=apache Silly me and my tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101293 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 455f4a3954..a9c8aeab6f 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -278,35 +278,35 @@ Negotiation Media Type Browser indicates preferences with the Accept - header field. Each item can have an associated quality factor. - Variant description can also have a quality factor (the - "qs" parameter). + header field. Each item can have an associated quality factor. + Variant description can also have a quality factor (the "qs" + parameter). Language Browser indicates preferences with the - Accept-Language header field. Each item can - have a quality factor. Variants can be associated with none, - one or more than one language. + Accept-Language header field. Each item can have + a quality factor. Variants can be associated with none, one or + more than one language. Encoding Browser indicates preference with the - Accept-Encoding header field. Each item can have - a quality factor. + Accept-Encoding header field. Each item can have + a quality factor. Charset Browser indicates preference with the - Accept-Charset header field. Each item can have a - quality factor. Variants can indicate a charset as a parameter - of the media type. + Accept-Charset header field. Each item can have a + quality factor. Variants can indicate a charset as a parameter + of the media type. @@ -334,9 +334,9 @@ Negotiation
  1. Multiply the quality factor from the Accept - header with the quality-of-source factor for this variants - media type, and select the variants with the highest - value.
  2. + header with the quality-of-source factor for this variants + media type, and select the variants with the highest + value.
  3. Select the variants with the highest language quality factor.
  4. @@ -344,19 +344,19 @@ Negotiation
  5. Select the variants with the best language match, using either the order of languages in the Accept-Language header (if present), or else - the order of languages in the LanguagePriority - directive (if present).
  6. + the order of languages in the LanguagePriority + directive (if present).
  7. Select the variants with the highest 'level' media parameter (used to give the version of text/html media types).
  8. Select variants with the best charset media - parameters, as given on the Accept-Charset - header line. Charset ISO-8859-1 is acceptable unless - explicitly excluded. Variants with a text/* - media type but not explicitly associated with a particular - charset are assumed to be in ISO-8859-1.
  9. + parameters, as given on the Accept-Charset + header line. Charset ISO-8859-1 is acceptable unless + explicitly excluded. Variants with a text/* + media type but not explicitly associated with a particular + charset are assumed to be in ISO-8859-1.
  10. Select those variants which have associated charset media parameters that are not ISO-8859-1. If diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index 098bc0c7a5..07f5e07ca1 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -256,35 +256,35 @@ Media Type Browser indicates preferences with the Accept - header field. Each item can have an associated quality factor. - Variant description can also have a quality factor (the - "qs" parameter). + header field. Each item can have an associated quality factor. + Variant description can also have a quality factor (the "qs" + parameter). Language Browser indicates preferences with the - Accept-Language header field. Each item can - have a quality factor. Variants can be associated with none, - one or more than one language. + Accept-Language header field. Each item can have + a quality factor. Variants can be associated with none, one or + more than one language. Encoding Browser indicates preference with the - Accept-Encoding header field. Each item can have - a quality factor. + Accept-Encoding header field. Each item can have + a quality factor. Charset Browser indicates preference with the - Accept-Charset header field. Each item can have a - quality factor. Variants can indicate a charset as a parameter - of the media type. + Accept-Charset header field. Each item can have a + quality factor. Variants can indicate a charset as a parameter + of the media type. @@ -312,9 +312,9 @@
    1. Multiply the quality factor from the Accept - header with the quality-of-source factor for this variants - media type, and select the variants with the highest - value.
    2. + header with the quality-of-source factor for this variants + media type, and select the variants with the highest + value.
    3. Select the variants with the highest language quality factor.
    4. @@ -322,19 +322,19 @@
    5. Select the variants with the best language match, using either the order of languages in the Accept-Language header (if present), or else - the order of languages in the LanguagePriority - directive (if present).
    6. + the order of languages in the LanguagePriority + directive (if present).
    7. Select the variants with the highest 'level' media parameter (used to give the version of text/html media types).
    8. Select variants with the best charset media - parameters, as given on the Accept-Charset - header line. Charset ISO-8859-1 is acceptable unless - explicitly excluded. Variants with a text/* - media type but not explicitly associated with a particular - charset are assumed to be in ISO-8859-1.
    9. + parameters, as given on the Accept-Charset + header line. Charset ISO-8859-1 is acceptable unless + explicitly excluded. Variants with a text/* + media type but not explicitly associated with a particular + charset are assumed to be in ISO-8859-1.
    10. Select those variants which have associated charset media parameters that are not ISO-8859-1. If