fix remaining issues with non-numeric slugs
[~bandali/bndl.org] / feed_atom.m4
CommitLineData
c08732dd 1include(meta_notes.m4)dnl
505a9419
AB
2<?xml version="1.0" encoding="UTF-8"?>
3<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
066f7565
AB
4<title>Amin Bandali's Personal Site</title>
5<id>tag:bandali.eu.org,atom,notes/</id>
6<link href="https://bandali.eu.org/notes.atom" rel="self" type="application/atom+xml"/>
7<link href="https://bandali.eu.org" rel="alternate" type="text/html"/>
8<updated>syscmd(date -Iseconds -u | tr -d \\n)</updated>
9define(__feed_atom)dnl
505a9419
AB
10define(`fordown',`ifelse($#,0,``$0'',`ifelse(eval($2>=$3),1,
11 `pushdef(`$1',$2)$4`'popdef(`$1')$0(`$1',decr($2),$3,`$4')')')')
12fordown(`__i',__latest,eval(__latest-10),`
c08732dd 13 syscmd(sed "s/\&/\&amp;/g;s/>/\&gt;/g;s/</\&lt;/g" _get(`notes', __i).m4 | m4 -D__feed_atom)')
505a9419 14</feed>