/[refeed]/trunk/style/templates/out/opml.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/style/templates/out/opml.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 809 byte(s)
make working copy of trunk
1 {*----------------------------------------
2 $Id: opml.tpl,v 1.2 2006/02/23 19:47:51 fruminator Exp $
3 vim: ts=4 foldcolumn=4 foldmethod=marker
4
5 This file is part of Reblog: http://reblog.org
6 A derivative work of Feed On Feeds: http://feedonfeeds.com
7
8 Distributed under the Gnu Public License, see LICENSE
9
10 Copyright ©2004 Michael Frumin, Michal Migurski
11 mike@stamen.com, http://stamen.com
12 mfrumin@eyebeam.org, http://eyebeam.org
13
14 opml.tpl - output list of feeds in OPML format
15 ----------------------------------------*}
16 <?xml version="1.0"?>
17 <opml>
18 <body>
19 {foreach from=$RB.feeds item=feed}
20 <outline description="{$feed->description|escape}"
21 htmlurl="{$feed->link|escape}"
22 title="{$feed->title|escape}"
23 xmlUrl="{$feed->url|escape}"
24 />
25 {/foreach}
26 </body>
27 </opml>

  ViewVC Help
Powered by ViewVC 1.1.26