User Tools

Site Tools

tools:rss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:rss [2025/09/10 10:29] – [RSS as a Field Utility] Humphrey Boa-Garttools:rss [2025/09/30 22:44] (current) – external edit 127.0.0.1
Line 25: Line 25:
 In fact, those inclined to [[diy:unplug|unplug]] will recognize other benefits of using aggregators as well - especially if beforehand they got their news via social media algorithms & corrupt platforms like Google. With direct subscription to RSS feeds, you will no more have to deal with //"recommended"// news, or [[hazards:ai|AI]] arbitrarily censoring your content intake. In fact, those inclined to [[diy:unplug|unplug]] will recognize other benefits of using aggregators as well - especially if beforehand they got their news via social media algorithms & corrupt platforms like Google. With direct subscription to RSS feeds, you will no more have to deal with //"recommended"// news, or [[hazards:ai|AI]] arbitrarily censoring your content intake.
  
-Some aggregators (such as [[tools:rss#newsboat-linux-macos-bsd|Newsboat]]) allow you to pipe these updates to other utilities. This lets you do really cool things like:+Some aggregators (such as [[tools:rss#newsboat|Newsboat]]) allow you to [[tools:bash:shortcuts-piping#metacharacters|pipe]] these updates to other utilities. This lets you do really cool things like:
  
   * Use [[tools:yt-dlp|yt-dlp]] to download Youtube videos right from your news reader and open them in a local media player.   * Use [[tools:yt-dlp|yt-dlp]] to download Youtube videos right from your news reader and open them in a local media player.
Line 41: Line 41:
 To find a site's RSS or Atom feed, just visit the site. Some browsers may detect it and give you a button to interact with it. Or look for the bright orange icon shown above. That icon will usually be a link that points to the feed. Otherwise, you may have to view the HTML source: Search for the words //RSS// or //Atom// to find its associated ''<link>'' tag in the ''<head>'' block, which is usually where you can surefire find a link to the feed if one exists. To find a site's RSS or Atom feed, just visit the site. Some browsers may detect it and give you a button to interact with it. Or look for the bright orange icon shown above. That icon will usually be a link that points to the feed. Otherwise, you may have to view the HTML source: Search for the words //RSS// or //Atom// to find its associated ''<link>'' tag in the ''<head>'' block, which is usually where you can surefire find a link to the feed if one exists.
 ==== Browser-Based Applications ==== ==== Browser-Based Applications ====
 +== Multiplatform ==
  
 Many websites exist which offer the ability to let users subscribe to RSS/Atom feeds. While this is convenient for sure, it completely defeats the purpose of [[diy:unplug|unplugging]] from the machine. Just install an aggregator, and enjoy the greater convenience of never having to open your web browser. Many websites exist which offer the ability to let users subscribe to RSS/Atom feeds. While this is convenient for sure, it completely defeats the purpose of [[diy:unplug|unplugging]] from the machine. Just install an aggregator, and enjoy the greater convenience of never having to open your web browser.
  
  
-==== Mozilla Thunderbird (Multiplatform) ====+==== Mozilla Thunderbird ==== 
 +== Multiplatform ==
  
 For those just starting out with RSS, the email client **Mozilla Thunderbird** doubles in a pinch as a powerful news reader. It is easy to install and well documented, and the interface is well-suited to displaying structured feeds. For those just starting out with RSS, the email client **Mozilla Thunderbird** doubles in a pinch as a powerful news reader. It is easy to install and well documented, and the interface is well-suited to displaying structured feeds.
Line 52: Line 54:
  
  
-==== Newsboat (Linux, MacOS & BSD) ====+==== Newsboat ==== 
 +== Linux, MacOS & BSD ==
  
-**Newsboat** is a simple & powerful [[tools:bash|terminal]] application for tracking RSS feeds. It's available in many package managers, such as Debian/Ubuntu's, where it can be installed with:+**Newsboat** is a simple & powerful [[tools:bash|terminal]] application for tracking RSS feeds. It's available in many package managers, such as ''apt'', where it can be installed with:
  
   $ sudo apt install newsboat   $ sudo apt install newsboat
Line 97: Line 100:
 itemview-title-format "%9N - %F - %T" itemview-title-format "%9N - %F - %T"
  
-macros:+MACROS 
 +# notenone of these will work unless you have 
 +# the associated programs in your $PATH
 bind-key SPACE macro-prefix bind-key SPACE macro-prefix
 macro b set browser "brave %u >/dev/null 2>&1 &" ; open-in-browser ; set browser elinks macro b set browser "brave %u >/dev/null 2>&1 &" ; open-in-browser ; set browser elinks
Line 113: Line 118:
 # Modify/Expand as necessary (don't forget tags!!!) # Modify/Expand as necessary (don't forget tags!!!)
 # Protip: Use "~example" to retitle unruly feeds. # Protip: Use "~example" to retitle unruly feeds.
 +
 +"query:Legal:tags # \"Legal\""
 +https://labs.bestpoint.institute/dockets/atom.php Legal "~AMI Docket Tracker"
  
 "query:Radio:tags # \"Radio\"" "query:Radio:tags # \"Radio\""
Line 119: Line 127:
  
 "query:Tech:tags # \"Tech\"" "query:Tech:tags # \"Tech\""
-https://bestpoint.institute/feed.php Tech "~Anonymous Military Institute (Recent Changes)"+https://bestpoint.institute/feed.php Tech "~AMI Recent Changes"
 https://spectrum.ieee.org/customfeeds/feed/all-topics/rss Tech "~IEEE Spectrum (All Topics)" https://spectrum.ieee.org/customfeeds/feed/all-topics/rss Tech "~IEEE Spectrum (All Topics)"
 https://spectrum.ieee.org/feeds/topic/computing.rss Tech "~IEEE Spectrum (Computing)" https://spectrum.ieee.org/feeds/topic/computing.rss Tech "~IEEE Spectrum (Computing)"
Line 138: Line 146:
  
  
-==== WeeChat (Linux, MacOS & BSD) ====+==== WeeChat ==== 
 +== Linux, MacOS & BSD ==
  
 The [[tools:irc|IRC]] client **WeeChat** has a plugin that allows you to subscribe to RSS feeds. This is super useful if you want to [[diy:identity-management|compartmentalize]] subscriptions related to your IRC friends //(their blogs or Youtube channels, perhaps)// in the same place you chat with them. First, make sure plugin installation is enabled, then install the [[https://weechat.org/scripts/source/rssagg.pl.html|rssagg]] plugin: The [[tools:irc|IRC]] client **WeeChat** has a plugin that allows you to subscribe to RSS feeds. This is super useful if you want to [[diy:identity-management|compartmentalize]] subscriptions related to your IRC friends //(their blogs or Youtube channels, perhaps)// in the same place you chat with them. First, make sure plugin installation is enabled, then install the [[https://weechat.org/scripts/source/rssagg.pl.html|rssagg]] plugin:
tools/rss.1757500174.txt.gz · Last modified: (external edit)

Find this page online at: https://bestpoint.institute/tools/rss