Wiki-Quellcode von NotificationRSSService
Zuletzt geändert von Daniel Herrmann am 2025/02/24 17:44
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 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}} |