File: atom.xml

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (54 lines) | stat: -rw-r--r-- 1,889 bytes parent folder | download | duplicates (9)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en-us">
<title>First Weblog</title>
<link rel="alternate" type="text/html" href="http://localhost/weblog/" />
<modified>2004-05-30T07:39:57Z</modified>
<tagline>This is a test weblog.</tagline>
<id>tag:localhost,2004:/weblog//1</id>
<generator url="http://www.movabletype.org/" version="3.0D">Movable Type</generator>
<copyright>Copyright (c) 2004, Melody</copyright>
<author>
<name>Melody</name>
</author>
<entry>
<title>Entry Two</title>
<link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/entry_two.html" />
<modified>2004-05-30T07:39:53Z</modified>
<issued>2004-05-30T07:39:25Z</issued>
<id>tag:localhost,2004:/weblog//1.28</id>
<created>2004-05-30T07:39:25Z</created>
<summary type="text/plain">Hello!...</summary>
<author>
<name>Melody</name>

<email>melody@example.com</email>
</author>
<dc:subject>Travel</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
<![CDATA[<p>Hello!</p>]]>

</content>
</entry>
<entry>
<title>Test</title>
<link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/test.html" />
<modified>2004-05-30T06:24:08Z</modified>
<issued>2004-05-09T07:03:28Z</issued>
<id>tag:localhost,2004:/weblog//1.1</id>
<created>2004-05-09T07:03:28Z</created>
<summary type="text/plain">This is a test. Why don&apos;t you come down to our place for a coffee and a chat?...</summary>
<author>
<name>Melody</name>

<email>melody@example.com</email>
</author>
<dc:subject>Sports</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://localhost/weblog/">
<![CDATA[<p>This is a test.</p>

<p>Why don't you come down to our place for a coffee and a <strong>chat</strong>?</p>]]>

</content>
</entry>

</feed>