RSS

Last updated

RSS
Feed-icon.svg
Filename extension
.rss, .xml
Internet media type application/rss+xml (registration not finished) [1]
Developed by RSS Advisory Board
Initial releaseRSS 0.90 (Netscape), March 15, 1999;24 years ago (1999-03-15)
Latest release
RSS 2.0 (version 2.0.11)
March 30, 2009;14 years ago (2009-03-30)
Type of format Web syndication
Container for Updates of a website and its related metadata (web feed)
Extended from XML
Open format?Yes
Website rssboard.org/rss-specification

RSS ( RDF Site Summary or Really Simple Syndication) [2] is a web feed [3] that allows users and applications to access updates to websites in a standardized, computer-readable format. Subscribing to RSS feeds can allow a user to keep track of many different websites in a single news aggregator, which constantly monitor sites for new content, removing the need for the user to manually check them. News aggregators (or "RSS readers") can be built into a browser, installed on a desktop computer, or installed on a mobile device.

Contents

Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, episodes of audio and video series, or for distributing podcasts. An RSS document (called "feed", "web feed", [4] or "channel") includes full or summarized text, and metadata, like publishing date and author's name. RSS formats are specified using a generic XML file.

Although RSS formats have evolved from as early as March 1999, [5] it was between 2005 and 2006 when RSS gained widespread use, and the (" Feed-icon.svg ") icon was decided upon by several major web browsers. [6] RSS feed data is presented to users using software called a news aggregator and the passing of content is called web syndication. Users subscribe to feeds either by entering a feed's URI into the reader or by clicking on the browser's feed icon. The RSS reader checks the user's feeds regularly for new information and can automatically download it, if that function is enabled.

History

The RSS formats were preceded by several attempts at web syndication that did not achieve widespread popularity. The basic idea of restructuring information about websites goes back to as early as 1995, when Ramanathan V. Guha and others in Apple's Advanced Technology Group developed the Meta Content Framework. [7]

RDF Site Summary, the first version of RSS, was created by Dan Libby and Ramanathan V. Guha at Netscape. It was released in March 1999 for use on the My.Netscape.Com portal. [8] This version became known as RSS 0.9. [5] In July 1999, Dan Libby of Netscape produced a new version, RSS 0.91, [3] which simplified the format by removing RDF elements and incorporating elements from Dave Winer's news syndication format. [9] Libby also renamed the format from RDF to RSS Rich Site Summary and outlined further development of the format in a "futures document". [10]

This would be Netscape's last participation in RSS development for eight years. As RSS was being embraced by web publishers who wanted their feeds to be used on My.Netscape.Com and other early RSS portals, Netscape dropped RSS support from My.Netscape.Com in April 2001 during new owner AOL's restructuring of the company, also removing documentation and tools that supported the format. [11]

Two parties emerged to fill the void, with neither Netscape's help nor approval: The RSS-DEV Working Group and Dave Winer, whose UserLand Software had published some of the first publishing tools outside Netscape that could read and write RSS.

Winer published a modified version of the RSS 0.91 specification on the UserLand website, covering how it was being used in his company's products, and claimed copyright to the document. [12] A few months later, UserLand filed a U.S. trademark registration for RSS, but failed to respond to a USPTO trademark examiner's request and the request was rejected in December 2001. [13]

The RSS-DEV Working Group, a project whose members included Aaron Swartz, [14] Guha and representatives of O'Reilly Media and Moreover, produced RSS 1.0 in December 2000. [15] This new version, which reclaimed the name RDF Site Summary from RSS 0.9, reintroduced support for RDF and added XML namespaces support, adopting elements from standard metadata vocabularies such as Dublin Core.

In December 2000, Winer released RSS 0.92 [16] a minor set of changes aside from the introduction of the enclosure element, which permitted audio files to be carried in RSS feeds and helped spark podcasting. He also released drafts of RSS 0.93 and RSS 0.94 that were subsequently withdrawn. [17]

In September 2002, Winer released a major new version of the format, RSS 2.0, that redubbed its initials Really Simple Syndication. RSS 2.0 removed the type attribute added in the RSS 0.94 draft and added support for namespaces. To preserve backward compatibility with RSS 0.92, namespace support applies only to other content included within an RSS 2.0 feed, not the RSS 2.0 elements themselves. [18] (Although other standards such as Atom attempt to correct this limitation, RSS feeds are not aggregated with other content often enough to shift the popularity from RSS to other formats having full namespace support.)

