logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 513cb92d31e8a7fc0416a7ad8f4711956226e50c
parent 2352c15c58ad58190dbdc3f245f5a04cce2aa9e5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 19 Nov 2024 09:50:57 +0100

flux.atom: switch to XInclude

Diffstat:

M.gitignore1+
Mbuild.ninja1+
Dflux.atom43-------------------------------------------
Aflux.atom.in44++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 43 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -8,5 +8,6 @@ datalove /nginx_autoindex.xsl /notes/index.xhtml /feed.atom +/flux.atom *.br /bookmarks.atom diff --git a/build.ninja b/build.ninja @@ -30,6 +30,7 @@ build bookmarks.atom: xslt bookmarks.atom.xsl bookmarks.xbel build bookmarks.atom.br: brotli bookmarks.atom build feed.atom: xinclude feed.atom.in +build flux.atom: xinclude flux.atom.in build atom.xsl: xinclude atom.xsl.in build animelist.xhtml: xinclude animelist.xhtml.in diff --git a/flux.atom b/flux.atom @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom"> - <title>Flux de l’accueil — Cyber-Home of Lanodan</title> - <updated>2018-10-07T16:50:13Z</updated> - <id>https://hacktivis.me/feed</id> - <link href="https://hacktivis.me/flux.atom" rel="self" /> - <link href="https://hacktivis.me/accueil" rel="alternate" /> - <author> - <name>Haelwenn (lanodan) Monnier</name> - </author> - - <entry> - <title>Mise en place d’un relai icecast</title> - <link rel="alternate" type="text/html" href="/articles/Mise%20en%20place%20d%E2%80%99un%20relai%20icecast"/> - <id>https://hacktivis.me/articles/Mise%20en%20place%20d%E2%80%99un%20relai%20icecast</id> - <updated>2018-06-02T11:33:19Z</updated> - <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> -<!--#include file="/articles/Mise en place d’un relai icecast.xhtml"--> - </div></content> - </entry> - - <entry> - <title>J’ai changé de clé OpenPGP</title> - <link rel="alternate" type="text/html" href="/articles/J%E2%80%99ai%20chang%C3%A9%20de%20cl%C3%A9%20OpenPGP"/> - <id>https://hacktivis.me/articles/J%E2%80%99ai%20chang%C3%A9%20de%20cl%C3%A9%20OpenPGP</id> - <published>2018-02-04T22:51:15+0100</published> - <updated>2018-10-07T16:50:13Z</updated> - <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> -<!--#include file="/articles/J’ai changé de clé OpenPGP.xhtml"--> - </div></content> - </entry> - - <entry> - <title>Paramétrage de mon serveur git</title> - <link rel="alternate" type="text/html" href="/articles/Param%C3%A9trage%20de%20mon%20serveur%20git"/> - <id>https://hacktivis.me/articles/Param%C3%A9trage%20de%20mon%20serveur%20git</id> - <published>2017-02-04T13:19:31Z</published> - <updated>2019-02-20T08:40:13Z</updated> - <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> -<!--#include file="/articles/Paramétrage de mon serveur git.xhtml"--> - </div></content> - </entry> -</feed> diff --git a/flux.atom.in b/flux.atom.in @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet type="text/xsl" href="atom.xsl"?> +<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xi="http://www.w3.org/2001/XInclude"> + <title>Flux de l’accueil — Cyber-Home of Lanodan</title> + <updated>2018-10-07T16:50:13Z</updated> + <id>https://hacktivis.me/feed</id> + <link href="https://hacktivis.me/flux.atom" rel="self" /> + <link href="https://hacktivis.me/accueil" rel="alternate" /> + <author> + <name>Haelwenn (lanodan) Monnier</name> + </author> + + <entry> + <title>Mise en place d’un relai icecast</title> + <link rel="alternate" type="text/html" href="/articles/Mise%20en%20place%20d%E2%80%99un%20relai%20icecast"/> + <id>https://hacktivis.me/articles/Mise%20en%20place%20d%E2%80%99un%20relai%20icecast</id> + <updated>2018-06-02T11:33:19Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> +<xi:include href="articles/Mise%20en%20place%20d%E2%80%99un%20relai%20icecast.xhtml"/> + </div></content> + </entry> + + <entry> + <title>J’ai changé de clé OpenPGP</title> + <link rel="alternate" type="text/html" href="/articles/J%E2%80%99ai%20chang%C3%A9%20de%20cl%C3%A9%20OpenPGP"/> + <id>https://hacktivis.me/articles/J%E2%80%99ai%20chang%C3%A9%20de%20cl%C3%A9%20OpenPGP</id> + <published>2018-02-04T22:51:15+0100</published> + <updated>2018-10-07T16:50:13Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> +<xi:include href="articles/J%E2%80%99ai%20chang%C3%A9%20de%20cl%C3%A9%20OpenPGP.xhtml"/> + </div></content> + </entry> + + <entry> + <title>Paramétrage de mon serveur git</title> + <link rel="alternate" type="text/html" href="/articles/Param%C3%A9trage%20de%20mon%20serveur%20git"/> + <id>https://hacktivis.me/articles/Param%C3%A9trage%20de%20mon%20serveur%20git</id> + <published>2017-02-04T13:19:31Z</published> + <updated>2019-02-20T08:40:13Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> +<xi:include href="articles/Param%C3%A9trage%20de%20mon%20serveur%20git.xhtml"/> + </div></content> + </entry> +</feed>