Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Feeds get new URLs

オープン
#7 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

scripting/rss.chat のほかの issue

scripting/rss.chat の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。