Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Confluence 的目录功能还在 roadmap 中,本站采用了使用空页面作为目录的做法,这导致了最终生成的 RSS 有许多的空页面,影响使用体验

我的解决方案是…… 简单粗暴,解析 Confluence 输出的 RSS 结果中的 entry > summary 中的内容,如果低于 10 个单词视为空页面

 为什么是 10 个单词?

Confluence 生成的 summary 默认就会包含一些内容,利用空白符分隔以后,一个空页面最终最长会是如下内容

Page edited by Bryan View Online · View Changes Online

刚好 10 个单词

那么实现方式…… 利用 GitHub Action 定时拉取下处理就好了……

该解决方案开源,你可以利用本站的 RSS 对比处理前处理后的。

  • No labels