今天我们谈谈typecho的聚合Rss
谈谈关于typecho的rss吧😁
订阅源地址
一般我们知道,typecho博客订阅源😉
type | rss 2.0 url |
---|---|
首页 | https://domain.com/feed/ |
文章评论 | https://domain.com/feed/archives/{cid}/ |
type | rss 1.0 url |
---|---|
首页 | https://domain.com/feed/rss/ |
文章评论 | https://domain.com/feed/rss/archives/{cid}/ |
type | atom 1.0 url |
---|---|
首页 | https://domain.com/feed/atom/ |
文章评论 | https://domain.com/feed/atom/archives/{cid}/ |
上述的就是基本的订阅源
拓展更多
如果我们很喜欢用rss看一个博主的文章。那么上述的基本源就不满足我们的要求了。
而南博有个功能就是rss订阅,所以我对rss进行了了解。😄
支持分页。
对没错,typecho 的rss支持分页。🤔
type | rss 2.0 url |
---|---|
首页[分页] | https://domain.com/feed/page/{page} |
评论 | https://domain.com/feed/comments |
分类 | https://domain.com/feed/category/{category}/ |
标签 | https://domain.com/feed/tag/{tag} |
搜索 | https://domain.com/feed/search/{keywords}/ |
按照日期 | https://domain.com/feed/{year}/{mon}/{day} |
指定作者 | https://domain.com/feed/author/{uid} |
比如 https://domain.com/feed/page/3
type | rss 1.0 url |
---|---|
首页[分页] | https://domain.com/feed/rss/page/{page} |
评论 | https://domain.com/feed/rss/comments |
分类 | https://domain.com/feed/rss/category/{category}/ |
标签 | https://domain.com/feed/rss/tag/{tag} |
搜索 | https://domain.com/feed/rss/search/{keywords}/ |
按照日期 | https://domain.com/feed/rss/{year}/{mon}/{day} |
指定作者 | https://domain.com/feed/rss/author/{uid} |
type | atom 1.0 url |
---|---|
首页[分页] | https://domain.com/feed/atom/page/{page} |
评论 | https://domain.com/feed/atom/comments |
分类 | https://domain.com/feed/atom/category/{category}/ |
标签 | https://domain.com/feed/atom/tag/{tag} |
搜索 | https://domain.com/feed/atom/search/{keywords}/ |
按照日期 | https://domain.com/feed/atom/{year}/{mon}/{day} |
指定作者 | https://domain.com/feed/atom/author/{uid} |
持续更新中....😋
Nice
有了这些,可以在南博app上看你喜欢的博客的博文了。😛😛😛
我觉得可以整合一下RSSHUB😝,https://rsshub.app/
不错,好主意😂😂
实用👍,可惜暂时用不了南博(静待ios版本发布)
权那他正在加速组织和开发南博ios版😁😁😁😁