CVS commit: htdocs

"Taylor R Campbell" <[email protected]> Fri, 15 May 2026 15:52:06 +0000
Newsgroups gmane.os.netbsd.devel.www.cvs
Message-ID <[email protected]>
Module Name:	htdocs
Committed By:	riastradh
Date:		Fri May 15 15:52:06 UTC 2026

Modified Files:
	htdocs/ports/riscv: index.xml
	htdocs/releases/formal-1.4: index.xml
	htdocs/releases/formal-1.5: NetBSD-1.5.1.xml NetBSD-1.5.2.xml
	    NetBSD-1.5.3.xml index.xml
	htdocs/releases/formal-1.6: NetBSD-1.6.1.xml NetBSD-1.6.xml
	htdocs/support/security: patches-10.1.xml

Log Message:
Fix some web page ids.

Apparently they have to match the path, with s,/,-,g.

This addresses _some_ cases of generating broken links like

<link rel="stylesheet" href="global.css" type="text/css">

which should be

<link rel="stylesheet" href="../../global.css" type="text/css">

for a page two directories deep.  But it doesn't address all of them.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 htdocs/ports/riscv/index.xml
cvs rdiff -u -r1.1 -r1.2 htdocs/releases/formal-1.4/index.xml
cvs rdiff -u -r1.2 -r1.3 htdocs/releases/formal-1.5/NetBSD-1.5.1.xml
cvs rdiff -u -r1.3 -r1.4 htdocs/releases/formal-1.5/NetBSD-1.5.2.xml \
    htdocs/releases/formal-1.5/NetBSD-1.5.3.xml
cvs rdiff -u -r1.1 -r1.2 htdocs/releases/formal-1.5/index.xml
cvs rdiff -u -r1.2 -r1.3 htdocs/releases/formal-1.6/NetBSD-1.6.1.xml
cvs rdiff -u -r1.3 -r1.4 htdocs/releases/formal-1.6/NetBSD-1.6.xml
cvs rdiff -u -r1.1 -r1.2 htdocs/support/security/patches-10.1.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.