]> git.cameronkatri.com Git - mandoc.git/commit
Split apropos.c into db.c and apropos.h with simpler code (re-written, but
authorKristaps Dzonsons <kristaps@bsd.lv>
Wed, 9 Nov 2011 01:24:23 +0000 (01:24 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Wed, 9 Nov 2011 01:24:23 +0000 (01:24 +0000)
commitff0dac07cf742459dbb509973cdfb2ca6af903f9
tree2c36728386cbb134d8d10c2d11de0b1b884b5eea
parent61bca234bb8f66517dc609f3dc3dfbee7fb22cee
Split apropos.c into db.c and apropos.h with simpler code (re-written, but
inspired by apropos.c and mandoc-tools' mandoc-cgi.c).  This uses UTF-8
right now for its re-writing, but will soon accomodate for the regular
suspects (this is a rather simple matter).

I also introduce man.cgi (cgi.c), which is a standalone CGI that replaces
mandoc-tools' mandoc.cgi.  Right now it's just a framework.
Makefile
apropos.c
apropos.h [new file with mode: 0644]
cgi.c [new file with mode: 0644]
db.c [new file with mode: 0644]