gentoo-ebuilds/www-nginx/ngx-upload-progress/metadata.xml
Zurab Kvachadze 3d7cf7a2c5
www-nginx/ngx-upload-progress: new package, add 0.9.3
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-05 08:26:59 +01:00

24 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>zurabid2016@gmail.com</email>
<name>Zurab Kvachadze</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
The ngx-upload-proress module is an NGINX module that implements an upload progress system
which monitors RFC1867 POST upload as they are transmitted to upstream servers.
The module works by tracking the uploads proxied by NGINX to upstream servers without analysing the
uploaded content and offers a web API to report upload progress in JavaScript, JSON or any
other format (with the help of templates).
</longdescription>
<upstream>
<bugs-to>https://github.com/masterzen/nginx-upload-progress-module/issues</bugs-to>
<remote-id type="github">masterzen/nginx-upload-progress-module</remote-id>
</upstream>
</pkgmetadata>