Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0901318539 for ; Mon, 19 Oct 2015 13:39:23 +0000 (UTC) Received: (qmail 18893 invoked by uid 500); 19 Oct 2015 13:39:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 18743 invoked by uid 500); 19 Oct 2015 13:39:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 18543 invoked by uid 99); 19 Oct 2015 13:39:18 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2015 13:39:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2CC84C5768 for ; Mon, 19 Oct 2015 13:39:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Jr_xowRw1u29 for ; Mon, 19 Oct 2015 13:39:13 +0000 (UTC) Received: from monica.sharp.fm (monica.sharp.fm [80.168.143.5]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 40380206E3 for ; Mon, 19 Oct 2015 13:39:13 +0000 (UTC) Received: from [10.105.13.216] (unknown [5.56.169.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by monica.sharp.fm (Postfix) with ESMTPSA id 099ED8034F for ; Mon, 19 Oct 2015 14:39:06 +0100 (BST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: XSLT filter for httpd From: Graham Leggett In-Reply-To: <1445260816.3909.61.camel@mimir.webthing.com> Date: Mon, 19 Oct 2015 15:39:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <8FC296F6-273A-4E97-B68A-CCC10B68CD2C@sharp.fm> References: <1445260816.3909.61.camel@mimir.webthing.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.2104) On 19 Oct 2015, at 3:20 PM, Nick Kew wrote: > There are several old modules: for example mod_transform. > I expect they still serve for sites without i18n requirements. > One option would be to overhaul that. >=20 > Note, mod_transform is GPL. Originally my decision when I released > its earlier predecessor, before I was part of the dev@httpd team. > I'd be happy to re-license it as Apache, and I don't think > any of my co-developers would object. I=E2=80=99ve been using mod_transform v0.6.0 for a while, and have = wanted to develop it further. It would be a great starting point. Regards, Graham =E2=80=94