[Comoblog-commit] comoblog/modules/mod_rss/templates/2.0 rss.tpl.xml, 1.3, 1.4
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2008-02-19 12:21:14
|
Update of /cvsroot/comoblog/comoblog/modules/mod_rss/templates/2.0 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17131 Modified Files: rss.tpl.xml Log Message: Remove the author tag from the rss feed. It's optional, and causes more hassle than it's worth Index: rss.tpl.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_rss/templates/2.0/rss.tpl.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rss.tpl.xml 19 Feb 2008 03:34:02 -0000 1.3 +++ rss.tpl.xml 19 Feb 2008 12:21:07 -0000 1.4 @@ -27,7 +27,6 @@ <comments>{POST.post_permalink}</comments> <description><![CDATA[{POST.post_mail_desc}]]></description> <content:encoded><![CDATA[{POST.post_mail_body}]]></content:encoded> - <author>{POST.post_mail_from}</author> <pubDate>{POST.post_mail_date}</pubDate> <category>{POST.post_category}</category> <guid isPermaLink="true">{POST.post_permalink}</guid> |