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,172 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"?>
<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">Subbacultcha</title>
  <link rel="alternate" type="text/html" href="http://localhost:8080" />
  <tagline mode="escaped">Subbacultcha atom</tagline>
  <modified n:data="getFirstPost" n:render="modified">Page modified</modified>
  <id>tag:localhost,2004:/</id>  
  <n:invisible n:data="get_posts" n:render="sequence">
    <entry n:pattern="item" n:render="post">
      <title mode="escaped"><n:slot name="title">Entry Title</n:slot></title>
      <link rel="alternate" type="text/html" href="#">
      	<n:attr name="href"> <n:slot name="link" /> </n:attr>
      </link>
      <id>tag:localhost,2004:/<n:slot name="id">id</n:slot></id>
      <issued><n:slot name="created">Date created</n:slot></issued>
      <modified><n:slot name="modified">Date modified</n:slot></modified>
      <author>
        <name><n:slot name="author">Author</n:slot></name>
      </author>
      <content type="text/plain" mode="escaped"><n:slot name="content">Content</n:slot></content>
    </entry>
	</n:invisible>
</feed>