[
{ type: install
message: <<EOM
cgit has been successfully installed.
To enable cgit in Apache, use something like the following:
<Directory "%%WWWDIR%%/">
AllowOverride None
Options +ExecCGI
Require all granted
</Directory>
Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
EOM
}
]