RSS feed customization

Hi,
Is there a way to include the queue name in the RSS feed of a saved
search (or add it to the title or subject)? The directions at
http://requesttracker.wikia.com/wiki/RssFeed reference adding strings to
the dc hash, but the Results.rdf file distributed with 4.0.8 doesn’t
contain a dc hash section (and doesn’t contain much, in contrast to the
Results.rdf file in 3.x)

Thanks!

Sean

Is there a way to include the queue name in the RSS feed of a saved
search (or add it to the title or subject)? The directions at
http://requesttracker.wikia.com/wiki/RssFeed reference adding
strings to the dc hash, but the Results.rdf file distributed with
4.0.8 doesn’t contain a dc hash section (and doesn’t contain much,
in contrast to the Results.rdf file in 3.x)

There is no configuration of that code, just local overlays.

As you say, in 4.0 that file is very short:
<& /Search/Elements/ResultsRSSView, %ARGS &>

That loads and runs the specified mason component (since the same code
is used from 2 different places). If you’re going to be making
changes to RT, it’s worth reviewing documentation on how Mason works.

http://www.masonbook.com/

-kevin