%{ fn statpost { f = $1 post_uri = `{echo $f | sed 's,^'$sitedir',,'} title=`{read $f/index.md} post_uri=$base_url^`{cleanname `{echo $f | sed -e 's!^'$sitedir'!!'}}^'/' by=`{ls -m $f | sed 's/^\[//g; s/].*$//g' >[2]/dev/null} ifs=() {summary=`{ cat $f/index.md |strip_title_from_md_file| ifs=$difs {$formatter | escape_html} }} } %} <![CDATA[%($siteTitle%)]]> %($base_url^$req_path%) en-us %{ # uriel99+rss@gmail.com (Uriel) # rfc2822 last time channel content changed. lbd=`{ndate -m `{date `{mtime `{ls $blagh_root$blagh_dirs/[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]/[0-9] | tail -1} | awk '{print $1}'}}} echo ''$"lbd'' for(f in `{get_post_list $blagh_root$blagh_dirs}){ statpost $f # rfc2822 publication date for this post. pubdate=`{ndate -m `{date `{mtime $f | awk '{print $1}'}}} %} <![CDATA[%($title%)]]> %($post_uri%) %($post_uri%) %($pubdate%) %($summary%) % }