]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - rss_20.tmpl
Fix(cheetah compile): chmod +x
[phdru.name/phdru.name.git] / rss_20.tmpl
index 09b646ad3a09cdeee9005b5c96f77a7d54bcaa8c..9719df8845d9d3dd34ea2a263bc3448bb476e60f 100644 (file)
@@ -2,12 +2,12 @@
 <rss version="2.0">
   <channel>
     <title>$title</title>
-    <link>$baseURL/news.html</link>
+    <link>$baseURL$indexFile</link>
     <description>$description</description>
     <language>$lang</language>
     <webMaster>$author &lt;$email&gt;</webMaster>
     <lastBuildDate>${posts[0].rfc822_date}</lastBuildDate>
-    <generator>http://phd.pp.ru/about/make/make-news.py.txt</generator>
+    <generator>http://phdru.name/about/make/${generator}.txt</generator>
 #for $post in $posts
     <item>
       <title>$post.title</title>
@@ -21,7 +21,7 @@ $post.excerpt
 #elif $post.content
 $post.content
 #end if
-#filter Filter
+#end filter
       </description>
 #end if
       <pubDate>${post.rfc822_date}</pubDate>