rss聚合模式案例

RSS:真正简单的联合 (RSS: Really Simple Syndication)

RSS is an abbreviation of Really Simple Syndication. It is also called Rich Site Summary. It is quality attainment for the syndication of collection of web content and used to dispense and share informative updates of the web contents like news feeds headlines, website, blog entries, a summary of events and forum updates in the standard XML based file format. It enables a user to keep updated with the content information on many different websites in a solitary news aggregator. Spontaneously, the news aggregator will examine the RSS feed for new and unique content, enabling the content to be passed automatically from one website to the other website or from one website to the user. This process of passing of content from one website to another is called web syndication.

RSS是Really Simple Syndication的缩写 。 也称为“丰富站点摘要”。 它是用于收集Web内容的组织的质量成就,可用于分发和共享Web内容的信息更新,例如新闻提要标题,网站,博客条目,事件摘要和论坛更新(基于XML的标准文件格式)。 它使用户可以在单独的新闻聚合器中的许多不同网站上保持内容信息的更新。 自发地,新闻聚合者将检查RSS提要中是否有新的独特内容,从而使内容可以自动从一个网站传递到另一个网站,或从一个网站传递给用户。 内容从一个网站传递到另一个网站的过程称为网络联合。

RSS documents generally carry complete or encapsulated text data, metadata, author and publishing information. RSS provides advantages to both publishers and subscribers because they spontaneously syndicate work in a format of arrangement that can be simply and easily accessed, acquired and viewed by different types of applications.

RSS文档通常包含完整或封装的文本数据,元数据,作者和发布信息。 RSS为发布者和订阅者提供了优势,因为它们以一种安排的形式自发地联合工作,可以通过不同类型的应用程序简单方便地对其进行访问,获取和查看。

历史 (History)

At the beginning of 1995, the fundamental idea of RSS of reorganizing information about websites was evolved when the Meta Content Framework was developed by Ramanathan V. Guha and others in Apple Computer's Advanced Technology Group.

1995年初,当Ramanathan V. Guha和Apple Computer Advanced Technology Group的其他人开发了Meta Content Framework时,就重新定义了RSS重组网站信息的基本思想。

RSS的工作 (Working of RSS)

RSS in the process of making available for using the advantages for both publishers and readers, it syndicates web content automatically. It enables and makes easier for a reader to subscribe to their preferred website and without again going to check the website to read the latest updates.

RSS在为发布者和阅读者提供使用优势的过程中,会自动联合Web内容。 它使读者能够订阅他们喜欢的网站,并使他们更容易订阅,而无需再次检查该网站以阅读最新更新。

订户的优势 (Advantages for subscribers)

  • A subscriber can subscribe to more than one forum of newsgroups and then a subscriber can modify his news feed to have all the news on a single page. It will help subscribers in saving a lot of time in checking the specific preferred news.

    订阅者可以订阅多个新闻组论坛,然后订阅者可以修改其新闻提要,以将所有新闻放在单个页面上。 这将帮助订户节省大量时间检查特定的首选新闻。

  • A subscriber can simply examine the headlines because the RSS feed comes in the form of the organized structure of headlines and a short description so that a subscriber can click on only those news or contents that comes under his interest.

    订阅者可以简单地检查标题,因为RSS提要采用标题的组织结构和简短描述的形式,因此订阅者只能单击他感兴趣的新闻或内容。

出版商的优势 (Advantages for Publishers)

  • A publisher doesn't have to maintain a database of subscribers to send his information to them; rather they will check his feed by using a reader and they will get updated automatically either news or some other content. The RSS process of publishing is really very simple.

    发布者不必维护订户数据库即可将其信息发送给他们。 相反,他们将使用阅读器检查他的供稿,并会自动更新新闻或其他内容。 RSS的发布过程确实非常简单。

  • A publisher only required writing in the form of titles and brief descriptions of an RSS feed and put his link in the background of his website, If a publisher has a new content published on his website.

    如果发布者的网站上发布了新内容,则发布者只需要以标题和RSS提要的简短描述的形式书写,并将其链接放在其网站的背景中。

翻译自: https://www.includehelp.com/dictionary/rss-full-form.aspx

rss聚合模式案例

