Rev 322 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 322 |
Rev 323 |
Line 1... |
Line -... |
1 |
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n" ?>
|
- |
|
2 |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
1 |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
3 |
<channel>
|
2 |
<channel>
|
4 |
<title><?=$titre; ?></title>
|
3 |
<title><?=$titre; ?></title>
|
5 |
<link><?=$lien_ods; ?></link>
|
4 |
<link><?=$lien_ods; ?></link>
|
6 |
<atom:link href="<?= $lien_service; ?>" rel="self" type="application/rss+xml" />
|
5 |
<atom:link href="<?= $lien_service; ?>" rel="self" type="application/rss+xml" />
|