「Web feed」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版から転載)
 
(他言語へのリンクを追加)
 
(同じ利用者による、間の6版が非表示)
1行目: 1行目:
 
[[Category:ウェブ]]
 
[[Category:ウェブ]]
  +
[[en:Web_feed]]
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 サイトでは、[[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 ニュースアグリゲータ] はこれらのフィードの更新をチェックして、ユーザーがブログやポッドキャストを購読できるようにします。
   
  +
== Web フィードの取得 ==
== Obtaining web feeds ==
 
   
Even if a website does not advertise a web feed, it might still provide one. Try appending {{ic|/feed}} or {{ic|/rss}} to the URL. If that fails, open the website's source code by pressing {{ic|Ctrl+u}} and then {{ic|Ctrl+f}} to search for {{ic|1=<link rel="alternate" type="application/atom+xml"}} or {{ic|1=<link rel="alternate" type="application/rss+xml"}}. The Firefox addon [https://addons.mozilla.org/firefox/addon/awesome-rss/ Awesome RSS] adds a clickable icon to the address bar if a web feed is available.
+
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 フィードが利用可能な場合、クリック可能なアイコンをアドレスバーに追加します。
   
If a website does not provide a feed, try [https://github.com/rss-bridge/rss-bridge RSS-Bridge].
+
ウェブサイトがフィードを提供していない場合は、[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 ===
   
* [https://archlinux.org/feeds/news/ News]
+
* [https://archlinux.org/feeds/news/ ニュース]
* [https://archlinux.org/feeds/ Overview page of all feeds]
+
* [https://archlinux.org/feeds/ すべてのフィードの概要ページ]
   
 
=== GitHub ===
 
=== GitHub ===
   
  +
コミットフィードは以下のような構文で行います。
Commits feeds use the following syntax:
 
   
 
<nowiki>https://github.com/</nowiki>''user''/''repo''/commits/''branch''/''path''/''to''/''subdir''.atom
 
<nowiki>https://github.com/</nowiki>''user''/''repo''/commits/''branch''/''path''/''to''/''subdir''.atom
23行目: 24行目:
 
=== Reddit ===
 
=== Reddit ===
   
Reddit provides [https://www.reddit.com/wiki/rss feeds] for subreddits, posts and users: simply add {{ic|.rss}} to the URL. If you have a Reddit account, you can find your personal feeds in [https://www.reddit.com/prefs/feeds/ the preferences].
+
Reddit [https://www.reddit.com/wiki/rss フィード] をサブレディット、投稿、およびユーザーに提供します。URL {{ic|.rss}} を追加するだけです。Reddit アカウントをお持ちの場合は、[https://www.reddit.com/prefs/feeds/ 設定] で個人のフィードを見つけることができます。
   
 
=== Twitter ===
 
=== Twitter ===
   
Twitter does not provide feeds but [https://nitter.net/ Nitter] does. The syntax is as follows:
+
Twitter はフィードを提供していませんが、[https://nitter.net/ Nitter] はフィードを提供しています。構文は次のとおりです。
   
 
<nowiki>https://nitter.net/</nowiki>''username''/rss
 
<nowiki>https://nitter.net/</nowiki>''username''/rss
33行目: 34行目:
 
=== YouTube ===
 
=== YouTube ===
   
  +
チャンネルを購読する:
Subscribe to a channel:
 
   
 
<nowiki>https://www.youtube.com/feeds/videos.xml?channel_id=UC</nowiki>''xxxxxxxxxxxxxxxxxxxxxx''
 
<nowiki>https://www.youtube.com/feeds/videos.xml?channel_id=UC</nowiki>''xxxxxxxxxxxxxxxxxxxxxx''
   
  +
チャンネルに {{ic|/user/''username''}} で終わる従来の URL がある場合は、次も使用できます。
If the channel has a legacy URL ending in {{ic|/user/''username''}}, you can also use:
 
   
 
<nowiki>https://www.youtube.com/feeds/videos.xml?user=</nowiki>''username''
 
<nowiki>https://www.youtube.com/feeds/videos.xml?user=</nowiki>''username''
   
You can download your subscriptions list from [https://takeout.google.com/takeout/custom/youtube Google Takeout] and convert it to OPML using [https://iuriioapps.com/tools/youtube-subs-opml/].
+
[https://takeout.google.com/takeout/custom/youtube Google Takeout] からサブスクリプションリストをダウンロードし、[https://iuriioapps.com/tools/youtube-subs-opml/] を使用して OPML に変換できます。

2023年1月9日 (月) 03:37時点における最新版

特定の Web サイトでは、RSSAtom、または 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

コミットフィードは以下のような構文で行います。

https://github.com/user/repo/commits/branch/path/to/subdir.atom

Reddit

Reddit は フィード をサブレディット、投稿、およびユーザーに提供します。URL に .rss を追加するだけです。Reddit アカウントをお持ちの場合は、設定 で個人のフィードを見つけることができます。

Twitter

Twitter はフィードを提供していませんが、Nitter はフィードを提供しています。構文は次のとおりです。

https://nitter.net/username/rss

YouTube

チャンネルを購読する:

https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx

チャンネルに /user/username で終わる従来の URL がある場合は、次も使用できます。

https://www.youtube.com/feeds/videos.xml?user=username

Google Takeout からサブスクリプションリストをダウンロードし、[1] を使用して OPML に変換できます。