「Web feed」の版間の差分
(英語版から転載) |
(一部翻訳) |
||
1行目: | 1行目: | ||
[[Category:ウェブ]] |
[[Category:ウェブ]] |
||
+ | 特定の Web サイトでは、[[w:ja:RSS|RSS]]、[[w:ja:Atom (Web 標準)|Atom]]、または [[w:ja:JSON フィード|JSON]] 形式 [https://wiki.archlinux.jp/index.php/%E3%82%AB%E3%83%86%E3%82%B4%E3%83%AA:%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B9%E3%82%A2%E3%82%B0%E3%83%AA%E3%82%B2%E3%83%BC%E3%82%BF ニュースアグリゲータ] はこれらのフィードの更新をチェックして、ユーザーがブログやポッドキャストを購読できるようにします。 |
||
− | Certain websites provide '''web feeds''' or '''news feeds''' in [[w:RSS|RSS]], [[w:Atom (Web standard)|Atom]], or [[w:JSON Feed|JSON]] format. [[News aggregator]]s can check these feeds for updates allowing the user to subscribe to a blog or podcast. |
||
+ | == Web フィードの取得 == |
||
− | == Obtaining web feeds == |
||
− | + | Web サイトが Web フィードをアドバタイズしていなくても、フィードを提供している場合があります。{{ic|/feed}} または {{ic|/rss}} を URL に追加してみてください。失敗した場合は、{{ic|Ctrl+u}} を押してから {{ic|Ctrl+f}} を押してウェブサイトのソースコードを開き、{{ic|1=<link rel="alternate" type=" を検索します。application/atom+xml"}} または {{ic|1=<link rel="alternate" type="application/rss+xml"}} Firefox アドオン [https://addons.mozilla.org/firefox/addon/awesome-rss/Awesome RSS] は、Web フィードが利用可能な場合、クリック可能なアイコンをアドレスバーに追加します。 |
|
− | + | ウェブサイトがフィードを提供していない場合は、[https://github.com/rss-bridge/rss-bridge RSS-Bridge] を試してください。 |
|
+ | 次のセクションでは、特定の Web サイトのフィードを取得する方法について説明します。 |
||
− | The following sections describe how to obtain feeds for certain websites. |
||
=== Arch Linux === |
=== Arch Linux === |
2023年1月9日 (月) 03:31時点における版
特定の Web サイトでは、RSS、Atom、または JSON 形式 ニュースアグリゲータ はこれらのフィードの更新をチェックして、ユーザーがブログやポッドキャストを購読できるようにします。
Web フィードの取得
Web サイトが Web フィードをアドバタイズしていなくても、フィードを提供している場合があります。/feed
または /rss
を URL に追加してみてください。失敗した場合は、Ctrl+u
を押してから Ctrl+f
を押してウェブサイトのソースコードを開き、<link rel="alternate" type=" を検索します。application/atom+xml"
または <link rel="alternate" type="application/rss+xml"
Firefox アドオン RSS は、Web フィードが利用可能な場合、クリック可能なアイコンをアドレスバーに追加します。
ウェブサイトがフィードを提供していない場合は、RSS-Bridge を試してください。
次のセクションでは、特定の Web サイトのフィードを取得する方法について説明します。
Arch Linux
GitHub
Commits feeds use the following syntax:
https://github.com/user/repo/commits/branch/path/to/subdir.atom
Reddit provides feeds for subreddits, posts and users: simply add .rss
to the URL. If you have a Reddit account, you can find your personal feeds in the preferences.
Twitter does not provide feeds but Nitter does. The syntax is as follows:
https://nitter.net/username/rss
YouTube
Subscribe to a channel:
https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx
If the channel has a legacy URL ending in /user/username
, you can also use:
https://www.youtube.com/feeds/videos.xml?user=username
You can download your subscriptions list from Google Takeout and convert it to OPML using [1].