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

Revision 2, 741 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<rdf:RDF
2  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3  xmlns="http://purl.org/rss/1.0/"
4  xmlns:dc="http://purl.org/dc/elements/1.1/"
5>
6        <channel rdf:about="{link}">
7                <title>{title}</title>
8                <link>{link}</link>
9                <description>{description}</description>
10
11                <image rdf:resource="{img_url}" />
12               
13                <items>
14                        <rdf:Seq>
15                                <!-- BEGIN seq -->
16                                        <rdf:li rdf:resource="{item_link}"/>
17                                <!-- END seq -->
18                        </rdf:Seq>
19                </items>
20        </channel>
21       
22        <image rdf:resource="{img_url}" />
23                <title>{img_title}</title>
24                <link>{img_link}</link>
25                <url>{img_url}</url>
26        </image>
27<!-- BEGIN item -->
28        <item>
29                <title>{subject}</title>
30                <link>{item_link}</link>
31                <description>{teaser}</description>
32        </item>
33<!-- END item -->
34</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.