From cb5489586ebb27bb763bf25f1eec993ad0906e6e Mon Sep 17 00:00:00 2001 From: "Georgi D. Sotirov" Date: Thu, 23 May 2019 18:01:17 +0300 Subject: [PATCH] Use Markdown syntax --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 742b8df..9c8ed5b 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,30 @@ -HTTP Custom Internationalized Status Messages +# HTTP Custom Internationalized Status Messages About ------------------------------------------------------------------------------ -Apache HTTP server allows custom error messages through the ErrorDocument -directive (see https://httpd.apache.org/docs/2.4/mod/core.html#errordocument ), -which also could be internationalized using content negotiation (see -https://httpd.apache.org/docs/2.4/content-negotiation.html ). For such pages -no advanced CGI is necessary, so using Server Side Includes (see -https://httpd.apache.org/docs/2.4/howto/ssi.html ) provided by mod_include -(see https://httpd.apache.org/docs/2.4/mod/mod_include.html ) one could -achieve "homogenous and consistent style and layout" with minimum maintenance -work. This project is based on the ideas and examples from the page Using XSSI -and ErrorDocument to configure customized international server error responses -(see https://httpd.apache.org/docs/1.3/misc/custom_errordocs.html ) from HTTPD -1.3's documentation. +Apache HTTP server allows custom error messages through the +[ErrorDocument](https://httpd.apache.org/docs/2.4/mod/core.html#errordocument) +directive, which also could be internationalized using +[Content Negotiation](https://httpd.apache.org/docs/2.4/content-negotiation.html). +For such pages no advanced CGI is necessary, so using +[Server Side Includes](https://httpd.apache.org/docs/2.4/howto/ssi.html) +provided by [mod_include](https://httpd.apache.org/docs/2.4/mod/mod_include.html) +one could achieve "*homogenous and consistent style and layout*" with minimum +maintenance work. This project is based on the ideas and examples from the page +[Using XSSI and ErrorDocument to configure customized international server error responses](https://httpd.apache.org/docs/1.3/misc/custom_errordocs.html) +from HTTPD 1.3's documentation. Installation ------------------------------------------------------------------------------ These are the steps to follow to install and configure custom error docs: 1. Create directory for the error documents (see -https://httpd.apache.org/docs/1.3/misc/custom_errordocs.html#createdir ) and -modify your HTTPD configuration as described. +[Creating an ErrorDocument directory](https://httpd.apache.org/docs/1.3/misc/custom_errordocs.html#createdir)) +and modify your HTTPD configuration as described. 2. Download projects files into the directory created in point 1. 3. Restart HTTPD. License ------------------------------------------------------------------------------ -Please, see file COPYING. +Please, see file [COPYING](COPYING).