aboutsummaryrefslogtreecommitdiff
path: root/www/mod_xml2enc
Commit message (Collapse)AuthorAgeFilesLines
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* mod_xml2enc is a transcoding module that can be used to extend theMartin Wilke2011-03-173-0/+47
internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required. WWW: http://apache.webthing.com/mod_xml2enc/ PR: ports/155203 Submitted by: Marin Atanasov Nikolov <dnaeon at gmail.com> Notes: svn path=/head/; revision=271133