12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | IBM Confidential
- | OCO Source Materials
- | IBM Cognos Products: BUX
- | (C) Copyright IBM Corp. 2009, 2010
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
- <!-- this entry defines a typed viewer contribution -->
- <atom:entry>
- <!-- standard ATOM tombstone information -->
- <atom:published>2009-03-24T22:01:37Z</atom:published>
- <atom:id>tag:ibm.cognos.icd.com,2009-08-23:/sample/bogus/typedfeed</atom:id>
- <atom:updated>2009-03-24T22:01:37Z</atom:updated>
- <!-- this category marks this entry as a typed feed contribution -->
- <atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="typedviewer">
- <!-- This element identifies the type of object that will be augmented with
- this typed feed. -->
- <contrib:associatedtype xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">com.ibm.cognos.om85/pagelet/1</contrib:associatedtype>
- </atom:category>
- <!-- title and summary are required to make this a valid ATOM entry,
- but are currently ignored. -->
- <atom:title type="text">ignored</atom:title>
- <atom:summary>ignored</atom:summary>
- <atom:link title="{sample:toolbox_link_title}" rel="alternate" type="application/x-iwidget+xml" href="{cgi}/icd/feeds/ext/jim/viewer/jims_widget.xml">
- <!-- Configure a mapping from the bux remote atom provider to the external
- resource. externalFeedMappings are required only when you want the BUX remote atom provider
- involved in handling the request for the typed viewer. The remote provider can
- be used like a proxy to get a resource that is on another server, to avoid
- cross-domain problems. In this sample the widget is served by another
- server on the local machine, but is accessed through the BUX remote provider. We
- have to tell the remote provider that requests for /ext/jim/viewer are proxied
- to http://localhost:8080/iwidgets/jims_widget
- If the widget is served through the same domain/gateway as BUX this mapping is not necessary,
- but the bux remote provider does useful things like transforming the result into JSON. -->
- <contrib:externalFeedMapping xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">
- <local>/ext/jim/viewer</local>
- <remote>http://localhost:8080/iwidgets/jims_widget</remote>
- </contrib:externalFeedMapping>
- </atom:link>
- <!-- other links for icons, etc. More docs are needed. -->
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon16" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rich_text.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon64" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rich_text_64.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/thumbnail" type="image/gif" href="{web}/icd/feeds/images/icon_portlet_rich_text_64.gif"/>
- </atom:entry>
- </atom:feed>
|