Because neither Winer nor the RSS-DEV Working Group had Netscape's involvement, they could not make an official claim on the RSS name or format. This has fueled ongoing controversy[ specify ] in the syndication development community as to which entity was the proper publisher of RSS.

One product of that contentious debate was the creation of an alternative syndication format, Atom, that began in June 2003. [19] The Atom syndication format, whose creation was in part motivated by a desire to get a clean start free of the issues surrounding RSS, has been adopted as IETF Proposed Standard RFC   4287.

In July 2003, Winer and UserLand Software assigned the copyright of the RSS 2.0 specification to Harvard's Berkman Klein Center for Internet & Society, where he had just begun a term as a visiting fellow. [20] At the same time, Winer launched the RSS Advisory Board with Brent Simmons and Jon Udell, a group whose purpose was to maintain and publish the specification and answer questions about the format. [21]

In September 2004, Stephen Horlander created the now ubiquitous RSS icon ( Feed-icon.svg ) for use in the Mozilla Firefox browser. [22]

In December 2005, the Microsoft Internet Explorer team [6] and Microsoft Outlook team [23] announced on their blogs that they were adopting Firefox's RSS icon. In February 2006, Opera Software followed suit. [24] This effectively made the orange square with white radio waves the industry standard for RSS and Atom feeds, replacing the large variety of icons and text that had been used previously to identify syndication data.

In January 2006, Rogers Cadenhead relaunched the RSS Advisory Board without Dave Winer's participation, with a stated desire to continue the development of the RSS format and resolve ambiguities. In June 2007, the board revised their version of the specification to confirm that namespaces may extend core elements with namespace attributes, as Microsoft has done in Internet Explorer 7. According to their view, a difference of interpretation left publishers unsure of whether this was permitted or forbidden.

Example

RSS is XML-formatted plain text. The RSS format itself is relatively easy to read both by automated processes and by humans alike. An example feed could have contents such as the following:

<?xml version="1.0" encoding="UTF-8" ?><rssversion="2.0"><channel><title>RSSTitle</title><description>ThisisanexampleofanRSSfeed</description><link>http://www.example.com/main.html</link><copyright>2020Example.comAllrightsreserved</copyright><lastBuildDate>Mon,6Sep201000:01:00+0000</lastBuildDate><pubDate>Sun,6Sep200916:20:00+0000</pubDate><ttl>1800</ttl><item><title>Exampleentry</title><description>Hereissometextcontaininganinterestingdescription.</description><link>http://www.example.com/blog/post/1</link><guidisPermaLink="false">7bd204c6-1655-4c27-aeee-53f933c5395f</guid><pubDate>Sun,6Sep200916:20:00+0000</pubDate></item></channel></rss>

Aggregators

User interface of an RSS feed reader on a desktop computer Tiny Tiny RSS English Interface.png
User interface of an RSS feed reader on a desktop computer

When retrieved, RSS reading software could use the XML structure to present a neat display to the end users. There are various news aggregator software for desktop and mobile devices, but RSS can also be built-in inside web browsers or email clients like Mozilla Thunderbird.

Variants

There are several different versions of RSS, falling into two major branches (RDF and 2.*).

The RDF (or RSS 1.*) branch includes the following versions:

The RSS 2.* branch (initially UserLand, now Harvard) includes the following versions:

Later versions in each branch are backward-compatible with earlier versions (aside from non-conformant RDF syntax in 0.90), and both versions include properly documented extension mechanisms using XML Namespaces, either directly (in the 2.* branch) or through RDF (in the 1.* branch). Most syndication software supports both branches. "The Myth of RSS Compatibility", an article written in 2004 by RSS critic and Atom advocate Mark Pilgrim, discusses RSS version compatibility issues in more detail.

The extension mechanisms make it possible for each branch to copy innovations in the other. For example, the RSS 2.* branch was the first to support enclosures, making it the current leading choice for podcasting, and as of 2005 is the format supported for that use by iTunes and other podcasting software; however, an enclosure extension is now available for the RSS 1.* branch, mod_enclosure. Likewise, the RSS 2.* core specification does not support providing full-text in addition to a synopsis, but the RSS 1.* markup can be (and often is) used as an extension. There are also several common outside extension packages available, e.g. one from Microsoft for use in Internet Explorer 7.

