diff options
author | Oxbian <got.dacs@slmail.me> | 2023-04-03 12:01:26 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-04-03 12:01:26 +0200 |
commit | 47a81050dc892a04bd176e14422daacf9e41e84e (patch) | |
tree | ec5990a214e6217e30462e79aa11655076d16aaa /tools/atom_post_template.xml | |
parent | 0d1710412d5949e67a11a50a5f7309a38ef0823e (diff) | |
download | ArKa-Blog-47a81050dc892a04bd176e14422daacf9e41e84e.tar.gz ArKa-Blog-47a81050dc892a04bd176e14422daacf9e41e84e.zip |
Ajout du RSS/Atom & de la génération du fichier index
Diffstat (limited to 'tools/atom_post_template.xml')
-rw-r--r-- | tools/atom_post_template.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/atom_post_template.xml b/tools/atom_post_template.xml new file mode 100644 index 0000000..52703f7 --- /dev/null +++ b/tools/atom_post_template.xml @@ -0,0 +1,23 @@ +<entry xml:lang="fr"> + <author><name>Oxbian</name><uri>https://blog.arka.rocks</uri></author> + <title type="html">$TITLE</title> + <link rel="alternate" type="text/html" href="$URL"/> + <id>$URL</id> + <published>$DATE</published> + <updated>$DATE</updated> + <content type="html"> + <h1>$TITLE</h1> + $CONTENT + </content> +</entry> + + <h2>Articles sur les bonnes pratiques</h2> + <ul> + <li><a href="articles/">Vie privée</a></li> + <li><a href="articles/">Vie privée</a></li> + </ul> + + <h2>Autres articles</h2> + <ul> + <li><a href="articles/">KKOOOYYAAA</a></li> + </ul>
\ No newline at end of file |