1 include(meta_defs.m4)dnl
2 <?xml version="1.0" encoding="UTF-8" ?>
5 <title>Amin Bandali's Personal Site</title>
6 <description>Notes and blog posts by Amin Bandali</description>
7 <link>https://bndl.org</link>
8 <lastBuildDate>syscmd(date -uR | tr -d \\n)</lastBuildDate>
9 <pubDate>syscmd(date -uR | tr -d \\n)</pubDate>
12 define(`fordown',`ifelse($#,0,``$0'',`ifelse(eval($2>=$3),1,
13 `pushdef(`$1',$2)$4`'popdef(`$1')$0(`$1',decr($2),$3,`$4')')')')
14 fordown(`__i',__latest,eval(__latest-10),`
15 syscmd(sed "s/\&/\&/g;s/>/\>/g;s/</\</g" _get(`notes', __i).m4 | m4 -D__feed_rss)')