File: rss.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 (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>$title$</title>
        <link>$root$</link>
        <description><![CDATA[$description$]]></description>
        <atom:link href="$root$$url$" rel="self"
                   type="application/rss+xml" />
        <lastBuildDate>$updated$</lastBuildDate>
        $body$
    </channel>
</rss>