diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blog_index.xml	Mon Oct 22 08:59:58 2007 +0200
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:tr="http://defr.net/2007/template">
+ <head>
+  <title />
+  <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' />
+  <link tr:toClone='true' type='text/css' media='screen' />
+  <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" />
+  <link rel="alternate" type="application/rss+xml" title="RSS 2.0 feed" href="/blog/dualblog.rss" />
+  <meta http-equiv='content-type' content='text/html; charset=utf-8' />
+  <meta name='author' content='Franck Deroche' />
+ </head>
+
+ <body id="Main">
+  <h1>Dual Blog : DeFr's Weblog</h1>
+  <div id="Posts" tr:id='Posts'>
+   <tr:post tr:toClone='true' />
+  </div>
+ </body>
+</html>