Wiki-Quellcode von NotificationRSSService

Zuletzt geändert von Daniel Herrmann am 2025/02/24 17:44

Verstecke letzte Bearbeiter
Daniel Herrmann 1.1 1 {{velocity}}
2 #set ($feedContent = $services.notification.notifiers.getFeed(20))
3 #if ($xcontext.action == 'get' && "$request.outputSyntax" == 'plain')
4 #rawResponse($feedContent, 'application/xml')
5 #else
6 {{code language="xml" source="script:feedContent" /}}
7 #end
8 {{/velocity}}
9