Wiki source code of NotificationRSSService
Last modified by superadmin on 2025/05/22 17:44
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
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 |