RustPoint 工具集合

RSS Feed 生成器

根据站点与文章列表生成 RSS 2.0 XML。

返回工具集合

每行一篇文章:标题|URL|描述|YYYY-MM-DD。日期可省略,省略时使用当前时间。

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RustPoint 工具集合</title>
    <link>https://rustpoint.com</link>
    <description>在线工具、开发者资源、文本转换和计算器。</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 23 Jun 2026 05:33:52 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 生成器指南

把站点和文章列表转换成 RSS XML

RSS Feed 生成器可以根据站点标题、链接、描述和文章列表生成 RSS 2.0 XML。它适合博客、独立产品、更新日志、内容站点和内部知识库,为读者或聚合器提供标准订阅入口。

博客订阅:为静态博客或手写页面补一个 RSS 入口。
产品更新:把 changelog 和 release notes 输出为 feed。
内容聚合:生成可被阅读器、自动化流程或机器人订阅的 XML。
发布检查:在上线前快速预览 RSS 字段是否完整。

RSS Feed 生成器常见问题

生成的是哪种 RSS 格式?

工具输出 RSS 2.0 XML,适合常见阅读器、聚合器和自动化订阅场景。

RSS 中必须填写哪些字段?

建议至少提供站点标题、站点链接、描述,以及每篇文章的标题、链接和发布日期,这样阅读器更容易正确展示。

生成后需要把 XML 放到哪里?

通常放在站点根目录或固定路径,例如 /rss.xml 或 /feed.xml,并在页面 head 中添加 feed 发现链接。

文章内容会上传吗?

不会。XML 生成在浏览器中完成,工具不会上传或保存你填写的站点和文章内容。