The most serious compatibility problem is with HTML markup. Userland's RSS reader—generally considered as the reference implementation—did not originally filter out HTML markup from feeds. As a result, publishers began placing HTML markup into the titles and descriptions of items in their RSS feeds. This behavior has become expected of readers, to the point of becoming a de facto standard. [26] Though there is still some inconsistency in how software handles this markup, particularly in titles. The RSS 2.0 specification was later updated to include examples of entity-encoded HTML; however, all prior plain text usages remain valid.

As of January 2007, tracking data from www.syndic8.com indicates that the three main versions of RSS in current use are 0.91, 1.0, and 2.0, constituting 13%, 17%, and 67% of worldwide RSS usage, respectively. [27] These figures, however, do not include usage of the rival web feed format Atom. As of August 2008, the syndic8.com website is indexing 546,069 total feeds, of which 86,496 (16%) were some dialect of Atom and 438,102 were some dialect of RSS. [28]

Modules

The primary objective of all RSS modules is to extend the basic XML schema established for more robust syndication of content. This inherently allows for more diverse, yet standardized, transactions without modifying the core RSS specification.

To accomplish this extension, a tightly controlled vocabulary (in the RSS world, "module"; in the XML world, "schema") is declared through an XML namespace to give names to concepts and relationships between those concepts.

Some RSS 2.0 modules with established namespaces are:

Interoperability

Although the number of items in an RSS channel is theoretically unlimited, some news aggregators do not support RSS files larger than 150KB. For example, applications that rely on the Common Feed List of Windows might handle such files as if they were corrupt, and not open them. Interoperability can be maximized by keeping the file size under this limit.

Podcasts are distributed using RSS. To listen to a podcast, a user adds the RSS feed to their podcast client, and the client can then list available episodes and download or stream them for listening or viewing. To be included in a podcast directory the feed must for each episode provide a title, description, artwork, category, language, and explicit rating. There are some services that specifically indexes and is a search engine for podcasts. [29]

Some BitTorrent clients support RSS. RSS feeds which provide links to .torrent files allow users to subscribe and automatically download content as soon as it is published.

RSS to email

Some services deliver RSS to an email inbox, sending updates from user's personal selection and schedules. Examples of such services include IFTTT, Zapier and others. [30] Conversely, some services deliver email to RSS readers. [31] Further services like e. g. Gmane allow to subscribe to feeds via NNTP.

It may be noted that email clients such as Thunderbird supports RSS natively. [32]

RSS compared with Atom

Both RSS and Atom are widely supported and are compatible with all major consumer feed readers. RSS gained wider use because of early feed reader support. Technically, Atom has several advantages: less restrictive licensing, IANA-registered MIME type, XML namespace, URI support, RELAX NG support. [33]

The following table shows RSS elements alongside Atom elements where they are equivalent.

Note: the asterisk character (*) indicates that an element must be provided (Atom elements "author" and "link" are only required under certain conditions).

RSS 2.0Atom 1.0
authorauthor*
categorycategory
channelfeed
copyrightrights
subtitle
description*summary and/or content
generatorgenerator
guidid*
imagelogo
itementry
lastBuildDate (in channel)updated*
link*link*
managingEditorauthor or contributor
pubDatepublished (subelement of entry)
title*title*
ttl

Current usage

Several major sites such as Facebook and Twitter previously offered RSS feeds but have reduced or removed support. Additionally, widely used readers such as Shiira, FeedDemon, and particularly Google Reader, have all been discontinued as of 2013, citing declining popularity in RSS. [34] RSS support was removed in OS X Mountain Lion's versions of Mail and Safari, although the features were partially restored in Safari 8. [35] [36] Mozilla removed RSS support from Mozilla Firefox version 64.0, joining Google Chrome and Microsoft Edge which do not include RSS support, thus leaving Internet Explorer as the last major browser to include RSS support by default. [37] [38]

Since the late 2010s there has been an uptick in RSS interest again. In 2018, Wired published an article named "It's Time for an RSS Revival", citing that RSS gives more control over content compared to algorithms and trackers from social media sites. At that time, Feedly was the most popular RSS reader. [39] Chrome on Android has added the ability to follow RSS feeds as of 2021. [40]

See also

Notes

Related Research Articles

<span class="mw-page-title-main">Dave Winer</span> American software developer, entrepreneur, and writer

