Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1961039.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <?xml version="1.0" encoding="windows-1250"?>
10 <feed xmlns="http://www.w3.org/2005/Atom">
11
12 <title>Kyberia ATOM feed for user {$username}</title>
13 <subtitle>Osobny ATOM feed</subtitle>
14 <link href="http://kyberia.sk"/>
15 <updated>2003-12-13T18:30:02Z</updated> <!-- blabla -->
16 <author>
17 <name>Kyberia server</name>
18 <email>kyberia@kyberia.sk</email>
19 </author>
20 <id>urn:uuid:91272321-8291-4343-2323-883472371823</id>
21
22 {get_atom}
23
24 {foreach from=$get_atom item=child}
25 <entry>
26 <title>{$child.node_name}</title>
27 <link rel="alternate" type="text/html" href="http://kyberia.sk/id/{$child.node_id}"/>
28 <id>{$child.node_id}</id>
29 <updated>2003-12-13T18:30:02Z</updated> <!-- pozriet -->
30 <summary>{$child.node_content}</summary>
31 </entry>
32 {/foreach}
33
34 </feed>
35
36
37
38
This page took 0.303099 seconds and 4 git commands to generate.