diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 13:58:20 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 13:58:20 -0800 |
commit | 9c2da738f2310b2571943dc2a54fc76f97b68afe (patch) | |
tree | a3347da1c091c0b1ea2ec0501eab9b0894bc7e63 /home/xyz/.config | |
parent | 0b4ac1467ea287c47ea540c1a6d8081e0b153621 (diff) |
newsboat remove arch linux bug tracker feed
Arch linux bug tracking moved to gitlab.archlinux.org, so I choose to
track arch package firejail things via watch arch gitlab repo
https://gitlab.archlinux.org/archlinux/packaging/packages/firejail
instead.
Diffstat (limited to 'home/xyz/.config')
-rw-r--r-- | home/xyz/.config/newsboat/config | 4 | ||||
-rw-r--r-- | home/xyz/.config/newsboat/urls | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config index 2f92142f..99ca117a 100644 --- a/home/xyz/.config/newsboat/config +++ b/home/xyz/.config/newsboat/config @@ -19,10 +19,6 @@ macro y set browser "echo %u | xsel -ib"; open-in-browser; set browser "$BROWSER # maybe aur rss feed is broken; maybe arch linux feeds are updated very fast so I can't get the wanted news? # not fully understand the rss feed #ignore-article "https://aur.archlinux.org/rss/" "title !~\"youtube-dlp|yt-dlp\"" -# arch linux development feeds: all project -ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "title !~ \"firejail\"" -ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" "title !~ \"firejail\"" -ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" "title !~ \"firejail\"" ignore-article "https://zh.wikinews.org/w/index.php?title=Special:NewsFeed&feed=atom&Category:published" "title =~ \"^[0-9]{4,}年[0-9]{1,2}月[0-9]{1,2}日(中文|香港)報紙頭條$\"" ignore-article "https://github.blog/feed/" "title !~ \"game\"" diff --git a/home/xyz/.config/newsboat/urls b/home/xyz/.config/newsboat/urls index e99a42fe..d4a30362 100644 --- a/home/xyz/.config/newsboat/urls +++ b/home/xyz/.config/newsboat/urls @@ -66,10 +66,6 @@ https://git.causal.agency/cgit-pink/atom/filters/syntax-highlighting.sh?h=master https://archlinux.org/feeds/news/ https://bbs.archlinux.org/extern.php?action=feed&tid=260286&type=atom #https://aur.archlinux.org/rss/ -# arch linux development feeds: all projects -https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0 -https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0 -https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0 ---News--- # cc-by or cc-by-sa or other free license |