]> git.wh0rd.org - tt-rss.git/blobdiff - templates/generated_feed.txt
pngcrush.sh
[tt-rss.git] / templates / generated_feed.txt
index 6bfa50b1beacffc28c73b54f0a3c97e08d68fe88..5e35f9be1b93acf3a6317d6b60f5f1d1881366f8 100644 (file)
 <entry>
        <id>${ARTICLE_ID}</id>
        <link href="${ARTICLE_LINK}" rel="alternate" type="text/html"/>
-       <title>${ARTICLE_TITLE}</title>
+       <title type="html">${ARTICLE_TITLE}</title>
        <summary type="html"><![CDATA[${ARTICLE_EXCERPT}]]></summary>
        <content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
        <updated>${ARTICLE_UPDATED_ATOM}</updated>
        <author><name>${ARTICLE_AUTHOR}</name></author>
+       <source>
+               <id>${ARTICLE_SOURCE_LINK}</id>
+               <link rel="self" href="${ARTICLE_SOURCE_LINK}"/>
+               <updated>${ARTICLE_UPDATED_ATOM}</updated>
+               <title>${ARTICLE_SOURCE_TITLE}</title></source>
 <!-- $BeginBlock category -->
        <category term="${ARTICLE_CATEGORY}"/>
 <!-- $EndBlock category -->