Mercurial > p > roundup > code
comparison website/issues/html/page.html @ 6229:461a322a79af
issue2551085 - add rss feed
https://issues.roundup-tracker.org/issue2551085
add rss generating detector, add link for rss feed to page.html
so browser rss feed autodetect will work.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 Jul 2020 23:28:06 -0400 |
| parents | 7146b68ac263 |
| children | dd81e0beafdb |
comparison
equal
deleted
inserted
replaced
| 6219:ddc6739579ca | 6229:461a322a79af |
|---|---|
| 10 <script tal:attributes="nonce request/client/client_nonce" | 10 <script tal:attributes="nonce request/client/client_nonce" |
| 11 tal:replace="structure request/base_javascript"> | 11 tal:replace="structure request/base_javascript"> |
| 12 </script> | 12 </script> |
| 13 <metal:x define-slot="more-javascript" /> | 13 <metal:x define-slot="more-javascript" /> |
| 14 | 14 |
| 15 <link rel="alternate" type="application/rss+xml" | |
| 16 tal:attributes="href string:${request/base}@@file/rss.xml" | |
| 17 title="Publicly available tracker feed."> | |
| 15 </head> | 18 </head> |
| 16 <body | 19 <body |
| 17 tal:define=" | 20 tal:define=" |
| 18 kw_create python:request.user.hasPermission('Create', 'keyword'); | 21 kw_create python:request.user.hasPermission('Create', 'keyword'); |
| 19 columns string:id,activity,title,creator,status; | 22 columns string:id,activity,title,creator,status; |
