mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
616 B
Text
10 lines
616 B
Text
HttpAcceptLanguage is a gem, which helps you detect the users preferred
|
|
language, as sent by the "Accept-Language" HTTP header.
|
|
|
|
The algorithm is based on RFC 2616, with one exception: when a user requests
|
|
"en-US" and "en" is an available language, "en" is deemed compatible with
|
|
"en-US". The RFC specifies that the requested language must either exactly match
|
|
the available language or must exactly match a prefix of the available
|
|
language. This means that when the user requests "en" and "en-US" is available,
|
|
"en-US" would be compatible, but not the other way around. This is usually not
|
|
what you're looking for.
|