aboutsummaryrefslogtreecommitdiff
blob: f494a4303b212f7c8a9665c1b377a5ae3113a2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<upstream>
		<changelog>https://gitlab.com/tiotags/hin9/-/blob/master/docs/changes.md</changelog>
		<bugs-to>https://gitlab.com/tiotags/hin9/-/issues</bugs-to>
	</upstream>
	<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>