Code source de mon site Web personnel.
https://www.borfigat.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<feed xml:lang="fr-FR" xmlns="http://www.w3.org/2005/Atom"> |
|
<title>Titre du site</title> |
|
<id>tag:nomdedomaine,AAAA-MM-JJ:blog/</id> |
|
<updated>AAAA-MM-DDTHH:MM:SSZ</updated> |
|
|
|
<author> |
|
<name>Nom de l’auteur</name> |
|
<email>Adresse électronique de l’auteur</email> |
|
</author> |
|
<link rel="alternate" type="text/html" href="/blog/index.html"/> |
|
<link rel="self" type="application/atom+xml" href="url/complet/vers/flux.atom"/> |
|
|
|
<icon>/favicon.png</icon> |
|
<rights type="xhtml"> |
|
<div xmlns="http://www.w3.org/1999/xhtml">Notice de la licence du site.</div> |
|
</rights> |
|
|
|
<entry> |
|
<title>Titre de l’article</title> |
|
<id>tag:nomdedomaine,AAAA-MM-JJ:blog/uri/de/l’article</id> |
|
<updated>AAAA-MM-DDTHH:MM:SSZ</updated> |
|
|
|
<link rel="alternate" type="text/html" href="url/complet/vers/article.html"/> |
|
<summary>Résumé de l’article</summary> |
|
<published>AAAA-MM-DDTHH:MM:SSZ</published> |
|
</entry> |
|
|
|
<entry> |
|
<title>Titre du deuxième article</title> |
|
<id>tag:nomdedomaine,AAAA-MM-JJ:blog/uri/de/l’article</id> |
|
<updated>AAAA-MM-DDTHH:MM:SSZ</updated> |
|
|
|
<link rel="alternate" type="text/html" href="url/complet/vers/article.html"/> |
|
<summary>Résumé de l’article</summary> |
|
<published>AAAA-MM-DDTHH:MM:SSZ</published> |
|
</entry> |
|
</feed>
|
|
|