mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
Multi Language Custom Error Documents ------------------------------------- The 'error' directory contains HTTP error messages in multiple languages. If the preferred language of a client is available it is selected automatically via the MultiViews feature. This feature is enabled by default via the Options, Language and ErrorDocument directives. You may configure the design and markup of the documents by modifying the HTML files in the directory 'error/include'. Supported Languages: +-----------------------+------------------------------------------+ | Language | Contributed by | +-----------------------+------------------------------------------+ | Brazilian (pt-br) | Ricardo Leite | | Dutch (nl/*) | Peter Van Biesen | | French (fr) | Cecile de Crecy | | English (en) | Lars Eilebrecht | | German (de) | Lars Eilebrecht | | Spanish (es) | Karla Quintero | | Italian (fr) | Luigi Rosa | | Swedish (sv) | Thomas Sjögren | +-----------------------+------------------------------------------+ (Please see http://httpd.apache.org/docs-project/ if you would like to contribute the pages in an additional language.) Copyright (c) 2001-2002 The Apache Software Foundation. All rights reserved.