mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ff908a486a
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
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|