Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove another leftover file | Ingo Schwarze | 2014-08-05 | 1 | -122/+0 |
| | |||||
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -2/+1 |
| | | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@. | ||||
* | Whitespace fix. | Kristaps Dzonsons | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Update man.cgi.7 with new CSS files. | Kristaps Dzonsons | 2011-12-15 | 1 | -8/+12 |
| | |||||
* | Unbreak man.cgi's css directories when CSS_DIR isn't specified. | Kristaps Dzonsons | 2011-12-14 | 1 | -0/+2 |
| | |||||
* | Ugh, environmental variables are Ev, not Er. Fix typos. | Kristaps Dzonsons | 2011-12-11 | 1 | -2/+2 |
| | |||||
* | Note CSS_DIR in man.cgi.7. | Kristaps Dzonsons | 2011-12-11 | 1 | -0/+2 |
| | |||||
* | Begin working on release notes. Also whitespace-fix man.cgi.7. | Kristaps Dzonsons | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Update man.cgi.7 to note compatibility and running with multiple roots. | Kristaps Dzonsons | 2011-12-10 | 1 | -15/+63 |
| | |||||
* | Have a whatis/apropos mode, with the default (hitting enter within the | Kristaps Dzonsons | 2011-12-07 | 1 | -5/+16 |
| | | | | | | | expression text) be whatis. This is a much nicer default than apropos, which can be scary. While here, fix the cat.css location (erroneously put in the response page instead of the catman page) and add bits for a default style-sheet. | ||||
* | Make catman and man.cgi understand the index type-field. | Kristaps Dzonsons | 2011-12-04 | 1 | -4/+3 |
| | | | | | | | 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 for | Kristaps Dzonsons | 2011-11-27 | 1 | -30/+9 |
| | | | | formatting manpages is now linked into man.cgi. | ||||
* | Make a small manual for how to run man.cgi. | Kristaps Dzonsons | 2011-11-24 | 1 | -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. |