CVS commit: htdocs

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

Modified Files:
	htdocs: layout.xml

Log Message:
layout.xml: Add some more .../index.xml entries.

This seems to be necessary to get relative URL references generated
correctly, such as for the stylesheet:

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

(Perhaps we should have some kind of lint check for this stuff.)

Still doesn't get ports/sparc64/history.html working, not yet sure
why...


To generate a diff of this commit:
cvs rdiff -u -r1.573 -r1.574 htdocs/layout.xml

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