aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/rss
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/rss
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
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>