RustPoint Tools

RSS Feed Generator

Generate RSS 2.0 XML from site and article lists.

Back to tools

One item per line: title|URL|description|YYYY-MM-DD. The date is optional; the current time is used when omitted.

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RustPoint Tool Suite</title>
    <link>https://rustpoint.com</link>
    <description>Online tools, developer resources, text converters, and calculators.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 23 Jun 2026 04:10:02 GMT</lastBuildDate>
    <atom:link href="https://rustpoint.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Business Days Calculator</title>
      <link>https://rustpoint.com/tool/business-days</link>
      <description>Count working days, weekends, and calendar days between two dates.</description>
      <guid isPermaLink="true">https://rustpoint.com/tool/business-days</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Bonus Tax Calculator</title>
      <link>https://rustpoint.com/tool/bonus-tax</link>
      <description>Estimate take-home bonus pay after supplemental wage withholding and FICA.</description>
      <guid isPermaLink="true">https://rustpoint.com/tool/bonus-tax</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>RSS Feed Generator</title>
      <link>https://rustpoint.com/tool/rss-feed-generator</link>
      <description>Create RSS 2.0 XML from channel details and article rows.</description>
      <guid isPermaLink="true">https://rustpoint.com/tool/rss-feed-generator</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>

RSS Feed Generator guide

Convert site and article details into RSS XML

The RSS Feed Generator creates RSS 2.0 XML from your site title, link, description, and article list. It fits blogs, indie products, changelogs, content sites, and internal knowledge bases that need a standard subscription endpoint.

Blog subscriptions: add an RSS endpoint to a static blog or hand-authored site.
Product updates: publish changelogs and release notes as a feed.
Content automation: generate XML that readers, workflows, and bots can subscribe to.
Launch checks: preview whether RSS fields are complete before publishing.

RSS Feed Generator FAQ

Which RSS format does the generator output?

The tool outputs RSS 2.0 XML, which works with common feed readers, aggregators, and automation workflows.

Which fields should I include in an RSS feed?

At minimum, provide the site title, site link, description, and each item's title, link, and publish date so readers can display the feed correctly.

Where should I publish the generated XML?

Most sites publish it at a stable path such as /rss.xml or /feed.xml, then add a feed discovery link in the page head.

Does the tool upload my article content?

No. XML generation happens in your browser, and the tool does not upload or save the site and article content you enter.