To manage your Web content feeds you need to create a feed
configuration.
- Go to Administration > Portal Content > Feed
Configurations.
- Click New.
- Type a name for the feed configuration.
- Type the URL to the feed.
- Select an appropriate Feed Credential Slot ID for the feed.
- Select the Web content library where the content should
be stored.
- Select an appropriate Feed Credential Slot ID to use with
the selected Web content library.
- Select whether to pass the handshake data in the feed or
HTTP headers:
- In the HTTP Headers:
- The handshake data is exchanged using standard HTTP protocol header
fields. This is the default and preferred method.
Requests from
the Consumer contain:
- If-Modified-Since : {last-modified_value}
- If-None-Match: {etag_value}
Responses from the producer contain:
- ETag: {etag_value}
- Last-Modified: {last-modified_value}
- In the Feed:
- The feed producer puts the information in the feed and the consumer
returns the values via the query string.
Each time the consumer
makes a request for the feed URL, the following query string is appended:
- ?etag={etag_value}&lastMod={last-modified_value}
Feeds sent back from the producer contain the following
channel-level elements:
- <lastBuildDate>{last-modified_value}</lastBuildDate>
- <ibmfs:etag>{etag_value}</ibmfs:etag>
- Select whether to check the publication date or not. If
selected, Web content items that have the same publish date as the
feed source will not be processed.
- Select whether to use an XSLT style sheet or not.
- If selected, type the path to the XSL file relative
to the /config/xslt directory in the feed Service
application.
- Click either Save to save the configuration
without consuming the feed, or Save and Consume to
do both.