989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
5 lines
325 B
Text
5 lines
325 B
Text
Apache::Language objects act like language-aware hashes. They store
|
|
key/language/values triplets. Using the Accept-Language: field sent by
|
|
HTTP clients, they can pick the best fit language for that specific client.
|
|
Apache::Language's usage is transparent
|
|
and should prove to be quite convenient (and hopefully, efficient).
|