完整 RSS 参考手册
定义和用法
<cloud> 元素允许所有进程注册一个 cloud,用于获得频道的更新通知,并为 rss 种子实现一个轻量级的发布订阅协议。
提示和注释
注意:xml-rpc 或 soap 均可实现 cloud。
实例
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
rss
version
=
"
2.0
"
>
<
channel
>
<
title
>
小白教程首页
</
title
>
<
link
>
http://www.voidme.com
</
link
>
<
description
>
免费编程教程
</
description
>
<
cloud
domain
=
"
www.voidme.com
"
port
=
"
80
"
path
=
"
/RPC
"
registerProcedure
=
"
NotifyMe
"
protocol
=
"
xml-rpc
"
/>
<
item
>
<
title
>
RSS 教程
</
title
>
<
link
>
http://www.voidme.com/rss
</
link
>
<
description
>
小白教程 Rss 教程
</
description
>
<
category
>
RSS
</
category
>
</
item
>
</
channel
>
</
rss
>
完整 RSS 参考手册