Channel Definition Format

From Infogalactic: the planetary knowledge core
(Redirected from Smart Offline Favorites)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Lua error in package.lua at line 80: module 'strict' not found.

Channel Definition Format (CDF) is an XML file format used in conjunction with Microsoft's Active Channel, Active Desktop and Smart Offline Favorites technologies. The format is designed to "offer frequently updated collections of information, or channels, from any web server for automatic delivery to compatible receiver programs."[1] Active Channel allows websites to be listed and syndicated with the end-user's desktop. Smart Offline Favorites, like channels, enable users to view webpages from the cache.

History

Submitted to the World Wide Web Consortium (W3C) in March 1997 for consideration as a web standard,[2] CDF marked Microsoft's attempt to capitalize on the short-lived push technology trend led by PointCast.[3] The most notable implementation of CDF was Microsoft's Active Desktop, an optional feature introduced with the launch of the Internet Explorer 4.0 browser on 30 September 1997.[4][5] While CDF and Active Channel were introduced with the launch of Internet Explorer 4.0, Smart Offline Favorites was introduced with the launch of Internet Explorer 5.0.

CDF served as a model in the emergence of web syndication and prefigures some aspects of the RSS file format introduced by Netscape in 1999.[6] Unlike RSS, CDF was never widely adopted and its use remains very limited. As a direct result, in 2006 Microsoft removed CDF support from Internet Explorer 7.

Example

A generic CDF file:

<?xml version="1.0" encoding="UTF-8"?>
<CHANNEL HREF="http://domain/folder/pageOne.extension"
  BASE="http://domain/folder/"
  LASTMOD="1998-11-05T22:12"
  PRECACHE="YES"
  LEVEL="0">
    <TITLE>Title of Channel</TITLE>
    <ABSTRACT>Synopsis of channel's contents.</ABSTRACT>
    <SCHEDULE>
      <INTERVALTIME DAY="14"/>
    </SCHEDULE>
    <LOGO HREF="wideChannelLogo.gif" STYLE="IMAGE-WIDE"/>
    <LOGO HREF="imageChannelLogo.gif" STYLE="IMAGE"/>
    <LOGO HREF="iconChannelLogo.gif" STYLE="ICON"/>
    <ITEM HREF="pageTwo.extension"
      LASTMOD="1998-11-05T22:12"
      PRECACHE="YES"
      LEVEL="1">
        <TITLE>Page Two's Title</TITLE>
        <ABSTRACT>Synopsis of Page Two's contents.</ABSTRACT>
        <LOGO HREF="pageTwoLogo.gif" STYLE="IMAGE"/>
        <LOGO HREF="pageTwoLogo.gif" STYLE="ICON"/>
    </ITEM>
</CHANNEL>

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.

External links