Last change
on this file since 70523 was
70523,
checked in by rastapopoulos@…, 8 years ago
|
Oups oublié d'enregistrer la limite de 1000 avant de commiter.
|
File size:
817 bytes
|
Rev | Line | |
---|
[70522] | 1 | #CACHE{0} |
---|
| 2 | #HTTP_HEADER{Content-Type: text/xml; charset=utf-8} |
---|
| 3 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 4 | <urlset |
---|
| 5 | xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" |
---|
| 6 | xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" |
---|
| 7 | > |
---|
[70523] | 8 | <BOUCLE_derniers_articles(ARTICLES){age<=2}{!par date}{0,1000}{id_rubrique?}{id_mot?}> |
---|
[70522] | 9 | <url> |
---|
| 10 | <loc>[(#URL_ARTICLE|url_absolue)]</loc> |
---|
| 11 | <news:news> |
---|
| 12 | <news:publication> |
---|
| 13 | <news:name>#NOM_SITE_SPIP</news:name> |
---|
| 14 | <news:language>fr</news:language> |
---|
| 15 | </news:publication> |
---|
| 16 | <news:genres>OpEd</news:genres> |
---|
| 17 | <news:publication_date>[(#DATE|affdate{Y-m-d})]</news:publication_date> |
---|
| 18 | <news:title>#TITRE</news:title> |
---|
| 19 | <B_mots><news:keywords><BOUCLE_mots(MOTS?){id_article}{","}>#TITRE</BOUCLE_mots></news:keywords></B_mots> |
---|
| 20 | </news:news> |
---|
| 21 | </url> |
---|
| 22 | </BOUCLE_derniers_articles> |
---|
| 23 | </urlset> |
---|
Note: See
TracBrowser
for help on using the repository browser.