X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=rss_20.tmpl;fp=rss_20.tmpl;h=22692eadd40af5b57669029d2a58b953d9402625;hb=ee8faee8038946953ffcae196c3c9b2173506ea4;hp=0000000000000000000000000000000000000000;hpb=f9770091df88ba618c0e04fed8b6e5c6ee58e3b7;p=phdru.name%2Fphdru.name.git diff --git a/rss_20.tmpl b/rss_20.tmpl new file mode 100644 index 0000000..22692ea --- /dev/null +++ b/rss_20.tmpl @@ -0,0 +1,34 @@ + + + + $title + $baseURL + $description + $lang + $author <$email> + ${posts[0].rfc822_date} + http://phd.pp.ru/about/make/make-news.py.txt +#for $post in $posts + + $post.title + $post.URL +#if $post.excerpt or $post.content + +#filter WebSafe +#if $post.excerpt +$post.excerpt +<p><a href="$post.URL">Read more</a>&hellip;</p> +#elif $post.content +$post.content +#end if +#filter Filter + +#end if + ${post.rfc822_date} + #for $c in $post.categoryList + $c + #end for + +#end for + +