From owner-cvs-doc@FreeBSD.ORG Fri Oct 28 14:55:14 2005 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1657D16A420; Fri, 28 Oct 2005 14:55:14 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBE543D45; Fri, 28 Oct 2005 14:55:13 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9SEtD4Q017181; Fri, 28 Oct 2005 14:55:13 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9SEtDPn017180; Fri, 28 Oct 2005 14:55:13 GMT (envelope-from fenner) Message-Id: <200510281455.j9SEtDPn017180@repoman.freebsd.org> From: Bill Fenner Date: Fri, 28 Oct 2005 14:55:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi cgi-style.pl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 14:55:14 -0000 fenner 2005-10-28 14:55:13 UTC FreeBSD doc repository (src,ports committer) Modified files: en/cgi cgi-style.pl Log: Update cgi-style to match the new web site look. Add an optional 2nd argument to html_header(); if it's missing or supplied and non-zero, html_header returns XHTML doctype; if it's supplied and zero, html_header returns HTML 4.01 doctype. cvsweb and mailindex are the only HTML4 holdouts. cvsweb should be updated to 3.x which is XHTML, but that's a seperate step. I left $hsty_home alone, because I couldn't find anything that used it or any obvious image to use for it in the new layout. Revision Changes Path 1.23 +146 -29 www/en/cgi/cgi-style.pl