commit c178de2caca08fe871fc6c99b92a6967ab820779
parent cd71e50753b1d2b9d85c0867d398725b1d68c452
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 3 Jul 2020 17:37:58 +0100
new feeds
more comic blogs, newsletters, and youtube. nvd security feeds
Diffstat:
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/newsboat/.newsboat/config.dreyfus b/newsboat/.newsboat/config.dreyfus
@@ -0,0 +1,43 @@
+# ░█▀█░█▀▀░█░█░█▀▀░█▀▄░█▀█░█▀█░▀█▀░░
+# ░█░█░█▀▀░█▄█░▀▀█░█▀▄░█░█░█▀█░░█░░░
+# ░▀░▀░▀▀▀░▀░▀░▀▀▀░▀▀░░▀▀▀░▀░▀░░▀░░░
+auto-reload yes
+
+browser w3m
+save-path ~/tmp
+notify-program notify-send
+player mpv
+
+# interface
+text-width 0
+max-items 20
+
+# interface colours
+color info blue black
+color listfocus_unread color10 color0
+color listfocus color4 color0
+
+# feed headers colours
+highlight feedlist ".*-----.*" color12 default
+
+# article colours
+highlight article "^Feed:.*" color7 default
+highlight article "^Title:.*" color6 default
+highlight article "^Author:.*" color4 default
+highlight article "^Date:.*" color15 default
+highlight article "^Link:.*" color10 default
+
+# key bindings
+bind-key j down
+bind-key k up
+bind-key h quit
+bind-key l open
+
+# macros
+macro ; open-in-browser
+macro m set browser "mpv %u" ; open-in-browser ; set browser w3m
+macro r set browser "~/bin/newstuir %u" ; open-in-browser ; set browser w3m
+
+# podboat
+download-path "~/lib/aud/podcasts/%h/%n"
+max-downloads 3
diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls
@@ -4,6 +4,9 @@ http://feeds.xero.nu/rss/blog/newest "~xero" "blogs"
https://venam.nixers.net/blog/feed.xml "~venam" "blogs"
https://lonesysadmin.net/feed/ "~lonesysadmin" "blogs"
http://feeds.feedburner.com/blogspot/UGWd?format-xml "~pcg" "blogs" "comics"
+http://comicsbulletin.com/feed/ "~comics bulletin" "blogs" "comics"
+http://www.previewsworld.com/Rss/1/1/71 "~previews world" "blogs" "comics"
+https://www.comicsbeat.com/feed/ "~the beat" "blogs" "comics"
---------newsletters
https://nixers.net/newsletter/feed.xml "~nixers" "newsletters"
@@ -11,6 +14,8 @@ https://www.archlinux.org/feeds/news/ "~arch" "newsletters"
https://pluralistic.net/feed/ "~cory - pluralistic" "newsletters"
https://fedoramagazine.org/feed/ "~fedora magazine" "newsletters"
https://itsfoss.com/feed/ "~it's foss" "newsletters"
+http://feeds.feedburner.com/ncrl "~comic list - this week" "newsletters" "comics"
+http://feeds.feedburner.com/comiclistnextweek "~comic list - next week" "newsletters" "comics"
--------------reddit
https://reddit.com/r/vim.rss "~vim" "reddit"
@@ -36,6 +41,7 @@ https://invidio.us/feed/channel/UC2eYFnH61tmytImy1mTYvhA "~luke smith" "youtube"
https://invidio.us/feed/channel/UCeUMZ4t3ezEJFhXHJg9rshQ "~bangertv" "youtube"
https://invidio.us/feed/channel/UCRcgy6GzDeccI7dkbbBna3Q "~lemmino" "youtube"
https://invidio.us/feed/channel/UCpFFItkfZz1qz5PpHpqzYBw "~nexpo" "youtube"
+https://invidio.us/feed/channel/UCPtGiHoQzw9nkijm_lJohAg "~previews world" "youtube" "comics"
---------------music
https://media.defcon.org/DEF%20CON%20rss/defcon-18-music.rss "~defcon" "music"
@@ -43,3 +49,7 @@ https://media.defcon.org/DEF%20CON%20rss/defcon-18-music.rss "~defcon" "music"
----------------code
https://www.kernel.org/feeds/kdist.xml "~kernel releases" "code"
https://code.briarproject.org/briar/briar/-/tags?format=atom "~briar - tags" "code"
+
+------------security
+https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml "~nvd all" "security"
+https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss-analyzed.xml "~nvd analysed" "security"