diff options
author | Case Duckworth | 2022-09-22 09:31:34 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-22 09:31:34 -0500 |
commit | d057b489da73cc81affa9e92e58ea6d1b65dc9bc (patch) | |
tree | 8f0b309533c05a744f1b2046fd464e805ea76aae /sfeedrc | |
parent | Add ascii artist (diff) | |
download | sfeed-d057b489da73cc81affa9e92e58ea6d1b65dc9bc.tar.gz sfeed-d057b489da73cc81affa9e92e58ea6d1b65dc9bc.zip |
Add people from fediverse webring
Diffstat (limited to 'sfeedrc')
-rw-r--r-- | sfeedrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sfeedrc b/sfeedrc index 64c5f87..046bfa7 100644 --- a/sfeedrc +++ b/sfeedrc | |||
@@ -215,6 +215,17 @@ feeds_people() { | |||
215 | feedx "Atomized (Ian Eure)" "http://atomized.org/rss.xml" "http://atomized.org/" | 215 | feedx "Atomized (Ian Eure)" "http://atomized.org/rss.xml" "http://atomized.org/" |
216 | } | 216 | } |
217 | 217 | ||
218 | feeds_writers_webring() { | ||
219 | # since heroku's free tier is going away, I'm subscribing to these from | ||
220 | # ring.acdw.net. | ||
221 | feedx "Daily Scream" "https://scream.today/daily/feed/" "https://scream.today/daily/" | ||
222 | feedx "ajes" "https://write.as/ajes/feed/" "https://write.as/ajes/" | ||
223 | feedx "Alex R Oliver" "http://alexoliver.beecroftbooks.com/feed/" "http://alexoliver.beecroftbooks.com/" | ||
224 | feedx "Synchronicity & Metaverse" "https://jmmsynch.blogspot.com/feeds/posts/default" "https://jmmsynch.blogspot.com/" | ||
225 | feedx "GLOWING SURF" "https://www.glowing.surf/feed/" "https://www.glowing.surf/" | ||
226 | feedx "Duth Olec's Cuckoo Cosmos" "https://cloudycuckoocosmos.com/feed/" "https://cloudycuckoocosmos.com/" | ||
227 | } | ||
228 | |||
218 | feeds_news() { | 229 | feeds_news() { |
219 | feedx "lobste.rs" "https://lobste.rs/rss" "https://lobste.rs/" "" | 230 | feedx "lobste.rs" "https://lobste.rs/rss" "https://lobste.rs/" "" |
220 | feedx "tilde news" "https://tilde.news/rss" "https://tilde.news/" "" | 231 | feedx "tilde news" "https://tilde.news/rss" "https://tilde.news/" "" |