1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: libapache2-mod-form
Section: web
Priority: extra
Maintainer: Geoffrey Pouzet <pouzet.geo@gmail.com>
Standards-Version: 3.9.5
Build-Depends: apache2-dev, debhelper (>= 9)
Vcs-Git: git://anonscm.debian.org/collab-maint/libapache2-mod-form.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libapache2-mod-form.git
Homepage: http://apache.webthing.com/mod_form/
Package: libapache2-mod-form
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Apache module to decode data submitted from Web forms
mod_form is an Apache module to decode data submitted from Web forms.
The decoded data is made available to other Apache modules through
two optional functions exported by mod_form with
APR_DECLARE_OPTIONAL_FN.
.
It deals with both GET and POST methods where the data are encoded
using the default content type application/x-www-form-urlencoded.
.
This package contains the Apache module.
Package: libapache2-mod-form-dev
Architecture: all
Section: libdevel
Depends: libapache2-mod-form (>= ${source:Upstream-Version}),
libapache2-mod-form (<< ${source:Upstream-Version}.0),
${misc:Depends}, apache2-dev
Description: Apache module to decode data submitted from Web forms (development files)
mod_form is an Apache module to decode data submitted from Web forms.
The decoded data is made available to other Apache modules through
two optional functions exported by mod_form with
APR_DECLARE_OPTIONAL_FN.
.
It deals with both GET and POST methods where the data are encoded
using the default content type application/x-www-form-urlencoded.
.
This package contains the development files for Apache modules that
wish to rely on mod_form.
|