RSS Search Engines: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
RSS feeds(含Blog)的搜尋引擎
RSS feeds (含Blog) 的搜尋引擎


== 搜尋多個 Blog 或 Blog RSS Feed ==
* {{Gd}} [https://rssfinder.app/ RSS finder] {{access | date=2025-02-16}}
* {{Gd}} [https://rssfinder.app/ RSS finder] {{access | date=2025-02-16}}
* [https://rss.feedspot.com/ RSS Reader - Feedspot] {{access | date=2025-02-16}}
* [https://rss.feedspot.com/ RSS Reader - Feedspot] {{access | date=2025-02-16}}
* [[RSS Server Side Aggregator | RSS aggregator]] which support full-text-search
* [[RSS Server Side Aggregator | RSS aggregator]] which support blog search




Line 42: Line 43:




== 如何找到網站的 RSS Feed 連結 ==


=== RSS 搜尋引擎: 相關文章 ===
1. '''查看網頁上是否有明顯的 RSS 連結'''
* 尋找標示為"RSS"、"Feed"或"ATOM"的圖標或文字
* 這些通常位於網頁底端、側邊欄或社交媒體圖式附近
 
2. '''搜尋頁面原始碼'''
* 在網頁上右鍵點擊並選擇「檢視頁面來源」或「查看頁面原始碼」
* 使用 Ctrl+F 搜尋"RSS"或"ATOM"或"feed"
 
3. '''尋找以下 HTML 標籤:'''
<pre>
<link rel="alternate" type="application/rss+xml" href="/feed" title="網站名稱"/>
</pre>
 
4. '''存取 Feed'''
* 實際的 Feed 網址將是標籤中 href=xxx (例如上方例子的 /feed)
* 點擊或複製此路徑以直接存取 RSS feed
* 如果是相對路徑如"/feed",請將其加到主網站域名後(例如:https://example.com/feed)
 
5. '''替代 Feed 格式'''
* 有些網站使用類似的標籤,但使用 "application/atom+xml" 而不是 "rss+xml"
* 兩種格式在 RSS 閱讀器中都可以使用
 
== RSS 搜尋引擎: 相關文章 ==


* [http://big5.xinhuanet.com/gate/big5/news.xinhuanet.com/it/2006-06/20/content_4722136.htm 誰最了解世界盃 七大部落格搜索為足球起舞] 2006-06-20
* [http://big5.xinhuanet.com/gate/big5/news.xinhuanet.com/it/2006-06/20/content_4722136.htm 誰最了解世界盃 七大部落格搜索為足球起舞] 2006-06-20

Revision as of 16:49, 4 March 2025

RSS feeds (含Blog) 的搜尋引擎

搜尋多個 Blog 或 Blog RSS Feed


已下架的服務

已下架的服務
  • Bloogz 不支援中文搜尋 (last visited: 2006-04-01)
  • Blogwise - Blog目錄, 不支援中文搜尋


如何找到網站的 RSS Feed 連結

1. 查看網頁上是否有明顯的 RSS 連結

  • 尋找標示為"RSS"、"Feed"或"ATOM"的圖標或文字
  • 這些通常位於網頁底端、側邊欄或社交媒體圖式附近

2. 搜尋頁面原始碼

  • 在網頁上右鍵點擊並選擇「檢視頁面來源」或「查看頁面原始碼」
  • 使用 Ctrl+F 搜尋"RSS"或"ATOM"或"feed"

3. 尋找以下 HTML 標籤:

<link rel="alternate" type="application/rss+xml" href="/feed" title="網站名稱"/>

4. 存取 Feed

  • 實際的 Feed 網址將是標籤中 href=xxx (例如上方例子的 /feed)
  • 點擊或複製此路徑以直接存取 RSS feed
  • 如果是相對路徑如"/feed",請將其加到主網站域名後(例如:https://example.com/feed)

5. 替代 Feed 格式

  • 有些網站使用類似的標籤,但使用 "application/atom+xml" 而不是 "rss+xml"
  • 兩種格式在 RSS 閱讀器中都可以使用

RSS 搜尋引擎: 相關文章

RSS是一種XML格式,提供網站最近更新頁面中的資訊


RSS相關的外部連結