blaghDirs is now blagh_dirs.

This commit is contained in:
Uriel 2009-01-23 16:45:48 +01:00
parent 7028e84bf0
commit fc6fd5045f
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ updated = `{/bin/date --rfc-3339'=seconds' |sed 's/ /T/'}
<link href="."/> <link href="."/>
%{ %{
for(f in `{get_post_list $blagh_root$blaghDirs}) { for(f in `{get_post_list $blagh_root$blagh_dirs}) {
statpost $f statpost $f
%} %}
<entry> <entry>

View file

@ -38,7 +38,7 @@ fn statpost {
<generator>Tom Duff's rc, and Kris Maglione's clever hackery</generator> <generator>Tom Duff's rc, and Kris Maglione's clever hackery</generator>
%{ %{
# <webMaster>uriel99+rss@gmail.com (Uriel)</webMaster> # <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 statpost $f
# Hack to aproximate the last build date # Hack to aproximate the last build date
#(use the mdate from last posted item) #(use the mdate from last posted item)