aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/rss
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/rss')
-rw-r--r--files/zh-cn/glossary/rss/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/rss/index.html b/files/zh-cn/glossary/rss/index.html
new file mode 100644
index 0000000000..762aebc957
--- /dev/null
+++ b/files/zh-cn/glossary/rss/index.html
@@ -0,0 +1,26 @@
+---
+title: RSS
+slug: Glossary/RSS
+tags:
+ - OpenPractices
+ - RSS
+ - WebMechanics
+ - 分享
+ - 术语
+translation_of: Glossary/RSS
+---
+<p><strong>RSS</strong>(简易信息聚合)指的是用于发布站点更新的数种 XML 文档格式。当您订阅一个网站的 RSS 摘要时,网站会将 RSS 信息和更新信息发送到一个称为资讯(feed)的 RSS 文档中,因此您无需手动查看所有喜爱的网站就可以获取这些网站的更新动态。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基础知识">基础知识</h3>
+
+<ul>
+ <li>维基百科上的 {{Interwiki("wikipedia", "RSS")}}</li>
+</ul>
+
+<h3 id="技术参考">技术参考</h3>
+
+<ul>
+ <li><a href="http://www.rssboard.org/rss-specification">最新的 RSS 标准</a></li>
+</ul>