Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 31636 invoked by uid 500); 7 Apr 2003 16:44:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 31603 invoked by uid 500); 7 Apr 2003 16:44:55 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 7 Apr 2003 16:44:53 -0000 Message-ID: <20030407164453.59723.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/04/07 09:44:52 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: try a better explanation for these backports. Revision Changes Path No revision No revision 1.751.2.209 +22 -12 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.208 retrieving revision 1.751.2.209 diff -u -r1.751.2.208 -r1.751.2.209 --- STATUS 5 Apr 2003 23:55:39 -0000 1.751.2.208 +++ STATUS 7 Apr 2003 16:44:50 -0000 1.751.2.209 @@ -104,23 +104,33 @@ -1: brianp (we need a more robust solution than what's in 2.1 right now), jerenkrantz (should be fixed, but I don't have time to do this) - * port "prefer-language". This would be very useful for the distributed - documentation. I plan to put something like + * Extend the SetEnvIf directive to capture subexpressions of the + matched value. This is related to the backport proposal below ... ;-) + modules/metadata/mod_setenvif.c r1.42 + +1: nd + + * port the "prefer-language" env variable. + there are docs online with explanations what it does: + + + (last paragraph) + This feature would allow us to set up a resaonable (and distributable) + config for our multilingual documentation with crosslinks between the + languages, such as: Alias /manual /path/to/manual Alias /manual/en /path/to/manual Alias /manual/de /path/to/manual SetEnvIf Request_URI ^/manual/en/ prefer-language=en SetEnvIf Request_URI ^/manual/de/ prefer-language=de - into the distributed config (but with regexps). We're going to get - an intelligent system for choosing the language either by user's - choice or language negotiation. If user's choice doesn't exist, it - falls back to negotiation again. + : + (but with regexps, see the backport proposal above). We're going to + get a clever system for choosing the language either by user's choice + or language negotiation. If user's choice doesn't exist, it falls back + to negotiation again. + (There's a somewhat outdated example for such cross language links: + , done with mod_rewrite, waiting for + mod_negotiation enhancement ;-)) modules/mappers/mod_negotiation.c r1.110 - +1: nd - - * Extend the SetEnvIf directive to capture subexpressions of the - matched value. This is related to the backport proposal above ... ;-) - modules/metadata/mod_setenvif.c r1.42 +1: nd * Allow mod_dav to do weak entity comparison functions.