1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/doc/config.xsl Fri Jun 26 16:48:50 2009 +0200
1.3 @@ -0,0 +1,17 @@
1.4 +<?xml version="1.0"?>
1.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
1.6 + xmlns:fo="http://www.w3.org/1999/XSL/Format"
1.7 + version="1.0">
1.8 + <xsl:param name="use.id.as.filename" select="1"/>
1.9 + <xsl:param name="admon.graphics" select="1"/>
1.10 + <xsl:param name="admon.graphics.path"></xsl:param>
1.11 + <xsl:param name="chunk.section.depth" select="0"></xsl:param>
1.12 + <xsl:param name="html.stylesheet" select="'sonews.css'"/>
1.13 +<xsl:template name="user.footer.navigation">
1.14 + <p class="copyright">
1.15 + <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Christian Lins</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.
1.16 + </p>
1.17 +</xsl:template>
1.18 +
1.19 +</xsl:stylesheet>
1.20 +