1
0
Fork 0

Corrected RSS link path (year)

master
Mike Gerwitz 2012-10-09 18:08:51 -04:00
parent 54856a5412
commit 64c9dfc20a
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

2
rss
View File

@ -48,7 +48,7 @@ while read hash commit ts id subject; do
<title><![CDATA[$( ./msgfmt < <( echo "$subject"; echo ) )]]></title> <title><![CDATA[$( ./msgfmt < <( echo "$subject"; echo ) )]]></title>
<link>$( <link>$(
printf "%s/%s/%s.html" \ printf "%s/%s/%s.html" \
"${url/%\/}" "$( ./tsdate "$ts" %y/%m )" "$id" "${url/%\/}" "$( ./tsdate "$ts" %Y/%m )" "$id"
) )
</link> </link>
<pubDate>$( ./tsdate "$ts" %Y-%m-%d )</pubDate> <pubDate>$( ./tsdate "$ts" %Y-%m-%d )</pubDate>