A small filter program to convert Bugzilla bugs into Atom feeds to be able to subscribe to individual bugs in your RSS reader. WWW: https://github.com/t6/bugzilla2atom
11 lines
229 B
Text
11 lines
229 B
Text
[
|
|
{ type: install,
|
|
message: <<EOD
|
|
Add this to your ~/.newsboat/urls to follow Bugzilla bugs with Newsboat:
|
|
|
|
filter:bugzilla2atom:https://bugs.freebsd.org/bugzilla/show_bug.cgi?ctype=xml&id=XYZ
|
|
|
|
where XYZ is the bug id.
|
|
EOD
|
|
}
|
|
]
|