swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 913339fa4a379dcf6e81663041f452a645dd7007
parent 5ef912c71d4aeabdfc639e56df40cac666b14659
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Fri, 23 Jan 2009 16:45:48 +0100

blaghDirs is now blagh_dirs.
Diffstat:
Mlib/_apps/blagh/atom.tpl | 2+-
Mlib/_apps/blagh/rss20.tpl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/_apps/blagh/atom.tpl b/lib/_apps/blagh/atom.tpl @@ -35,7 +35,7 @@ updated = `{/bin/date --rfc-3339'=seconds' |sed 's/ /T/'} <link href="."/> %{ - for(f in `{get_post_list $blagh_root$blaghDirs}) { + for(f in `{get_post_list $blagh_root$blagh_dirs}) { statpost $f %} <entry> diff --git a/lib/_apps/blagh/rss20.tpl b/lib/_apps/blagh/rss20.tpl @@ -38,7 +38,7 @@ fn statpost { <generator>Tom Duff's rc, and Kris Maglione's clever hackery</generator> %{ # <webMaster>uriel99+rss@gmail.com (Uriel)</webMaster> - for(f in `{get_post_list $blagh_root$blaghDirs}) { + for(f in `{get_post_list $blagh_root$blagh_dirs}) { statpost $f # Hack to aproximate the last build date #(use the mdate from last posted item)