1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | IBM Confidential
- | OCO Source Materials
- | IBM Cognos Products: BUX
- | (C) Copyright IBM Corp. 2009, 2013
- |
- | 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 toolbox iwidget contribution -->
- <atom:entry>
- <atom:id>tag:ibm:cognos:catalog:iwidget:inbox</atom:id>
- <atom:title type="text" xml:lang="en">{buxtoolboxcontributormsg:INBOX_TOOLBOX_TITLE}</atom:title>
- <atom:summary xml:lang="en">{buxtoolboxcontributormsg:INBOX_TOOLBOX_SUMMARY}</atom:summary>
- <atom:updated>2009-03-24T22:01:37Z</atom:updated>
- <atom:link rel="alternate" type="application/x-iwidget+xml" href="{web}/icd/bux/rssfeed.xml?iwparam=url%3d{cgi}%2Ficd%2Ffeeds%2Fmyinbox%26show_image%3dtrue%26open_links%3dnew">
- <contrib:externalFeedMapping xmlns:contrib="http://www.ibm.com/xmlns/prod/cognos/icd/contribution">
- <parameterInclusionPattern>.*</parameterInclusionPattern>
- <cookiePolicy>compatibility</cookiePolicy>
- <local>/myinbox</local>
- <remote>{bus}/rds/inboxfeed</remote>
- </contrib:externalFeedMapping>
- </atom:link>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon16" type="image/gif" href="{web}/icd/feeds/images/icon_my_inbox.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/icon64" type="image/gif" href="{web}/icd/feeds/images/icon_my_inbox_64.gif"/>
- <atom:link rel="http://www.ibm.com/xmlns/prod/cognos/rel/thumbnail" type="image/gif" href="{web}/icd/feeds/images/icon_my_inbox_64.gif"/>
- <atom:published>2009-03-24T22:01:37Z</atom:published>
- <atom:category scheme="http://www.ibm.com/xmlns/prod/cognos/icd/contribution#type" term="toolbox" label="myinbox"/>
- </atom:entry>
- </atom:feed>
|