root/alternc-doc/trunk/home2.xsl

Revision 1119, 1.3 kB (checked in by benjamin, 3 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
4                 version="1.0"
5                 exclude-result-prefixes="doc">
6
7 <xsl:import href="docbook-xsl-1.61.3/xhtml/chunk.xsl"/>
8
9 <xsl:template name="user.head.content">
10     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
11     <meta http-equiv="Content-Script-Type" content="text/javascript" />
12     <meta http-equiv="Content-Style-Type" content="text/css" />
13     <meta http-equiv="Content-Language" content="fr" />
14
15     <meta name="revisit-after" content="1 month" />
16     <meta name="robots" content="index,follow" />
17     <meta name="DC.Language" content="fr" />
18     <meta name="DC.Publisher" content="Benjamin Sonntag" />
19     <meta name="DC.Rights" content="GPL, " />
20     <meta name="DC.Creator" content="Alternc Team" />
21         <link rel="start" title="Accueil" href="/doc/" />
22     <link rel="author" title="Auteurs" href="/equipe.php" />
23     <link rel="copyright" title="Mentions légales" href="/licence.php" />
24         <link rel="stylesheet" type="text/css" href="/screen.css" media="screen" title="Normal" />
25     <link rel="stylesheet" type="text/css" href="/print.css" media="print" title="Normal" />
26 </xsl:template>
27
28
29
30 </xsl:stylesheet>
Note: See TracBrowser for help on using the browser.