]> git.deb.at Git - deb/hackedgotchi.git/blob - templates/opml.xml.dj
remove news.d.n
[deb/hackedgotchi.git] / templates / opml.xml.dj
1 <?xml version="1.0"?>
2 <opml version="1.1">
3         <head>
4                 <title>{{ name }}</title>
5                 <dateModified>{{ date_822 }}</dateModified>
6                 <ownerName>{{ owner_name }}</ownerName>
7                 <ownerEmail>{{ owner_email }}</ownerEmail>
8         </head>
9         
10         <body>
11 {% for channel in Channels %}
12                 <outline type="rss" text="{{ channel.name }}" xmlUrl="{{channel.url }}" title="{% firstof channel.title channel.name %}"{% if channel.channel_link %} htmlUrl="{{ channel.channel_link }}"{% endif %} /> {% endfor %}
13         </body>
14 </opml>