Comment out broken/unused code, plus some minnor debug improvements and a cat-v.org specific hack

This commit is contained in:
Uriel 2008-08-27 05:27:40 +02:00
parent a9262efd94
commit 1f66984929
4 changed files with 15 additions and 8 deletions

View file

@ -13,11 +13,13 @@ Content-Type: text/xml; charset=utf-8
%{
for(f in `{sortedBlogPostList $blogDirs}) {
statpost $f
# Hack to aproximate the last build date (use the mdate from last posted item)
if(~ $#last_build_date 0) {
last_build_date='<lastBuildDate>'^$"mdate'</lastBuildDate>'
echo $last_build_date
}
# Hack to aproximate the last build date
#(use the mdate from last posted item)
# Commented out for now because maybe a wrong value is worse than no value
#if(~ $#last_build_date 0) {
#last_build_date='<lastBuildDate>'^$"mdate'</lastBuildDate>'
#echo $last_build_date
#}
%}
<item>
<title>%($title%)</title>