Wiki source code of NotificationRSSService
Last modified by Julien Fleury on 2020/12/12 16:56
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #if ($xcontext.action == 'get' && "$request.outputSyntax" == 'plain') | ||
3 | #set($discard = $response.setContentType('application/xml')) | ||
4 | #else | ||
5 | {{code language="xml"}} | ||
6 | #end | ||
7 | $services.notification.notifiers.getFeed(20) | ||
8 | #if ($xcontext.action != 'get' || "$request.outputSyntax" != 'plain') | ||
9 | {{/code}} | ||
10 | #end | ||
11 | {{/velocity}} |