github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/error/README (about)

     1  
     2   Multi Language Custom Error Documents
     3   -------------------------------------
     4  
     5   The 'error' directory contains HTTP error messages in multiple languages.
     6   If the preferred language of a client is available it is selected
     7   automatically via the MultiViews feature. This feature is enabled
     8   by default via the Options, Language and ErrorDocument directives.
     9  
    10   You may configure the design and markup of the documents by modifying
    11   the HTML files in the directory 'error/include'.
    12  
    13   Supported Languages:
    14   
    15    +-----------------------+------------------------------------------+
    16    | Language              | Contributed by                           |
    17    +-----------------------+------------------------------------------+
    18    | Brazilian (pt-br)     | Ricardo Leite                            |
    19    | Czech (cs)            | Marcel Kolaja                            |
    20    | Dutch (nl)            | Peter Van Biesen                         |
    21    | English (en)          | Lars Eilebrecht                          |
    22    | French (fr)           | Cecile de Crecy                          |
    23    | German (de)           | Lars Eilebrecht                          |
    24    | Italian (it)          | Luigi Rosa                               |
    25    | Korean (ko)           | Jaeho Shin                               |
    26    | Norwegian Bokmål (nb) | Tom Fredrik Klaussen                     |
    27    | Polish (pl)           | Tomasz Kepczynski                        |
    28    | Romanian (ro)         | Andrei Besleaga                          |
    29    | Serbian (sr)          | Nikola Smolenski                         |
    30    | Spanish (es)          | Karla Quintero                           |
    31    | Swedish (sv)          | Thomas Sjögren                           |
    32    | Turkish (tr)          | Emre Sokullu                             |
    33    | Irish (ga)            | Noirin Plunkett                          |
    34    +-----------------------+------------------------------------------+
    35    (Please see http://httpd.apache.org/docs-project/ if you would
    36     like to contribute the pages in an additional language.)
    37