File: atom.xml

package info (click to toggle)
nevow 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,264 kB
  • ctags: 5,311
  • sloc: python: 21,511; ansic: 136; sh: 65; xml: 42; makefile: 32; sql: 5
file content (23 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en" xmlns:n="http://nevow.com/ns/nevow/0.1">
  <title mode="escaped">Post-it</title>
  <link rel="alternate" type="text/html" href="http://vercingetorix.dyndns.org:8080/postit/" />
  <tagline mode="escaped">#verbamanent daily habit</tagline>
  <modified n:data="getFirstPost" n:render="modified">$page.formatDatetime($page._modified)</modified>
  <id>tag:deelan.com,2004:/postit/</id>  
  <n:invisible n:data="get_posts" n:render="sequence">
    <entry n:pattern="item" n:render="post">
      <title mode="escaped"><n:slot name="title">$page.htmlEncode($entry.title)</n:slot></title>
      <link rel="alternate" type="text/html" href="$page.htmlEncode($entry.uri)">
      	<n:attr name="href"> <n:slot name="link" /> </n:attr>
      </link>
      <id>tag:deelan.com,2004:/postit/<n:slot name="id">$entry.id</n:slot></id>
      <issued><n:slot name="created">$page.formatDatetime($entry.issued)</n:slot></issued>
      <modified><n:slot name="modified">$page.formatDatetime($entry.issued)</n:slot></modified>
      <author>
        <name><n:slot name="author">$page.htmlEncode($entry.nickname)</n:slot></name>
      </author>
      <content type="text/plain" mode="escaped"><n:slot name="content">$page.htmlEncode($entry.description)</n:slot></content>
    </entry>
	</n:invisible>
</feed>