c1cc8a1352
- add doc.common.mk, which defines variables, targets, and dependencies commonly used in www/ and doc/. - move www/<lang>/includes.xsl to the language independent directory and split into several files. - add transtable*.xsl and transtable.xml to support localized mirror names. - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use mirrors.xml (mirrors and eresources). - make www/{en,ja}/index.xsl use mirrors.xml. For details, please see doc/share/sgml/README.mirrors for the moment. Reviewed by: simon and Alex Dupre <sysadmin@alexdupre.com>
13 lines
417 B
XML
13 lines
417 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- $FreeBSD: www/en/includes.xsl,v 1.19 2003/11/17 06:28:19 hrs Exp $ -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:import href="../share/sgml/includes.xsl" />
|
|
|
|
<xsl:variable name="url.doc.langcode" select="'en_US.ISO8859-1'" />
|
|
|
|
<!-- Language-specific definitions should be put below this line -->
|
|
|
|
</xsl:stylesheet>
|