Roundup Tracker - Issues

Issue 2551085

classification
Deploy rss feed for issues.roundup-tracker.org
Type: rfe Severity: normal
Components: Web interface, Infrastructure Versions:
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: : Effort-Low

Created on 2020-05-19 12:37 by rouilj, last changed 2021-08-10 22:45 by rouilj.

Messages
msg6916 Author: [hidden] (rouilj) Date: 2020-05-19 12:37
Consider using a reactor like:

#  RSS writer Roundup reactor
#  Mark Paschal <markpasc@markpasc.org>

see: https://wiki.roundup-tracker.org/DetectorBasedFeedGeneration

You could also use Template based:

   https://wiki.roundup-tracker.org/TemplateBasedFeedGeneration

but it requires a change to cgi/templating.py and incurs more load
that we don't want for a public site.
msg6925 Author: [hidden] (rouilj) Date: 2020-07-03 03:30
Added in rev:6220:461a322a79af detector and rss feed link in page.html.
Needs to be deployed and verify that execution environment is correct to 
allow the detector to run.
msg6926 Author: [hidden] (rouilj) Date: 2020-07-03 03:31
rev 6220:461a322a79af using DetectorBasedFeedGeneration.
msg7310 Author: [hidden] (rouilj) Date: 2021-08-06 04:53
rss feed is deployed and rss file is created. See feed at:

  https://issues.roundup-tracker.org/@@file/rss.xml

however the autodiscovery isn't working in feedbro and manually
adding the rss as a feed doesn't show any data, but there are entries.
msg7312 Author: [hidden] (rouilj) Date: 2021-08-06 05:12
see msg7311. rss feed is working in feedbro now. Automatic
detection/scan using the link header is not working.

Something to fix tomorrow.
msg7316 Author: [hidden] (rouilj) Date: 2021-08-10 22:45
autoscan/detect is a bug with feedbro. works in feedly. Closing.
History
Date User Action Args
2021-08-10 22:45:15rouiljsetstatus: open -> fixed
resolution: fixed
messages: + msg7316
2021-08-06 05:12:32rouiljsetmessages: + msg7312
2021-08-06 04:53:37rouiljsetmessages: + msg7310
2020-07-03 03:31:15rouiljsetmessages: + msg6926
2020-07-03 03:30:24rouiljsetkeywords: + Effort-Low
assignee: rouilj
status: new -> open
messages: + msg6925
2020-05-19 12:37:27rouiljcreate