aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.h.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-13 15:38:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-13 15:38:36 +0000
commitf105330f8c9e23c94a433da24c01ff78b5e06613 (patch)
treeb7a81f3805c365427cedf1dac92e44c40580675d /cgi.h.example
parente1c43d6711ac3ae9f955128631c8bb0dc69772f8 (diff)
downloadmandoc-f105330f8c9e23c94a433da24c01ff78b5e06613.tar.gz
mandoc-f105330f8c9e23c94a433da24c01ff78b5e06613.tar.zst
mandoc-f105330f8c9e23c94a433da24c01ff78b5e06613.zip
Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;
unfortunate, more than 400 links needing this are scattered all around the www.openbsd.org website, and CVSweb needs this as well.
Diffstat (limited to 'cgi.h.example')
-rw-r--r--cgi.h.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi.h.example b/cgi.h.example
index 95508def..4f7273b1 100644
--- a/cgi.h.example
+++ b/cgi.h.example
@@ -5,3 +5,4 @@
#define CUSTOMIZE_TITLE "Manual pages with mandoc"
#define CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
"<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
+#define COMPAT_OLDURI Yes