aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-164-74/+72
* Don't make man.cgi default font-size dictate manual style.Kristaps Dzonsons2011-12-151-3/+3
* Further tweaks for output consistency.Kristaps Dzonsons2011-12-153-7/+15
* Update man.cgi.7 with new CSS files.Kristaps Dzonsons2011-12-151-9/+13
* Some presentation polish in man.cgi:Kristaps Dzonsons2011-12-155-182/+148
* Note that archives are being hosted at gmane.Kristaps Dzonsons2011-12-141-1/+7
* Unbreak man.cgi's css directories when CSS_DIR isn't specified.Kristaps Dzonsons2011-12-142-3/+5
* Remove stray warnx() left in the manpath.c code.Kristaps Dzonsons2011-12-131-2/+1
* Have manpath.c properly use manpath(1), that is, using -C and -m and so on.Kristaps Dzonsons2011-12-132-45/+54
* Compatibility support fgetln() on Linux. This uses the BSD-licensedKristaps Dzonsons2011-12-135-3/+129
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-129-50/+144
* Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze2011-12-111-2/+18
* Ugh, environmental variables are Ev, not Er. Fix typos.Kristaps Dzonsons2011-12-111-2/+2
* Note CSS_DIR in man.cgi.7.Kristaps Dzonsons2011-12-111-1/+3
* When 303'ing a search directly to a page, remember to specify its manroot.Kristaps Dzonsons2011-12-111-57/+54
* Begin working on release notes. Also whitespace-fix man.cgi.7.Kristaps Dzonsons2011-12-102-8/+36
* Update man.cgi.7 to note compatibility and running with multiple roots.Kristaps Dzonsons2011-12-101-16/+64
* Slip in a fix to allow for empty cache directories.Kristaps Dzonsons2011-12-101-2/+2
* Finishing touches on multi-manroot man.cgi. If more than one root isKristaps Dzonsons2011-12-101-5/+24
* Switch on "manpath=" handling, which I call the "manroot" (as "manpath" isKristaps Dzonsons2011-12-101-29/+46
* Encode "manroot" into file URL and parse it properly. Right now thisKristaps Dzonsons2011-12-101-14/+27
* Avoid leaking index records:Ingo Schwarze2011-12-101-21/+25
* Big upgrade and polish for cgi.c.Kristaps Dzonsons2011-12-101-163/+284
* Plug a memory leak in single_search().Kristaps Dzonsons2011-12-101-2/+3
* Fix selection of arch-specific manuals:Ingo Schwarze2011-12-101-3/+7
* Adding some missing "install" bits to Makefile.Kristaps Dzonsons2011-12-101-8/+20
* FreeBSD's man.cgi uses a "default" value for no arch.Kristaps Dzonsons2011-12-101-4/+11
* Add some periods (just to see if mlmmj is working again...).Kristaps Dzonsons2011-12-101-3/+3
* Forgot to make whatis the default during abstraction. Do it again.Kristaps Dzonsons2011-12-091-3/+5
* Abstract query extraction code. Perform some readability fixes while here.Kristaps Dzonsons2011-12-091-138/+154
* When specifying an architecture to whatis(1)/apropos(1)/man.cgi(7), do aKristaps Dzonsons2011-12-091-3/+5
* Tweak pformatted():Ingo Schwarze2011-12-091-13/+14
* Considerably tidy mandocdb(8) catman descriptions by skipping to the firstKristaps Dzonsons2011-12-091-3/+3
* Strip backspace encoding from preformatted manuals. This cleans up a lotKristaps Dzonsons2011-12-091-1/+13
* If no man.cgi `whatis' results are found, offer a quick link to the aproposKristaps Dzonsons2011-12-081-4/+42
* Fix stupid typo: strlcpy() instead of strlcat().Kristaps Dzonsons2011-12-081-2/+2
* Clean up grok of preformatted manual description.Kristaps Dzonsons2011-12-081-29/+36
* index_prune always counted the free slots,Ingo Schwarze2011-12-081-10/+10
* If arguments are passed to mandocdb(8) in "default" mode, then useKristaps Dzonsons2011-12-081-5/+12
* Look for man.cgi files in the cache, not under the volume path.Kristaps Dzonsons2011-12-081-3/+3
* First, remove the catman(8) jobstart() stuff. It only copies files.Kristaps Dzonsons2011-12-081-114/+34
* Tweak to make man.cgi's search results validate properly.Kristaps Dzonsons2011-12-071-1/+4
* Apropos and man.cgi should strcasecmp their output sorting.Kristaps Dzonsons2011-12-072-7/+17
* Add skeleton man.cgi.css file. I don't think this should become moreKristaps Dzonsons2011-12-072-21/+34
* Accept old-school man.cgi parameters like "sektion" and "query". This stillKristaps Dzonsons2011-12-071-1/+18
* Have a whatis/apropos mode, with the default (hitting enter within theKristaps Dzonsons2011-12-073-48/+74
* Make installing CGI a bit easier.Kristaps Dzonsons2011-12-071-0/+9
* By default, man.cgi should compile with -static (this was unset by mistake).Kristaps Dzonsons2011-12-072-5/+19
* Implement search support for 24 additional macros, extract more informationIngo Schwarze2011-12-071-300/+253
* Add cat2html functionality. This keeps track of italic/bold mode per lineKristaps Dzonsons2011-12-071-57/+184