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>

运行范例 »

返回上一级

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.