1 |
Source: mod-transform |
2 |
Section: web |
3 |
Priority: optional |
4 |
Maintainer: Douglas William Thrift (douglaswth) <douglas@douglasthrift.net> |
5 |
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, apache2-threaded-dev, |
6 |
libxml2-dev (>= 2.6.11), libxslt1-dev (>= 1.1.5) |
7 |
Standards-Version: 3.8.0.1 |
8 |
Homepage: http://www.outoforder.cc/projects/apache/mod_transform/ |
9 |
|
10 |
Package: libapache2-mod-transform |
11 |
Architecture: any |
12 |
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, apache2.2-common, |
13 |
libxml2 (>= 2.6.11), libxslt1.1 (>= 1.1.5) |
14 |
Description: An XSLT and XIncludes Filter module for Apache 2.0 |
15 |
mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL |
16 |
Transformations on either static XML documents, or XML documents generated |
17 |
from another Apache module or CGI program. |