Site map

%{ tmpfile=/tmp/werc_sitemap_$pid.txt echo '' > $tmpfile saveddf=$dirfilter fn getMdDesc { sed 's/^(.......................................................................................................[^ ]*).*$/\1/g; 1q' < $1 } fn listDir { d=$1 if(~ $#d 0) d='' dirfilter=$saveddf blogDirs=() if(test -f $d/_werc/config) . ./$d/_werc/config echo '' } cd $sitedir listDir '' cp $tmpfile ./sitemap.txt rm $tmpfile %}