Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Feeds get new URLs

未关闭
#7 0 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
25/100
Issue 类型
文档
描述清晰度
需要澄清
活跃度
冷清
技术栈
aws, javascript, sql

调研方向

Start with server/docs/install.md and the old and new feed URLs listed in this issue. Verify how feed storage, serving, and redirects are documented; done means the installation guidance reflects the SQL-backed URLs and explains the old-URL polling behavior.

由索引模型根据 Issue 内容生成。

描述

On both rss.chat and demo.rss.chat we changed how we save and serve RSS 2.0 feeds and the OPML list of all users and their feeds.

  1. If you haven't subscribed to a feed, there's nothing you need to do.
  2. We used to use Amazon S3, now we store them in a new table in the SQL database.
  3. Serving should be just as fast.
  4. We made this change because it eliminates a complex step in the process of starting a new instance. We want to make it as easy as possible and this was one of the hardest things on the list. And we felt we had to do this ASAP, it becomes a more difficult transition as we go forward.
  5. We redirected from the old URLs to the new ones. So the old ones still work, but you won't get the instant rssCloud-based update this way. Your reader app will have to poll to get the update.
Example 1

Example of an old URL: https://users.rss.network/rss.xml (the everyone feed, contains every person's posts)

Example of the new URL: https://rss.chat/users/rss.xml

What you should do: Unsub from the old URL and subscribe to the new one.

Example 2

Example of an old URL: https://users.rss.network/dave/rss.xml (the feed for my posts only)

Example of the new URL: https://rss.chat/users/dave/rss.xml

What you should do: Unsub from the old URL and subscribe to the new one.

If you have questions please post them here.

主要语言
JavaScript
星标
37
派生
7
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

scripting/rss.chat 的其他 Issue

查看 scripting/rss.chat 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。