comparison templates/main.xml @ 39:876d42d93e5b

Suppression du mode RSS, l'ancienne url pointe maintenant vers le flux Atom. Vu la facon dont est concu RSS, il n'y a pas vraiment moyen pour proprement intégré le XML des posts là dedans... En conséquence, il n'y aura qu'un flux Atom 1.0.
author Franck Deroche <webmaster@defr.org>
date Mon, 05 Nov 2007 14:20:58 +0100
parents 2d98421d43da
children ded2849cf38c
comparison
equal deleted inserted replaced
38:33d1c5a13acd 39:876d42d93e5b
6 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' /> 6 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' />
7 <tr:possibleStyleSheets> 7 <tr:possibleStyleSheets>
8 <link tr:toClone='true' type='text/css' media='screen' /> 8 <link tr:toClone='true' type='text/css' media='screen' />
9 </tr:possibleStyleSheets> 9 </tr:possibleStyleSheets>
10 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" /> 10 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" />
11 <link rel="alternate" type="application/rss+xml" title="RSS 2.0 feed" href="/blog/dualblog.rss" />
12 <link rel="icon" type="image/png" href="/favicon.png" /> 11 <link rel="icon" type="image/png" href="/favicon.png" />
13 <meta http-equiv='content-type' content='text/html; charset=utf-8' /> 12 <meta http-equiv='content-type' content='text/html; charset=utf-8' />
14 <meta name='author' content='Franck Deroche' /> 13 <meta name='author' content='Franck Deroche' />
15 <script type="Text/JavaScript" src="/blog/RollUp.js">//Stupid IE...</script> 14 <script type="Text/JavaScript" src="/blog/RollUp.js">//Stupid IE...</script>
16 </head> 15 </head>