File: no_base.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 (15 lines) | stat: -rwxr-xr-x 520 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <title>Sample Feed</title>
  <tagline>For documentation only</tagline>
  <link rel="alternate" type="text/html" href="index.html"/>
  <entry xml:base="http://example.org/archives/">
    <title>First entry title</title>
    <link rel="alternate" type="text/html" href="000001.html"/>
    <author>
      <name>Mark Pilgrim</name>
      <url>../about/</url>
      <email>mark@example.org</email>
    </author>
  </entry>
</feed>