Specifications
B-42
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
Manifest File Structure and Syntax
You can specify multiple <match> tags within the <matchRule> tag. The <match> tags have a Boolean
OR relationship (to form a logical inclusion) with other <match> tags. You must specify at least one
<match> tag per <matchRule> tag.
Attributes
• mime-type
The mime-type attribute specifies MIME-types.
• extension
The extension attribute specifies file extensions.
• time-before
The time-before attribute can provide both an absolute time (modified before yyyy-mm-dd
hh:mm:ss) or a relative time (modified within ddd:hh:ss), relative to the present time, to download
content. Time parameters should be expressed in GMT time zones. (For GMT offsets, see the
“Manifest File Time Zone Tables” section on page B-50.)
• time-after
The time-after attribute can provide both an absolute time (modified after yyyy-mm-dd hh:mm:ss)
or a relative time (modified within ddd:hh:ss), relative to the present time, to download content.
Time parameters should be expressed in GMT time zones. (For GMT offsets, see the “Manifest File
Time Zone Tables” section on page B-50.)
Note Relative time is calculated based on current time. We recommend that you synchronize the
the server clock and the Service Engine clock so that relative time calculations are accurate.
• minFileSizeInB/KB/MB
The minFileSizeInB/KB/MB attribute specifies that the acquired content size must be larger than this
number of bytes, kilobytes, or megabytes. The size attribute can be expressed in bytes (B), kilobytes
(KB), or megabytes (MB).
The minFileSizeInB/KB/MB attribute replaces the size-min-in-B/KB/MB attribute, which continues
to be supported for backward compatibility only.
• maxFileSizeInB/KB/MB
The maxFileSizeInB/KB/MB attribute specifies that the acquired content size must be smaller than
this number of bytes, kilobytes, or megabytes. This attribute can be expressed in bytes (B), kilobytes
(KB), or megabytes (MB).
The maxFileSizeInB/KB/MB attribute replaces the size-max-in-B/KB/MB attribute, which continues
to be supported for backward compatibility only.
• prefix
The prefix attribute is optional and specifies a prefix as a match rule to filter out websites during a
crawl job.
• url-pattern
The url-pattern attribute is optional and specifies a regular expression as a match rule to filter out
certain URLs.
Subelements
None