initial thridculture edits
This commit is contained in:
commit
0ba2a2e03b
172 changed files with 6733 additions and 24 deletions
|
|
@ -25,14 +25,14 @@ fn statpost {
|
|||
# rfc2822 last time channel content changed.
|
||||
lbd=`{ndate -m `{date `{mtime `{ls $blagh_root$blagh_dirs/[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]/[0-9] | tail -1} | awk '{print $1}'}}}
|
||||
echo '<lastBuildDate>'$"lbd'</lastBuildDate>'
|
||||
# rfc2822 publication date for content in the channel.
|
||||
for(f in `{get_post_list $blagh_root$blagh_dirs}){
|
||||
statpost $f
|
||||
# rfc2822 publication date for this post.
|
||||
pubdate=`{ndate -m `{date `{mtime $f | awk '{print $1}'}}}
|
||||
pubdate=`{ndate -m `{date `{mtime $f | awk '{print $1}'}}}
|
||||
%}
|
||||
<item>
|
||||
<title><![CDATA[%($title%)]]></title>
|
||||
<author><![CDATA[%($by%)@noreply.cat-v.org (%($by%))]]></author>
|
||||
<author><![CDATA[%($by%)]]></author>
|
||||
<link>%($post_uri%)</link>
|
||||
<guid isPermaLink="true">%($post_uri%)</guid>
|
||||
<pubDate>%($pubdate%)</pubDate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue