logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 581bf99740273da2ae94fe17dbb1787d77528cfe
parent 972244a98f4bb304366f011afe815c9c13a195ef
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 24 Sep 2018 08:04:12 +0200

feed.atom: Finally a atom feed!

Diffstat:

Afeed.atom21+++++++++++++++++++++
Mhome.shtml2+-
2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/feed.atom b/feed.atom @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <title>Home feed — Cyber-Home of Lanodan</title> + <updated>2018-09-24T05:48:13Z</updated> + <id>https://hacktivis.me/feed</id> + <link href="https://hacktivis.me/feed" rel="self" /> + <link href="https://hacktivis.me/home" rel="alternate" /> + <author> + <name>Haelwenn (lanodan) Monnier</name> + </author> + + <entry> + <title>My issue with Github (and Microsoft buying it)</title> + <link rel="alternate" type="text/html" href="/articles/My%20issue%20with%20Github%20(and%20Microsoft%20buying%20it)"/> + <id>https://hacktivis.me/articles/My%20issue%20with%20Github%20(and%20Microsoft%20buying%20it)</id> + <updated>2018-09-24T05:23:13Z</updated> + <content type="xhtml"><div> +<!--#include file="/articles/My issue with Github (and Microsoft buying it).xhtml"--> + </div></content> + </entry> +</feed> diff --git a/home.shtml b/home.shtml @@ -3,7 +3,7 @@ <head> <!--#include file="templates/head.shtml" --> <title>Home — lanodan’s cyber-home</title> - <link type="application/rss+xml" href="/rss" title="RSS feed" rel="alternate"/> + <link type="application/atom+xml" href="/feed.atom" title="Home feed" rel="alternate"/> </head> <body> <!--#set var="transPageUrl" value='accueil' --><!--#include file="templates/en/nav.shtml" -->