This package browser is in early development. Mind the rough edges.

nginx-accept-language-module

Nginx module for parsing the Accept-Language HTTP header

This nginx module parses the Accept-Language field in HTTP headers and chooses the most suitable locale for the user from the list of locales supported at your website.

Installation

Install the latest version of nginx-accept-language-module as follows:

guix install nginx-accept-language-module

Or install a particular version:

guix install nginx-accept-language-module@0.0.0-1.2f69842

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of nginx-accept-language-module about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nginx-accept-language-module'><img src='https://packages.guix.gnu.org/packages/nginx-accept-language-module/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nginx-accept-language-module/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nginx-accept-language-module)

Example Org:

[[https://packages.guix.gnu.org/packages/nginx-accept-language-module][https://packages.guix.gnu.org/packages/nginx-accept-language-module/badges/latest-version.svg]]