ref: 34820f18ce85546e51fda38dd0f472dbfb762af7
parent: c1bfeb119c8ff5dc8496e928955066d68e7b6252
author: uriel <uriel@engel.se.cat-v.org>
date: Sat Jan 10 12:34:56 EST 2009
Fix sitemap.tpl to use the new split dirfilter
--- a/lib/sitemap.tpl
+++ b/lib/sitemap.tpl
@@ -27,7 +27,7 @@
if(! ~ $#redirectPermanent 1)
{
- for(i in `{ls -dF $d^*/ $d^*.md $d^*.html $d^*.txt >[2]/dev/null | sed $dirfilter}) {
+ for(i in `{ls -dF $d^*/ $d^*.md $d^*.html $d^*.txt >[2]/dev/null | sed $dirfilter$dirclean}) {
desc=''
if(test -f $i.md)
desc=`{getMdDesc $i.md}