<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  version="1.0"> 

<!--
vim: tw=78 ts=8 sw=2 sts=2 ai si
-->

<!--
  $Id: sawfish.xsl,v 1.11 2002/08/31 16:55:35 ss Exp $
  by SATOH Satoru - ss at gnome.gr.jp

  TODO: how about to generate this from RDF/RSS?
-->


<xsl:template name="_header">
  <xsl:param name="_header_title">no title</xsl:param>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=euc-jp" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="author" content="SATOH Satoru" />
<meta name="keywords" content="Japan, sawfish, GNOME, X11, unix, linux, window manager, X Window System" />
<meta name="description" content="this site contains the info. of the X11 window managers named sawfish, in Japanese." />
<link rev="made" href="mailto:ss&#64;gnome.gr.jp" />
<link rel="stylesheet" href="src/main.css" media="screen,tv,print" type="text/css" />
<title><xsl:value-of select="$_header_title" /></title>
</xsl:template>


<xsl:template name="_footer">
<address>
<!--
<a href="http://www.vim.org/">
<img src="src/vipower.png" alt="powered by vi" /></a>
-->
<a href="http://jigsaw.w3.org/css-validator/">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" /></a>
Copyright (C) 2002 SATOH Satoru (ss at gnome.gr.jp) - All rights reserved.<br />
comments, questions, advices (and more...) are welcome.
</address>
</xsl:template>


</xsl:stylesheet>

