]> git.cameronkatri.com Git - mandoc.git/blob - cgi.h.example
Mention the manual page name and section in the HTML page <title>.
[mandoc.git] / cgi.h.example
1 /* Example compile-time configuration file for man.cgi(8). */
2
3 #define HTTP_HOST "mdocml.bsd.lv"
4 #define SCRIPT_NAME "cgi-bin/man.cgi"
5 #define MAN_DIR "/man"
6 #define CSS_DIR ""
7 #define CUSTOMIZE_TITLE "Manual pages with mandoc"
8 #define COMPAT_OLDURI Yes