找到一款适合 miniflux 的 RSS 阅读器,NetNewsWire。虽然上面没有介绍适合 miniflux,但是其实在 Miniflux Third-Party Applications 中介绍是可以的。
我研究了下,在 miniflux 中使用 google reader api,然后在 NetNewsWire 中的 FreshRSS 中填写对应地址即可。
3 notes found.
找到一款适合 miniflux 的 RSS 阅读器,NetNewsWire。虽然上面没有介绍适合 miniflux,但是其实在 Miniflux Third-Party Applications 中介绍是可以的。
我研究了下,在 miniflux 中使用 google reader api,然后在 NetNewsWire 中的 FreshRSS 中填写对应地址即可。
可以使用 标签在 HTML 的 中声明 RSS, 这样大多数现代浏览器会自动发现。
示例:
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>你的网站标题</title>
<!-- RSS Feed 声明 -->
<link
rel="alternate"
type="application/rss+xml"
title="技术博客 RSS"
href="/rss.xml"
/>
<!-- 如果是 Atom Feed -->
<link
rel="alternate"
type="application/atom+xml"
title="技术博客 Atom"
href="/atom.xml"
/>
</head>
<body>
<!-- 网页内容 -->
</body>
</html> Reddit 的 sub reddit 是有 rss 可以直接访问的,比如:https://www.reddit.com/r/logseq.rss 对应的就是 logseq 的 rss