commit f64c017eb98a83e8003460be08c8ae427d639c1f parent 1b32317e83fdaa63bb44d0406f30897fafe7cb7e Author: Hugo Soucy <hugo@soucy.cc> Date: Tue, 28 Mar 2023 11:09:34 -0400 Add newsboat urls and sfeedrc Diffstat:
M | .gitignore | | | 2 | ++ |
A | .newsboat/urls | | | 1 | + |
A | .sfeed/sfeedrc | | | 22 | ++++++++++++++++++++++ |
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -17,7 +17,9 @@ !.cwmrc !.lynxrc !.tmux.conf +!.newsboat/ !.newsboat/urls +!.sfeed/ !.sfeed/sfeedrc !.fehbg !.spectrwm.conf diff --git a/.newsboat/urls b/.newsboat/urls @@ -0,0 +1 @@ +https://hugo.soucy.cc/2023/index.xml diff --git a/.sfeed/sfeedrc b/.sfeed/sfeedrc @@ -0,0 +1,22 @@ +#sfeedpath="$HOME/.sfeed/feeds" + +# list of feeds to fetch: +feeds() { + # feed <name> <feedurl> [basesiteurl] [encoding] + feed 'La Grange' 'https://www.la-grange.net/feed.atom' + feed 'Carnet de Yannick Delbecque' 'http://carnet.delbecque.org/feed/' + feed 'Solarpunks.net' 'https://solarpunks.net/rss' + feed 'Low-tech Magazine' 'https://feeds2.feedburner.com/typepad/krisdedecker/lowtechmagazineenglish' + feed 'No Tech Magazine' 'https://feeds.feedburner.com/notechmagazine' + feed 'Clemens Scott (aka rostiger)' 'https://nchrs.xyz/links/rss.xml' + feed 'Ratfactor.com (aka Dave Gauer)' 'https://ratfactor.com/atom.xml' + feed 'Hund' 'https://hunden.linuxkompis.se/feed.xml' + feed 'Phil St-Jacques' 'https://philstjacques.com/log/rss.xml' + feed 'Pikselkraft' 'https://www.pikselkraft.com/feed' + feed 'unixsheikh.com' 'https://unixsheikh.com/feed.rss' + feed 'Hardcore Zen' 'http://hardcorezen.info/feed' + feed 'Igor Milhit' 'https://igor.milhit.ch/blog/index.xml' + feed 'prx' 'https://si3t.ch/log/atom.xml' + feed 'Gauthier Roussilhe' 'https://gauthierroussilhe.com/feed' + feed 'Brad Taunt' 'https://bt.ht/atom.xml' +}