aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.cgi.7
Commit message (Collapse)AuthorAgeFilesLines
* Make catman and man.cgi understand the index type-field.Kristaps Dzonsons2011-12-041-5/+4
| | | | | | | Also make catman's man.conf be generated as catman.conf to avoid clobbering a real man.conf file. Finally, add a placeholder catman() function to man.cgi for preformatted manuals in the cache.
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-271-31/+10
| | | | formatting manpages is now linked into man.cgi.
* Make a small manual for how to run man.cgi.Kristaps Dzonsons2011-11-241-0/+78
This exists almost entirely to document that /tmp must exist in a jailed Apache directory for dbopen() not to fail. This was a massive headache to track down.