Mercurial > defr > templates
comparison blog_index.xml @ 13:673d9845fc16
Ajout d'un exemple plus complet basé sur DualBlog
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 22 Oct 2007 08:59:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
12:8a99fa4ea193 | 13:673d9845fc16 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
2 <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" | |
3 xmlns:tr="http://defr.net/2007/template"> | |
4 <head> | |
5 <title /> | |
6 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' /> | |
7 <link tr:toClone='true' type='text/css' media='screen' /> | |
8 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" /> | |
9 <link rel="alternate" type="application/rss+xml" title="RSS 2.0 feed" href="/blog/dualblog.rss" /> | |
10 <meta http-equiv='content-type' content='text/html; charset=utf-8' /> | |
11 <meta name='author' content='Franck Deroche' /> | |
12 </head> | |
13 | |
14 <body id="Main"> | |
15 <h1>Dual Blog : DeFr's Weblog</h1> | |
16 <div id="Posts" tr:id='Posts'> | |
17 <tr:post tr:toClone='true' /> | |
18 </div> | |
19 </body> | |
20 </html> |