1. It allows us to put the McKinley die in the upper right corner of the page and thus make it part of the header. This is aesthetically more pleasing. 2. It makes it easier for us to add news entries. Aside for point 1, the page is still the same as the previous index.
10 lines
330 B
XML
10 lines
330 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:variable name="base" select="'../..'"/>
|
|
<xsl:variable name="email" select="'freebsd-ia64'"/>
|
|
<xsl:variable name="title" select="'FreeBSD/ia64 Project'"/>
|
|
</xsl:stylesheet>
|