File: atom.xml

package info (click to toggle)
haskell-hakyll 4.16.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 948 kB
  • sloc: haskell: 6,703; xml: 44; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>$title$</title>
    <link href="$root$$url$" rel="self" />
    <link href="$root$" />
    <id>$root$$url$</id>
    <author>
        <name>$authorName$</name>
        $if(authorEmail)$
        <email>$authorEmail$</email>
        $endif$
    </author>
    <updated>$updated$</updated>
    $body$
</feed>