RSS <cloud> 元素
<cloud> 元素允许所有进程注册一个 cloud,用于获得频道的更新通知,并为 rss 种子实现一个轻量级的发布订阅协议
warn: xml-rpc 或 soap 均可实现 cloud
范例
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>简单教程首页</title> <link>https://www.twle.cn</link> <description>简单教程,简单编程</description> <cloud domain="www.twle.cn" port="80" path="/rpc" registerProcedure="新闻通知" protocol="xml-rpc" /> <item> <title>HTML 基础教程</title> <link>https://www.twle.cn/l/yufei/html/html-basic-index.html</link> <description>HTML 基础教程</description> <category>前端</category> </item> </channel> </rss>