can be found, i.e., http://www.FreeBSD.org/cgi at the moment. This allows for easier pre-commit testing of CGI scripts, and avoids SNAFUs with an incorrect URL being committed, as has happened a couple of times recently. en/ should be fully converted with this commit; other languages need to be updated, but are in mid merge molasses at present so I have not touched them.
16 lines
600 B
XML
16 lines
600 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- $FreeBSD: www/share/sgml/includes.xsl,v 1.2 2004/01/12 21:27:00 hrs Exp $ -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:import href="./includes.header.xsl" />
|
|
<xsl:import href="./includes.misc.xsl" />
|
|
<xsl:import href="./includes.release.xsl" />
|
|
<xsl:import href="./transtable-common.xsl" />
|
|
|
|
<xsl:variable name="base" select="'.'" />
|
|
<xsl:variable name="cgibase" select="'http://www.FreeBSD.org/cgi'" />
|
|
<xsl:variable name="enbase" select="concat ($base, '/..')" />
|
|
|
|
</xsl:stylesheet>
|