FP98: How to Create a Channel Definition FileLast reviewed: March 18, 1998Article ID: Q174055 |
The information in this article applies to:
SUMMARYThis article describes how to create a Channel Definition Format (CDF) file and some of the tags used in the CDF file.
MORE INFORMATIONAs a content provider, you can create one CDF file for each type of Channel you want for your Web site. A CDF file allows users to subscribe to your FrontPage Web as a Channel or a desktop component. When users subscribe to your FrontPage Web as a Channel, they can browse your Web offline, display updates to your Web on their screen saver, and download or receive e-mail notifications when pages in your FrontPage Web are modified. This feature is available only in Web browsers that support Channel Definitions, such as Microsoft Internet Explorer, version 4.0.
Creating a Channel Definition Format FileYou can use the Channel Definition Wizard to create a CDF file in FrontPage 98, using these steps:
Channel TagsA CDF file is a text file that contains a list of HTML tags, which reference specific Web pages on a particular Web site. (These tags, along with the entire CDF file description, have been submitted to the Word Wide Web Consortium and are awaiting acceptance.) Some of the new HTML tags in the CDF file that are created by the wizard are discussed below. All CDF files must begin with the following tag:
<?XML Version="1.0" encoding="iso-8859-1" ?>This identifies the file as an Extensible Markup Language (XML) file so that it can be processed appropriately by the browser. The <Channel> and </Channel> tags start and finish the CDF file. You can use multiple <Channel> tags to create sub-channels. The hyperlink reference (HREF) attribute for this tag points to the top-level Web page in the Channel. The <Title> tag allows you to specify a title for the Channel. You will be able to see this in the Channels list on the Favorites menu. The <Abstract> tag allows you to specify a text string that displays a ToolTip when the mouse passes over an item. You can specify an abstract for the primary Channel and each item within the Channel. The <LogTarget> tag allows you to specify a custom CGI script that records information about browsing habits of users logged on to the Channel. The <Schedule> tag allows you to schedule the time intervals for updating subscriptions and delaying connections. The <Log> tag specifies which graphics are used in the Channel Bar on the Windows active desktop and in the Channels list on the Favorites menu. The <Item> tag denotes each individual page of content on the Web-site that you want to be displayed in the Channel. The <Scope> tag defines whether the pages in the Channel are to be downloaded to the subscriber's computer or the subscriber must connect to your Web to view changes. The Channel Definition Wizard outputs a valid CDF file. The Channel Definition Wizard does not create some of the advanced features that can be used in CDF files. These features are:
- Time zones in download schedules. - Multiple items for a given HREF. - Control of Web crawling levels. - Separate control of the Netcaster-compatibility anchor tag. - Sub-channels. - PurgeTime or Type On Tracking elements. - Per-item control over the Track attribute. - Per-item control over the Logo element.NOTE: Microsoft FrontPage does not provide an interface that allows you to edit the CDF file and add these tags. However, if you edit the CDF file in Notepad, FrontPage will preserve your changes the next time you run the Channel Definition Wizard.
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q173920 TITLE : FP98: General Information about Active Channel TechnologyFor more information about channel definitions, click the Index tab in FrontPage Help, type the following text
channel definitionsand then double-click the selected text to go to the "Using Channel Definitions" topic.
|
Additional query words: 97 98 Channels CDF
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |