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

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为发布者和订阅者提供了优势,因为它们以一种安排的形式自发地联合工作,可以通过不同类型的应用程序简单方便地对其进行访问,获取和查看。

RSS full form

历史 (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聚合模式案例

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/377276.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

《MySQL——38道查询练习(无连接查询)》

目录一、准备数据1、创建数据库2、创建学生表3、创建教师表4、创建课程表5、创建成绩表6、添加数据二、查询练习1、查询 student 表的所有行2、查询 student 表中的 name、sex 和 class 字段的所有行3、查询 teacher 表中不重复的 department 列4、查询 score 表中成绩在60-80之…

XPth和XSLT的一些简单用法

(目的在于让大家知道有这个东西的存在) XPath:即XML Path语言(Xpath)表达式使用路径表示法(像在URL中使用一样)来为XML文档的各部分寻址! 关于XPath如何使用了,我们来看看!当然这里面的代码只是入门,更深层…

isc dhcp_ISC的完整形式是什么?

isc dhcpISC:印度学校证书 (ISC: Indian School Certificate) ISC is an abbreviation of the Indian School Certificate. It alludes to the 12th class examination or higher secondary examination conducted by the Council for the Indian School Certificat…

《MySQL——连接查询》

内连接: inner join 或者 join 外连接 1、左连接 left join 或 left outer join 2、右连接 right join 或 right outer join 3、完全外连接 full join 或 full outer join 图示理解 全连接 创建person表和card表 CREATE DATABASE testJoin;CREATE TABLE person (…

win7下 apache2.2 +php5.4 环境搭建

这篇文章很好 没法复制 把链接粘贴来http://www.360doc.com/content/13/0506/13/11495619_283349585.shtml# 现在能复制了: 把任何一篇你要复制、却不让复制的文章收藏入收藏夹(直接CtrlD,确定) 2在收藏夹中,右击刚才收藏的那个网址,点属性 3…

运行在TQ2440开发板上以及X86平台上的linux内核编译

一、运行在TQ2440开发板上的linux内核编译 1、获取源码并解压 直接使用天嵌移植好的“linux-2.6.30.4_20100531.tar.bz2”源码包。 解压(天嵌默认解压到/opt/EmbedSky/linux-2.6.30.4/中) tar xvjf linux-2.6.30.4_20100531.tar.bz2 -C / 2、获取默认配置…

Python熊猫– GroupBy

Python熊猫– GroupBy (Python Pandas – GroupBy) GroupBy method can be used to work on group rows of data together and call aggregate functions. It allows to group together rows based off of a column and perform an aggregate function on them. GroupBy方法可用…

MySQL索引底层原理理解以及常见问题总结

目录二叉查找树为索引红黑树为索引B树作为索引B树作为索引MyISAM存储引擎索引实现InnoDB存储引擎索引实现常见问题聚集索引与非聚集索引InnoDB基于主键索引和普通索引的查询有什么区别?InnoDB主键索引为何是整型的自增主键何时使用业务字段作为主键呢?哈…

des算法密码多长_密码学中的多个DES

des算法密码多长This is a DES that was susceptible to attacks due to tremendous advances in computer hardware in cryptography. Hence, it was a very complex or competent algorithm it would be feasible to reuse DES rather than writing an of cryptography. 由于…

《MySQL——索引笔记》

目录回表覆盖索引最左前缀原则联合索引的时候,如何安排索引内的字段顺序?索引下推重建索引问题联合主键索引和 InnoDB 索引组织表问题in与between的区别回表 回到主键索引树搜索的过程,我们称为回表。 覆盖索引 覆盖索引就是在这次的查询中…

《操作系统知识点整理》

目录进程与线程比较多线程同步与互斥生产者与消费者哲学家就餐问题读者写者问题进程间通信管道消息队列共享内存信号量信号Socket锁互斥锁与自旋锁读写锁乐观锁与悲观锁死锁进程与线程比较 进程是资源(包括内存、打开的文件等)分配的单位,线…

操作系统大内核和微内核_操作系统中的内核

操作系统大内核和微内核A Kernel is the central component of an Operating System. The Kernel is also said to be the heart of the Operating System. It is responsible for managing all the processes, memory, files, etc. The Kernel functions at the lowest level …

《MySQL——锁》

全局锁是什么?全局锁有什么用?全局锁怎么用? 全局锁主要用在逻辑备份过程中,对于InnoDB 引擎的库,使用–single-transaction; MySQL 提供了一个加全局读锁的方法,命令是 Flush tables with read lock (FTW…

搜索引擎Constellio及Google Search Appliances connectors

做搜索产品的时候发现国外一个同类型的产品contellio,发现功能比较强大,先记录下来 貌似可以添加文档 网站 以及数据库等不同类型的数据源 http://wiki.constellio.com/index.php/Main_Page http://www.constellio.com/ http://www.constellio.com htt…

分类器是如何做检测的?——CascadeClassifier中的detectMultiScale函数解读

原地址:http://blog.csdn.net/delltdk/article/details/9186875 在进入detectMultiScal函数之前,首先需要对CascadeClassifier做初始化。 1. 初始化——read函数 CascadeClassifier的初始化很简单: cv::CascadeClassifier classifier; cl…

abs std::abs_ABS的完整形式是什么?

abs std::absABS:防抱死制动系统 (ABS: Anti-lock Braking System) ABS is an abbreviation of the Anti-lock Braking System. It is a safety anti-skid braking system that is used on a variety of aircraft, automobiles and other land vehicles, such as mo…

汉字速查使用方法简介

《汉字速查》(HanziSearcher)是一个支持全汉字字典和词典的检索工具。其界面如下所示。 界面上方为工具栏。 左方为字典和词典检索栏。 右方在启动时显示版权信息和作者的联系方式,在执行检索时,显示检索结果。 检索方法 汉字速查…

android jni示例_Android服务示例

android jni示例A service is a component that runs in the background for supporting different types of operations that are long running. The user is not interacted with these. These perform task even if application is destroyed. Examples include handling of…

空间换时间,把递归的时间复杂度降低到O(2n)

递归算法的时间复杂度除非只有前两项,否则都不是线性的,并且相当耗费内存。我们用最常见的的fibonacci数列来说明: function fibonacci(n){if( n 0 || n 1){return n;} else {return fibonacci(n - 1) fibonacci(n - 2);} } 这是一种最常见…

《MySQL——给长字符串加索引》

对于长字符串,可用如下方式建立索引: (1)前缀索引 (2)字符串倒叙前缀索引 (3)添加hash字段并在hash字段上加索引 (4)字段拆分(一个字段可拆分为两…