<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>Paul Adams site feed</title>
    <link>https://pauladams.neocities.org/</link>
    <description>The feed for my website</description>
    <language>en-gb</language>
    <lastBuildDate>Fri, 27 Feb 2026 20:59:00 GMT</lastBuildDate>

    <atom:link href="https://pauladams.neocities.org/rss/site.xml"
               rel="self"
               type="application/rss+xml" />

    <generator>Neocities</generator>
    
        <!-- Item 8 -->
    <item>
      <title>FeedWrite</title>
      <link>https://pauladams.neocities.org/tools/feedwrite/feedwrite</link>
      <guid>https://pauladams.neocities.org/tools/feedwrite/feedwrite</guid>
      <pubDate>Wed, 18 August 2026 22:21:00 GMT</pubDate>
      <dc:creator>Paul Adams site feed</dc:creator>
      <description>FeedWrite stores a queue of text + image pairs and posts them one at a time in sequence, at a interval you choose.</description>
    </item>
    
    <!-- Item 7 -->
    <item>
      <title>FeedPost</title>
      <link>https://pauladams.neocities.org/tools/feedpost/feedpost</link>
      <guid>https://pauladams.neocities.org/tools/feedpost/feedpost</guid>
      <pubDate>Wed, 17 August 2026 21:02:00 GMT</pubDate>
      <dc:creator>Paul Adams site feed</dc:creator>
      <description>FeedPost is a tool for automatically posting content to social media platforms.</description>
    </item>
    
    <!-- Item 6 -->
    <item>
      <title>FeedServe</title>
      <link>https://pauladams.neocities.org/tools/feedserve/feedserve</link>
      <guid>https://pauladams.neocities.org/tools/feedserve/feedserve</guid>
      <pubDate>Wed, 5 August 2026 19:09:00 GMT</pubDate>
      <dc:creator>Paul Adams site feed</dc:creator>
      <description>FeedServe is a tool for displaying and serving RSS feeds.</description>
    </item>
    
    <!-- Item 5 -->
    <item>
      <title>FeedGate</title>
      <link>https://pauladams.neocities.org/tools/feedgate/feedgate</link>
      <guid>https://pauladams.neocities.org/tools/feedgate/feedgate</guid>
      <pubDate>Fri, 31 July 2026 23:41:00 GMT</pubDate>
      <dc:creator>Paul Adams site feed</dc:creator>
      <description>FeedGate is a tool for merging and filtering RSS feeds and incoming webhooks.</description>
    </item>
    
    <!-- Item 4 -->
    <item>
      <title>RSS XML Generator</title>
      <link>https://pauladams.neocities.org/apps/rss-xml-generator/rss-xml-generator</link>
      <guid>https://pauladams.neocities.org/apps/rss-xml-generator/rss-xml-generator</guid>
      <pubDate>Thu, 12 Mar 2026 18:22:00 GMT</pubDate>
      <dc:creator>Paul Adams site feed</dc:creator>
      <description>A tool to generate XML to manually update a feed. Enter feed and item info and copy the code.</description>
    </item>
    
    <!-- Item 3 -->
    <item>
      <title>RSS-Bridge</title>
      <link>https://pauladams.neocities.org/articles/rss-bridge</link>
      <description>RSS Bridge downloads.</description>
      <pubDate>Fri, 27 Feb 2026 20:59:00 GMT</pubDate>
      <guid isPermaLink="true">https://pauladams.neocities.org/articles/rss-bridge</guid>
      <content:encoded><![CDATA[
        <p>RSS Bridge is an app that can generate RSS feeds for sites that haven't got one. It's fucking brilliant.</p>
        <p>I've edited some publicly available bridges to update and modify them and made a new Brave Search bridge (using AI, mainly Claude).</p>
      ]]></content:encoded>
    </item>
    
    <!-- Item 2 -->
    <item>
      <title>WTF is an RSS feed?</title>
      <link>https://pauladams.neocities.org/articles/wtf-is-an-rss-feed</link>
      <description>If you haven’t come across RSS feeds before, think of them as an update that goes from one place to another.</description>
      <pubDate>Fri, 27 Feb 2026 18:12:00 GMT</pubDate>
      <guid isPermaLink="true">https://pauladams.neocities.org/articles/wtf-is-an-rss-feed</guid>
      <content:encoded><![CDATA[
<article>
  <header>
    <h1>WTF is an RSS feed?</h1>
    <time datetime="2026-02-27">27/2/26</time>
  </header>

  <h2>In a nutshell</h2>
  <p>If you haven’t come across RSS feeds before, think of them as an update that goes from one place to another. Usually, that’s websites to an RSS reader but also from one app to another. An RSS reader is an app that you use to subscribe to feeds and read them.</p>

  <h2>In a bigger nutshell (like a coconut or a giant pistachio)</h2>
  <p>In the feed you (usually) get the title of the item, the author and/or source, the date and a link. Like this:</p>
  <p>
    A News Headline<br>
    by S. Omeone at News Website<br>
    3/12/25<br>
    Some news, news, news<br>
    https://www.news.com/news
  </p>

  <p>Sometimes you get an image or other bits of info.</p>
  <p>RSS feeds are a generic format, so it doesn’t belong to a single person or company, like how email doesn’t belong to Google or Microsoft. That means that it’s used by lots of different apps that can all connect to each other, unlike Twitter or Instagram where you can only follow accounts on the same platform.</p>
  <p>They’re generally found on blogs and news websites as they’re well suited to sequences of bite-sized information in chronological order. They’re also used for podcasts, video sites and forums, and more niche or innovative uses. Basically, it’s anything where you might want an update without having to go back to the site to find out if it’s changed.</p>

  <h2>How do I subscribe to them?</h2>
  <p>Usually, you get the feed’s address, which looks like the address of a web page.</p>
  <p>Something like:</p>
  <p>
    feeds.newswebsite.com/rss<br>
    rss.newswebsite.com/news
  </p>
  <p>You get that by looking for a link that says RSS. If the site is a bit old school it might have a little icon that looks like an orange radar.</p>
  <p>You copy that address into your RSS reader and et voila.</p>

  <p>In most RSS readers you can paste the address of the website where you add a feed without having to find the address of the feed itself.</p>
  <p>By way of example, rss.com has got an RSS feed (unsurprisingly). Its address is:</p>
  <p>https://rss.com/blog/feed/</p>
  <p>To subscribe to it, open your RSS reader, click the button to add a new feed and paste that address in. You will see a list of recent posts, with new posts as they are published.</p>

  <p>There are also a number of ways you can subscribe to them through your web browser. With Firefox and the Inoreader plugin, you can click a button on the browser that looks for RSS feeds on the website you’re on and it subscribes or shows them. There are similar things for other browsers and RSS readers.</p>
  <p>On an iPhone you can tap Share in your browser, tap Inoreader and it will look for feeds. You can probably do something similar with Android devices and other RSS readers.</p>
  <p>In a lot of RSS readers you can also search for feeds inside the reader.</p>

  <h2>Can I get an RSS feed for anything?</h2>
  <p>No. The website has to provide one. They’re not as common as they used to be but a lot of sites still provide them.</p>
  <p>In some cases where the site doesn’t provide a feed you can use sites like fetchrss.com to make one. Inoreader can do this built-in on one of its paid subscriptions.</p>

  <h2>What are the benefits to using them?</h2>
  <p>The benefits come from them being widespread, simple, and open.</p>
  <p>You get your updates in one place. Instead of getting your updates on multiple sites or apps, your feeds from all over the place all go into your RSS reader.</p>
  <p>You only get the stuff you want, without the stuff you don’t. You get the updates in chronological order, without “suggested for you”, “you might like” or irrelevant clutter along with it.</p>
  <p>You can get RSS feeds from lots of places and use lots of different things to read them. As it’s a generic format, all RSS feeds from anywhere are basically the same thing, and they work with all RSS readers. This is unlike self-contained silos (like Twitter and Instagram) that are not compatible with anything else.</p>

  <h2>Why haven’t I heard of this before?</h2>
  <p>As with a lot of things, the answer is money.</p>
  <p>Tech companies like to draw people into silos where their services don’t work with anyone else’s. It means they can monopolise your attention, gather data, and turn it into money. It also means they don’t like open formats that they don’t control.</p>

  <h2>Using RSS feeds</h2>

  <h3>Readers</h3>
  <p>Inoreader is an RSS reader, which is what you use to subscribe to feeds and read them. It’s simple and free for beginners, with loads of extras on its paid options.</p>
  <p><a href="https://freshrss.org/index.html" target="_blank">FreshRSS</a> with <a href="https://www.feedflow.dev/" target="_blank">FeedFlow</a> is also very good for simple, clutter-free reading.</p>

  <h3>Blogs</h3>
  <p><a href="https://wordpress.com/" target="_blank">WordPress</a> is mainly a blogging site. All of its blogs have RSS feeds (unless disabled). You can also get feeds for tags and categories.</p>
  <p>You can get feeds from pretty much every blogging platform.</p>

  <h3>Social</h3>
  <p>Bluesky provides RSS feeds for each user account (although links appear as non-clickable text).</p>
  <p><a href="https://joinmastodon.org/" target="_blank">Mastodon</a> also provides feeds for users, plus hashtags and search terms.</p>

  <h3>Bookmarking</h3>
  <p>Raindrop is a bookmarking app where you can add bookmarks to a category and make the category public. That creates an RSS feed so other people can follow it or you can plug it into other apps.</p>
  <p><a href="https://linkwarden.app/" target="_blank">Linkwarden</a> is also good, and also has feeds for categories.</p>

  <h3>Other stuff</h3>
  <p>You can also get RSS feeds for YouTube accounts and pretty much every podcast.</p>
  <p>Hopefully that’s all you need to get started. Happy RSSing.</p>
</article>
      ]]></content:encoded>
    </item>

    <!-- Item 1 -->
    <item>
      <title>New website</title>
      <link>https://pauladams.neocities.org/</link>
      <description>My new website.</description>
      <pubDate>Fri, 27 Feb 2026 10:05:00 GMT</pubDate>
      <guid isPermaLink="true">https://pauladams.neocities.org/#new-website</guid>
    </item>

  </channel>
</rss>