fix email on cv
[~bandali/bndl.org] / meta_feed_rss.m4
1 include(meta_defs.m4)dnl
2 <?xml version="1.0" encoding="UTF-8" ?>
3 <rss version="2.0"
4 xmlns:atom="http://www.w3.org/2005/Atom"
5 xmlns:content="http://purl.org/rss/1.0/modules/content/">
6 <channel>
7 <title>Amin Bandali's Personal Site</title>
8 <description>Notes and blog posts by Amin Bandali</description>
9 <link>__d`'__p/</link>
10 <lastBuildDate>syscmd(date -uR | tr -d \\n)</lastBuildDate>
11 <pubDate>syscmd(date -uR | tr -d \\n)</pubDate>
12 <ttl>1800</ttl>
13 <atom:link href="__d`'__p/notes.rss" rel="self" type="application/rss+xml" />
14 <atom:link href="__d`'__p/notes.atom" rel="alternate" type="application/atom+xml" />
15 <atom:link href="__d`'__p/" rel="alternate" type="text/html" />
16 define(__feed_rss)dnl
17 define(`fordown',`ifelse($#,0,``$0'',`ifelse(eval($2>=$3),1,
18 `pushdef(`$1',$2)$4`'popdef(`$1')$0(`$1',decr($2),$3,`$4')')')')
19 fordown(`__i',__latest,eval(__latest-10),`
20 syscmd(m4 -D__feed_rss -D__d=__d -D__p=__p _get(`notes', __i).m4)')
21 </channel>
22 </rss>