Dave Winer is an American software developer, entrepreneur, and writer who resides in New York City. Winer is noted for his contributions to outliners, scripting, content management, and web services, as well as blogging and podcasting. He is the founder of the software companies Living Videotext, Userland Software and Small Picture Inc., a former contributing editor for the Web magazine HotWired, the author of the Scripting News weblog, a former research fellow at Harvard Law School, and current visiting scholar at New York University's Arthur L. Carter Journalism Institute.

Gecko is a browser engine developed by Mozilla. It is used in the Firefox browser, the Thunderbird email client, and many other projects.

The Resource Description Framework (RDF) is a World Wide Web Consortium (W3C) standard originally designed as a data model for metadata. It has come to be used as a general method for description and exchange of graph data. RDF provides a variety of syntax notations and data serialization formats, with Turtle currently being the most widely used notation.

<span class="mw-page-title-main">UserLand Software</span> U.S. software company

UserLand Software is a US-based software company, founded in 1988, that sells web content management, as well as blogging software packages and services.

Web syndication is making content available from one website to other sites. Most commonly, websites are made available to provide either summaries or full renditions of a website's recently added content. The term may also describe other kinds of content licensing for reuse.

<span class="mw-page-title-main">Atom (web standard)</span> Web standards

The name Atom applies to a pair of related Web standards. The Atom Syndication Format is an XML language used for web feeds, while the Atom Publishing Protocol is a simple HTTP-based protocol for creating and updating web resources.

OPML is an XML format for outlines. Originally developed by UserLand Software as a native file format for the outliner application in its Radio UserLand product, it has since been adopted for other uses, the most common being to exchange lists of web feeds between web feed aggregators.

<span class="mw-page-title-main">Web feed</span> Data format

On the World Wide Web, a web feed is a data format used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe a channel to it by adding the feed resource address to a news aggregator client. Users typically subscribe to a feed by manually entering the URL of a feed or clicking a link in a web browser or by dragging the link from the web browser to the aggregator, thus "RSS and Atom files provide news updates from a website in a simple form for your computer."

Meta Content Framework (MCF) is a specification of a content format for structuring metadata about web sites and other data.

<span class="mw-page-title-main">Liferea</span> News aggregator software

Liferea is a news aggregator for online news feeds and podcasts. It supports the major feed formats including RSS/RDF and Atom and can import and export subscription lists in OPML format. Liferea is intended to be a fast, easy to use, and easy to install news aggregator for GTK+ that can be used with the GNOME desktop. Liferea features a script manager, in which users can add custom scripts that run whenever a certain action occurs.

Channel Definition Format (CDF) was an XML file format formerly used in conjunction with Microsoft's Active Channel, Active Desktop and Smart Offline Favorites technologies. The format was designed to "offer frequently updated collections of information, or channels, from any web server for automatic delivery to compatible receiver programs." Active Channel allowed users to subscribe to channels and have scheduled updates delivered to their desktop. Smart Offline Favorites, like channels, enabled users to view webpages from the cache.

OpenSearch is a collection of technologies that allow the publishing of search results in a format suitable for syndication and aggregation. Introduced in 2005, it is a way for websites and search engines to publish search results in a standard and accessible format.

Media RSS (MRSS) is an RSS extension that adds several enhancements to RSS enclosures, and is used for syndicating multimedia files in RSS feeds. It was originally designed by Yahoo! and the Media RSS community in 2004, but in 2009 its development has been moved to the RSS Advisory Board. One example of enhancements is specification of thumbnails for each media enclosure, and the possibility to enclose multiple versions of the same content.

The Extensible Metadata Platform (XMP) is an ISO standard, originally created by Adobe Systems Inc., for the creation, processing and interchange of standardized and custom metadata for digital documents and data sets.

<span class="mw-page-title-main">News aggregator</span> Client software that aggregates syndicated web content

In computing, a news aggregator, also termed a feed aggregator, content aggregator, feed reader, news reader, or simply an aggregator, is client software or a web application that aggregates digital content such as online newspapers, blogs, podcasts, and video blogs (vlogs) in one location for easy viewing. The updates distributed may include journal tables of contents, podcasts, videos, and news items.

FeedSync for Atom and RSS, previously Simple Sharing Extensions, are extensions to RSS and Atom feed formats designed to enable the bi-directional synchronization of information by using a variety of data sources. Initially developed by Ray Ozzie, Chief Software Architect at Microsoft, it is now maintained by Jack Ozzie, George Moromisato, Matt Augustine, Paresh Suthar and Steven Lees. Dave Winer, the designer of the UserLand Software RSS specification variants, has given input for the specifications.

