source: trunk/news_admin/website/templates/rss2.tpl @ 2

Revision 2, 304 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
2        <channel>
3                <title>{title}</title>
4                <link>{link}</link>
5                <description>{description}</description>
6<!-- BEGIN item -->
7                <item>
8                        <title>{subject}</title>
9                        <link>{item_link}</link>
10                </item>
11<!-- END item -->
12        </channel>
13</rss>
Note: See TracBrowser for help on using the repository browser.