Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个生成 Atom 1.0 或 RSS 2.0 提要的简单端点。
我的理解是,只要输出是有效的 Atom 或 RSS XML,浏览器和提要阅读器就应该能够访问和使用它。这个对吗?
我的端点是否也必须支持 AtomPub 协议,或者简单的 HTTP GET 就足够了?我认为 AtomPub 仅用于发布和资源管理,对吗?
提前致谢!
是的。
我认为 AtomPub 仅用于发布和资源管理,对吗?