-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS 功能调整和问题修复 #272
RSS 功能调整和问题修复 #272
Conversation
- fix: 未显示置顶memo - fix: 错误显示私密memo - feat: 展示memo数量修改为15 - feat: 置顶memo在rss中不会置顶,但添加一行 **【置顶】** 作为标识
不知为啥,用生成的地址可以直接访问,但十年之约的订阅抓取不到rss的地址! |
- [ ] Invalid email address 在实现rss功能时用户表里还没有邮箱,所以在Author字段中只填了Name没填Email。现在邮箱已在邮件通知分支中添加,不过为了避免重复混淆,Rss分支上暂不处理。 - [x] Feeds should not be served with the "text/plain" media type 只在前端链接中指定了`type="application/rss+xml"`,但后端接口没有正确设定Header中的Content-Type,已修正。 - [x] item should contain a guid element 字段缺失,已修正 - [ ] Missing atom:link with rel="self" `gorilla\feeds`库的问题,见[gorilla/feeds kingwrcy#111](gorilla/feeds#111)
使用W3C Feed Validation Service验证rss订阅链接确实发现了一些问题:
但以上问题也不一定是导致你的问题的原因,因为即使存在上述rss不够规范的问题,RSSHub-Radar和Follow等工具仍能正确获取解析Rss订阅链接。 |
RSS 在 十年之约 订阅成功了,但我修改了地址,自动生成的 |
W3C Feed Validation Service验证失败:
|
这个 PR 做了什么?