From a797540135ad4c814fac00a6542da5d893786891 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 12 Jul 2014 18:32:47 +0000 Subject: No need for run-time configuration, add minimal compile-time configuration facilities, just two paths and two HTML strings. Show the title on all pages, not just the index page. --- cgi.h.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cgi.h.example (limited to 'cgi.h.example') diff --git a/cgi.h.example b/cgi.h.example new file mode 100644 index 00000000..95508def --- /dev/null +++ b/cgi.h.example @@ -0,0 +1,7 @@ +/* Example compile-time configuration file for man.cgi(8). */ + +#define MAN_DIR "/var/www/man" +#define CSS_DIR "" +#define CUSTOMIZE_TITLE "Manual pages with mandoc" +#define CUSTOMIZE_BEGIN "

\nManual pages with " \ + "mandoc\n

" -- cgit v1.2.3-56-ge451