[BACK]Return to cgi.h.example CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

File: [local] / src / usr.bin / mandoc / cgi.h.example (download)

Revision 1.5, Fri Mar 18 13:21:07 2016 UTC (8 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.4: +2 -1 lines

Make the SCRIPT_NAME logic simpler, safer, and make it actually work;
in part based on ideas by bentley@.
While here, improve the documentation.

/* Example compile-time configuration file for man.cgi(8). */

#define	HTTP_HOST "mdocml.bsd.lv"
#define	SCRIPT_NAME "cgi-bin/man.cgi"
#define	MAN_DIR "/man"
#define	CSS_DIR ""
#define	CUSTOMIZE_TITLE "Manual pages with mandoc"
#define	COMPAT_OLDURI Yes