Subject: CVS commit: htdocs/share/xsl
To: None <www-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: www-changes
Date: 12/19/2005 21:45:52
Module Name:	htdocs
Committed By:	heinz
Date:		Mon Dec 19 21:45:52 UTC 2005

Modified Files:
	htdocs/share/xsl: netbsd-book.xsl netbsd-html-chunk.xsl
	    netbsd-webpage.xsl

Log Message:
Replaced local file system paths by abstract URLs in xsl:import
elements. Those URLs are resolved to actual files through use of
catalogs.
Thanks to the work of Roland Illig htdocs should now be independent of
the location of pkgsrc or htdocs itself. Just make sure to have a
the correct definition for LOCALBASE, eg:

  .if defined(BUILDING_HTDOCS)
  LOCALBASE ?= /opt/pkg
  .endif

in your /etc/mk.conf.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 htdocs/share/xsl/netbsd-book.xsl \
    htdocs/share/xsl/netbsd-webpage.xsl
cvs rdiff -r1.2 -r1.3 htdocs/share/xsl/netbsd-html-chunk.xsl

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