feature request
Jeff Waugh
jdub at perkypants.org
Sun Aug 19 13:08:07 EST 2007
<quote who="nelson">
> My problem with that setup is that index.html and atom.xml process
> *all* the same feeds.
> With the tags I want that index.html process 8 feeds and atom.xml only
> 2 feeds, and have 1 configuration file where are 10 feeds defined.
Rather than tag = blah you could check for the existence of a setting in
each template. For example:
[feed...]
name = Blah
pants = true
<TMPL_IF pants>
(in here we show the feed)
</TMPL_IF>
- Jeff
--
GNOME Boston Summit 2007 http://live.gnome.org/Boston2007
"I haven't been this excited since the introduction of devfs." - Mark
Rosenstand on upstart-devel list
More information about the devel
mailing list