[Comoblog-commit] modules/mod_rss2/templates/2.0 rss2.tpl.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:09:40
|
Update of /cvsroot/comoblog/modules/mod_rss2/templates/2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23969/mod_rss2/templates/2.0 Modified Files: rss2.tpl.xml Log Message: RSS FEEDS FOR POSTS AND COMMENTS changed the templates so that they validate, removed the latest comments from the side bar and put them into there own module (mod_latest_comments) Index: rss2.tpl.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/templates/2.0/rss2.tpl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- rss2.tpl.xml 28 Nov 2005 11:05:36 -0000 1.1 +++ rss2.tpl.xml 16 Feb 2006 23:09:35 -0000 1.2 @@ -5,7 +5,7 @@ <title>{BLOG.title}</title> <link>{BLOG.link}</link> <description>{BLOG.description}</description> - <language>{BLOG.language}</language> + <language>en-gb</language> <generator>{BLOG.generator}</generator> <copyright>{BLOG.copyright}</copyright> <docs>http://backend.userland.com/rss</docs> @@ -19,22 +19,24 @@ <title>{POST.post_mail_subject}</title> <link>{POST.post_permalink}</link> <comments>{POST.post_permalink}</comments> - <description> + <description><![CDATA[ <!-- BEGIN: thumb_img --> - <a href="{SITE_URL}img.php?i={IMAGE.img_name}" onclick="open_popup(this.href,{IMAGE.img_width},{IMAGE.img_height});return false;" title="{TXT.enlarge}"> + <a href="{SITE_URL}img.php?i={IMAGE.img_name}" title="{TXT.enlarge}"> <img class="post_img_thumb" src="{SITE_URL}img/posts/{IMAGE.img_thumb_name}" border="0" alt="" align="left"/> </a> <!-- END: thumb_img --> <!-- BEGIN: img --> - <a href="{SITE_URL}img.php?i={IMAGE.img_name}" onclick="open_popup(this.href,{IMAGE.img_width},{IMAGE.img_height});return false;" title="{TXT.enlarge}"> + <a href="{SITE_URL}img.php?i={IMAGE.img_name}"title="{TXT.enlarge}"> <img class="post_img_thumb" src="{SITE_URL}img/posts/{IMAGE.img_name}" border="0" alt="" align="left" /> </a> <!-- END: img --> - {POST.post_mail_body}</description> - <author>{POST.post_mail_from}</author> - <pubDate>{POST.post_mail_date}</pubDate> + {POST.post_mail_body} + ]]> + </description> + <author>{POST.post_mail_from} <comment-forwarder-{POST.post_mail_from}@iamdecal.co.uk></author> + <pubDate>{POST.post_mail_date_rss}</pubDate> <category>{POST.post_category}</category> </item> <!-- END: post --> |