]> git.cameronkatri.com Git - mandoc.git/history - cgi.c
First, remove the catman(8) jobstart() stuff. It only copies files.
[mandoc.git] / cgi.c
2011-12-07 Kristaps DzonsonsTweak to make man.cgi's search results validate properly.
2011-12-07 Kristaps DzonsonsApropos and man.cgi should strcasecmp their output...
2011-12-07 Kristaps DzonsonsAdd skeleton man.cgi.css file. I don't think this...
2011-12-07 Kristaps DzonsonsAccept old-school man.cgi parameters like "sektion...
2011-12-07 Kristaps DzonsonsHave a whatis/apropos mode, with the default (hitting...
2011-12-07 Kristaps DzonsonsBy default, man.cgi should compile with -static (this...
2011-12-07 Kristaps DzonsonsAdd cat2html functionality. This keeps track of italic...
2011-12-04 Kristaps DzonsonsMake catman and man.cgi understand the index type-field.
2011-11-27 Kristaps DzonsonsRemoving INSECURE mode. This is a work in progress...
2011-11-24 Kristaps DzonsonsLet man.cgi run in two modes:
2011-11-23 Kristaps Dzonsonsman.cgi works for the non-jailed case.
2011-11-20 Kristaps DzonsonsMerge schwarze@'s work for 64-bit types. This is based...
2011-11-13 Ingo SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.
2011-11-09 Kristaps DzonsonsMake apropos's lookup use a find(1)-like expression...
2011-11-09 Kristaps DzonsonsSplit apropos.c into db.c and apropos.h with simpler...