The RSS-DEV Working Group was the outgrowth of a fork in RSS format development. The private, non-commercial working group began with a dozen members in three countries, and was chaired by Rael Dornfest, researcher and developer of the Meerkat RSS-reader software.

GeoRSS is a specification for encoding location as part of a Web feed. (Web feeds are used to describe feeds of content, such as news articles, Audio blogs, video blogs and text blog entries. These web feeds are rendered by programs such as aggregators and web browsers.) The name "GeoRSS" is derived from RSS, the most known Web feed and syndication format.

Web syndication technologies were preceded by metadata standards such as the Meta Content Framework (MCF) and the Resource Description Framework (RDF), as well as by 'push' specifications such as Channel Definition Format (CDF). Early web syndication standards included Information and Content Exchange (ICE) and RSS. More recent specifications include Atom and GData.

The Publishing Requirements for Industry Standard Metadata (PRISM) for the Internet, computing, and computer science, is a specification that defines a set of XML metadata vocabularies for syndicating, aggregating, post-processing and multi-purposing content.

References

  1. "The application/rss+xml Media Type". Network Working Group. May 22, 2006. Archived from the original on June 14, 2022. Retrieved August 16, 2007.
  2. Powers 2003, p. 10: "Another very common use of RDF/XML is in a version of RSS called RSS 1.0 or RDF/RSS. The meaning of the RSS abbreviation has changed over the years, but the basic premise behind it is to provide an XML-formatted feed consisting of an abstract of content and a link to a document containing the full content. When Netscape originally created the first implementation of an RSS specification, RSS stood for RDF Site Summary, and the plan was to use RDF/XML. When the company released, instead, a non-RDF XML version of the specification, RSS stood for Rich Site Summary. Recently, there has been increased activity with RSS, and two paths are emerging: one considers RSS to stand for Really Simple Syndication, a simple XML solution (promoted as RSS 2.0 by Dave Winer at Userland), and one returns RSS to its original roots of RDF Site Summary (RSS 1.0 by the RSS 1.0 Development group)."
  3. 1 2 Libby, Dan (July 10, 1999). "RSS 0.91 Spec, revision 3". Netscape ttem. Archived from the original on December 4, 2000. Retrieved February 14, 2007.
  4. "Web feeds | RSS | The Guardian | guardian.co.uk", The Guardian, London, 2008, webpage: GuardianUK-webfeeds. Archived December 15, 2017, at the Wayback Machine .
  5. 1 2 "My Netscape Network: Quick Start". Netscape Communications. Archived from the original on December 8, 2000. Retrieved October 31, 2006.
  6. 1 2 "Icons: It's still orange". Microsoft RSS Blog. December 14, 2005. Archived from the original on December 16, 2005. Retrieved November 9, 2008.
  7. Lash, Alex (October 3, 1997). "W3C takes first step toward RDF spec". Archived from the original on August 9, 2011. Retrieved February 16, 2007.
  8. Hines, Matt (March 15, 1999). "Netscape Broadens Portal Content Strategy". Newsbytes.
  9. RSS Advisory Board (June 7, 2007). "RSS History". Archived from the original on September 15, 2007. Retrieved September 4, 2007.
  10. "MNN Future Directions". Netscape Communications. Archived from the original on December 4, 2000. Retrieved October 31, 2006.
  11. Andrew King (April 13, 2003). "The Evolution of RSS". Archived from the original on January 19, 2007. Retrieved January 17, 2007.
  12. Winer, Dave (June 4, 2000). "RSS 0.91: Copyright and Disclaimer". UserLand Software. Archived from the original on November 10, 2006. Retrieved October 31, 2006.
  13. U.S. Patent & Trademark Office. "'RSS' Trademark Latest Status Info". Archived from the original on August 16, 2007. Retrieved September 4, 2007.
  14. "RSS Creator Aaron Swartz Dead at 26". Harvard Magazine. January 14, 2013. Archived from the original on June 29, 2021. Retrieved June 29, 2021.
  15. RSS-DEV Working Group (December 9, 2000). "RDF Site Summary (RSS) 1.0". Archived from the original on January 12, 2013. Retrieved October 31, 2006.
  16. Winer, Dave (December 25, 2000). "RSS 0.92 Specification". UserLand Software. Archived from the original on January 31, 2011. Retrieved October 31, 2006.
  17. Winer, Dave (April 20, 2001). "RSS 0.93 Specification". UserLand Software. Archived from the original on November 2, 2006. Retrieved October 31, 2006.
  18. Harvard Law (April 14, 2007). "Top-level namespaces". Archived from the original on June 5, 2011. Retrieved August 3, 2009.
  19. Festa, Paul (August 4, 2003). "Dispute exposes bitter power struggle behind Web logs". news.cnet.com. Archived from the original on August 6, 2009. Retrieved August 6, 2008. The conflict centers on something called Really Simple Syndication (RSS), a technology widely used to syndicate blogs and other Web content. The dispute pits Harvard Law School fellow Dave Winer, the blogging pioneer who is the key gatekeeper of RSS, against advocates of a different format.
  20. "Advisory Board Notes". RSS Advisory Board. July 18, 2003. Archived from the original on September 27, 2007. Retrieved September 4, 2007.
  21. "RSS 2.0 News". Scripting News. Dave Winer. July 18, 2003. Archived from the original on August 22, 2007. Retrieved September 4, 2007.
  22. "2004-09-26 Branch builds". The Burning Edge. September 26, 2004. Archived from the original on October 9, 2014. Retrieved October 6, 2014.
  23. "RSS icon goodness", blog post by Michael A. Affronti of Microsoft (Outlook Program Manager), December 15, 2005
  24. trond (February 16, 2006). "Making love to the new feed icon". Opera Desktop Team. Archived from the original on April 17, 2010. Retrieved July 4, 2010.
  25. "Namespaces in XML 1.0" (2nd ed.). W3C. August 16, 2006. Archived from the original on March 16, 2011. Retrieved May 22, 2008.
  26. "W3C RSS 1.0 News Feed Creation How-To". www.w3.org. Archived from the original on June 14, 2022. Retrieved February 5, 2021.
  27. Holzner, Steven. "Peachpit article". Peachpit article. Archived from the original on November 9, 2011. Retrieved December 11, 2010.
  28. "Syndic8 stats table". Syndic8.com. Archived from the original on August 3, 2002. Retrieved August 12, 2011.
  29. "The Best Podcast Search Engine". Lifehacker. September 20, 2017. Archived from the original on November 29, 2020. Retrieved February 5, 2021.
  30. "Free realtime RSS and Atom feed to email service. Get your favourite blogs, feeds, and news delivered to your inbox". Archived from the original on January 28, 2017. Retrieved January 26, 2017.
  31. "RSS Feed Reader, your tool for saving time and money at RSS.com". Archived from the original on January 25, 2017. Retrieved January 26, 2017.
  32. "How to use Thunderbird to get RSS feeds! Here's How it Works". October 17, 2018. Archived from the original on April 13, 2021. Retrieved February 5, 2021.
  33. Leslie Sikos (2011). Web standards – Mastering HTML5, CSS3, and XML. Apress. ISBN   978-1-4302-4041-9. Archived from the original on April 2, 2015. Retrieved June 14, 2022.
  34. Hölzle, Urs. "A second spring of cleaning". googleblog.blogspot.com. Archived from the original on March 14, 2013. Retrieved March 14, 2013.
  35. Frakes, Dan (February 19, 2012). "Mountain Lion: Hands on with Mail". Macworld . Mac Publishing. Archived from the original on July 22, 2013. Retrieved February 23, 2012.
  36. "Subscribe to RSS Feeds in Safari for OS X Yosemite". OSX Daily. November 3, 2014. Archived from the original on January 21, 2015. Retrieved January 24, 2015.
  37. Cimpanu, Catalin (July 26, 2018). "Mozilla to Remove Support for Built-In Feed Reader From Firefox". BleepingComputer. Archived from the original on July 26, 2018. Retrieved July 26, 2018.
  38. "Firefox 64.0, See All New Features, Updates and Fixes". Mozilla. December 11, 2018. Archived from the original on December 11, 2018. Retrieved December 12, 2018.
  39. Barrett, Brian (March 30, 2018). "It's Time for an RSS Revival". Wired. Archived from the original on August 12, 2021. Retrieved July 26, 2021.
  40. Campbell, Ian Carlos (October 8, 2021). "Google Reader is still defunct, but now you can 'follow' RSS feeds in Chrome on Android". The Verge. Archived from the original on June 5, 2022. Retrieved June 19, 2022.