diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hinsightd/metadata.xml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml index 3e7b7f452..50c6ba674 100644 --- a/www-servers/hinsightd/metadata.xml +++ b/www-servers/hinsightd/metadata.xml @@ -1,8 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <use> - <!--<flag name="openssl">Enable tls encryption with openssl</flag>--> - </use> + <!-- maintainer-needed --> + <longdescription lang="en"> + hinsightd is a http/1.1 webserver with a focus on simple code and + reliable behaviour. + Notable features: reverse proxying, output caching, ssl, pipelining, + cgi, output compression with deflate, graceful restart, 304 status, + etag, range requests and a very customizable config file using lua. + Virtual hosts can be implemented in lua. + Logging is entirely controled by lua. + Full debug information can be toggled per request and outputted to console or a log file. + </longdescription> + <use> + <!--<flag name="openssl">Enable tls encryption with openssl</flag>--> + </use> </pkgmetadata> |