From 6cd008dd52759e86cfd97396822eb53037faccc7 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Sun, 19 Aug 2001 01:05:04 +0000 Subject: [PATCH] Readme for the multi language error documents. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90350 13f79535-47bb-0310-9956-ffa450edef68 --- docs/docroot/error.README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/docroot/error.README diff --git a/docs/docroot/error.README b/docs/docroot/error.README new file mode 100644 index 0000000000..6856b7c7ee --- /dev/null +++ b/docs/docroot/error.README @@ -0,0 +1,27 @@ + + Multi Language Custom Error Documents + ------------------------------------- + + The 'error' directory in the document root directory contains HTTP error + messages in multiple languages. If the preferred language of client is + available it is selected automatically via the MultiViews feature. + You may configure the design and markup of the documents by modifying + the HTML files in the directory '/error/includes', especially the + file 'config.html'. + + + Supported Languages: + + +------------------+------------------------------------------+ + | Language | Contributed by | + +------------------+------------------------------------------+ + | English (en) | Lars Eilebrecht | + | German (de) | Lars Eilebrecht | + | Spanish (es) | Karla Quintero | + | French (fr) | Cecile de Crecy | + +------------------+------------------------------------------+ + (Please see http://httpd.apache.org/docs-project/ if you would + like to contribute the pages in an additional language.) + + + Copyright (c) 2001 The Apache Software Foundation. All rights reserved. -- 2.50.1