rss聚合模式案例_RSS的完整形式是什么?相关推荐

  1. 电影院3d是什么模式的_3D的完整形式是什么?

    电影院3d是什么模式的 3D:三维 (3D: Three Dimensional) 3D is an abbreviation of "Three Dimensional". 3D ...

  2. md5模式 签名_MD的完整形式是什么?

    md5模式 签名 医师:医学博士/常务董事 (MD: Doctor of Medicine / Managing Director) 1)医学博士:医学博士 (1) MD: Doctor of Med ...

  3. 程序员简历工作模式_简历的完整形式是什么?

    程序员简历工作模式 简历:简历 (CV: Curriculum Vitae) The CV is an abbreviation of Curriculum Vitae. It is a writte ...

  4. 宝马奥迪工厂模式_宝马的完整形式是什么?

    宝马奥迪工厂模式 宝马:巴伐利亚汽车公司 (BMW: Bayerische Motoren Werke) BMW is an abbreviation of "Bayerische Moto ...

  5. 大脑应对危机的模式_危机的完整形式是什么?

    大脑应对危机的模式 危机:印度信用评级信息服务有限公司 (CRISIL: Credit Rating Information Services of India Limited) CRISIL is ...

  6. 企业中台管理模式_中小企业的完整形式是什么?

    企业中台管理模式 中小企业:中小企业 (SME: Small and Medium-sized Enterprises) SME is an abbreviation of Small and Med ...

  7. PHP rss聚合,利用PHP和AJAX创建RSS聚合器

    下载本文示例代码 想象使用一个简单HTML文件来把一个请求发送到一个服务器端脚本,收到一个基于该请求的定制XML文件,然后把它显示给用户而几乎不需要刷新浏览器!本文作者将同你一起探讨怎样在普通Web应 ...

  8. 【设计模式学习笔记】组合模式与桥接模式案例详解(C++实现)

    目录 一.组合模式 1. 什么是组合模式 2. 组合模式案例 二.桥接模式 1. 什么是桥接模式 2. 桥接模式案例 一.组合模式 1. 什么是组合模式 Composite Pattern,组合模式, ...

  9. 大数据之Spark案例实操完整使用(第六章)

    大数据之Spark案例实操完整使用 一.案例一 1.准备数据 2.需求 1:Top10 热门品类 3.需求说明 方案一. 实现方案二 实现方案三 二 .需求实现 1.需求 2:Top10 热门品类中每 ...

最新文章

  1. 一套Python试题
  2. Pytorch v0.4.1发布:添加频谱范数,自适应Softmax,优化CPU处理速度,添加异常检测NaN等
  3. Tool/IDE之MinGW:MinGW(C++环境)的简介、安装、使用方法之详细攻略
  4. zuul默认的路由规则及禁用路由规则
  5. 易驾佳智能机器人教练_学车吗?全智能模拟+车载机器人教练,让你轻松学车...
  6. tomcat关闭后线程依然运行解决办法
  7. ipv6相对于ipv4的改进
  8. 使用Git推送代码到GitHub远程仓库
  9. css框架和js框架_优雅设计的顶级CSS框架
  10. ShardingSphere(五) 公共表配置,实现读写改操作
  11. 1 元购买 1000+ 册爆款电子书,错过再等一年!
  12. 严蔚敏数据结构课后参考答案
  13. Eclipse 专用等宽字体,Yahei_Consola字体
  14. python _滑动时间窗
  15. 利用matlab将三维数据画成三维立体图
  16. sqlserver 包含关系
  17. Excel 2010 SQL应用098 聚合函数之计算某列空值的数目
  18. 从自己挖的坑里爬出来
  19. Anthony计量经济学导论-学习笔记+R语言
  20. 最有效的一种技术领导是“以身作则”

热门文章

  1. 一种移动端自适应屏幕的方法
  2. Bash脚本教程之set命令
  3. gorm 密码字段隐藏_KeeWeb for mac(密码管理工具)
  4. 服务器端如何开启GZIP压缩功能
  5. vue菜鸟从业记:完成项目最后一公里之真机测试和打包上线
  6. CSS学习笔记-04 a标签-导航练习
  7. OO第二单元作业总结
  8. Java基础知识(数据类型和集合)
  9. 转载大神的一篇文章----【如何选择开源许可证?】
  10. CF 839 E-最大团