diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-14 18:56:05 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-14 18:56:05 -0500 |
commit | 4f25d90ebc2d3ff2ad7a5d7bd8578a6c4d673aa8 (patch) | |
tree | 29fb638c932a9b15f7eda036690a65b8cec1e776 /doc | |
parent | b3036541674cc90b1c48203244dd711e399ce9d7 (diff) |
mention that lighttpd does support this. Example needed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index f3b70b5f7..da85636ec 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -129,11 +129,10 @@ For details, see [Apache's documentation](http://httpd.apache.org/docs/2.2/conte lighttpd -------- -lighttpd unfortunately does not support content negotiation. - -**FIXME**: does `mod_magnet` provide the functionality needed to - emulate this? +Recent versions of lighttpd should be able to use +`$HTTP["language"]` to configure the translatted pages to be served. +TODO: Example Usage ===== |