Commit | Line | Data |
---|---|---|
206884ba | 1 | include(meta_defs.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 | 4 | <title>Amin Bandali's Personal Site</title> |
a98c50cd | 5 | <subtitle>Notes and blog posts by Amin Bandali</subtitle> |
29f0d7b9 AB |
6 | <id>tag:shemshak.org,2020:__p/notes.atom</id> |
7 | <link href="__d`'__p/notes.atom" rel="self" type="application/atom+xml"/> | |
8 | <link href="__d`'__p/notes.rss" rel="alternate" type="application/rss+xml" /> | |
9 | <link href="__d`'__p/" rel="alternate" type="text/html"/> | |
066f7565 AB |
10 | <updated>syscmd(date -Iseconds -u | tr -d \\n)</updated> |
11 | define(__feed_atom)dnl | |
505a9419 AB |
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),` | |
06611295 | 15 | syscmd(m4 -D__feed_atom -D__d=__d -D__p=__p _get(`notes', __i).m4)') |
505a9419 | 16 | </feed> |