agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 7e86f47d64914ef715e98a5a6ce6702f6e0c5c6d
parent 7cd82c78120e8b5cf757200e8c295a7691acbfb9
Author: Johann150 <johann.galle@protonmail.com>
Date:   Sat, 23 Jul 2022 19:57:49 +0200

Fix wrong language in README.

Fix https://github.com/mbrubeck/agate/issues/189

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -120,14 +120,14 @@ Such a configuration file might look like this: # This line will be ignored. **/*.de.gmi: ;lang=de nl/**/*.gmi: ;lang=nl -index.gmi: ;lang=en-UK +index.gmi: ;lang=en-GB LICENSE: text/plain;charset=UTF-8 gone.gmi: 52 This file is no longer here, sorry. ``` If this is the `.meta` file in the content root directory and the `-C` flag is used, this will result in the following response headers: * `/` or `/index.gmi` - -> `20 text/gemini;lang=en-UK` + -> `20 text/gemini;lang=en-GB` * `/LICENSE` -> `20 text/plain;charset=UTF-8` * `/gone.gmi`