File: rss20dc.xml

package info (click to toggle)
nodebox-web 1.9.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,900 kB
  • sloc: python: 7,582; ansic: 581; xml: 239; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
  <title>Sample Feed</title>
  <link>http://example.org/</link>
  <description>For documentation only</description>
  <dc:language>en-us</dc:language>
  <dc:creator>Mark Pilgrim (mark@example.org)</dc:creator>
  <dc:rights>Copyright 2004 Mark Pilgrim</dc:rights>
  <dc:date>2004-06-04T17:40:33-05:00</dc:date>
  <admin:generatorAgent rdf:resource="http://www.exampletoolkit.org/"/>
  <admin:errorReportsTo rdf:resource="mailto:mark@example.org"/>

  <item>
    <title>First of all</title>
    <link>http://example.org/archives/2002/09/04.html#first_of_all</link>
    <guid isPermaLink="false">1983@example.org</guid>
    <description>
      Americans are fat. Smokers are stupid. People who don't speak Perl are irrelevant.
    </description>
    <dc:subject>Quotes</dc:subject>
    <dc:date>2002-09-04T13:54:20-05:00</dc:date>
    <content:encoded><![CDATA[
      <cite>Ian Hickson</cite>: <q><a href="http://ln.hixie.ch/?start=1030823786&amp;count=1?>
      Americans are fat. Smokers are stupid. People who don't speak Perl are irrelevant.
      </a></q>]]>
    </content:encoded>
  </item>
</channel>
</rss>