<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IIS.Magento &#187; admin</title>
	<atom:link href="http://www.iismagento.com/category/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iismagento.com</link>
	<description>Making Magento play on IIS</description>
	<lastBuildDate>Tue, 16 Feb 2010 21:56:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento news feed</title>
		<link>http://www.iismagento.com/2010/02/magento-news-feed/</link>
		<comments>http://www.iismagento.com/2010/02/magento-news-feed/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:56:36 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[admin]]></category>

		<guid isPermaLink="false">http://www.iismagento.com/?p=74</guid>
		<description><![CDATA[Each timeyou log into the Magento admin interface you will have noticed the notifications which appear to tell you about new magento versions. The notifications system collects the messages to display from an rss feed. As such you can replace the standard feed with your own; or point to a blank source to disable.
The feed [...]]]></description>
			<content:encoded><![CDATA[<p>Each timeyou log into the Magento admin interface you will have noticed the notifications which appear to tell you about new magento versions. The notifications system collects the messages to display from an rss feed. As such you can replace the standard feed with your own; or point to a blank source to disable.</p>
<p>The feed location is defined in the config.xml file in code/core/Mage/AdminNotification/etc/config.xml</p>
<p>It is not good practice to change the data in this file, instead either add the config data to the XML configuration file of an existing module or add a new entry to the database to override the value.</p>
<p>All of the configuration data is stored in core_config_data. Add an entry to the table using the SQL,</p>
<pre class="brush: sql;">INSERT INTO core_config_data&lt;/pre&gt;
SET(scope='default', scope_id=0, path='system/adminnotification', VALUE='uri')</pre>
<p>The RSS must follow the following pattern.</p>
<pre class="brush: xml;">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;/pre&gt;
&lt;rss version=&quot;2.0&quot; xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot;&gt;
&lt;channel&gt;
&lt;title&gt;My Custom Notifications&lt;/title&gt;
&lt;atom:link href=&quot;http://notifications.screenpages.com/?feed=rss2&quot; rel=&quot;self&quot; type=&quot;application/rss+xml&quot; /&gt;
&lt;link&gt;http://mysite.notifications.com&lt;/link&lt;!-- Source uri --&gt;&gt;
&lt;description&gt;&lt;/description&gt;
&lt;copyright&gt;Copyright (c) 2009 My company&lt;/copyright&gt;
&lt;webMaster&gt;me@email.com&lt;/webMaster&gt;
&lt;language&gt;en&lt;/language&gt;
&lt;lastBuildDate&gt;Fri, 19 Jun 2010 16:20:05 +0000&lt;/lastBuildDate&gt;
&lt;item&gt;
&lt;title&gt;Title&lt;/title&gt;
&lt;link&gt;http://notifications.xxx.com&lt;/link&gt;&lt;!-- link to the message --&gt;
&lt;severity&gt;3&lt;/severity&gt; &lt;!--severity level between 1 and 4 --&gt;
&lt;description&gt;&lt;![CDATA[Your content]]&gt;&lt;/description&gt;
&lt;pubDate&gt;Fri, 19 Jun 2010 16:04:38 +0000&lt;/pubDate&gt;

&lt;/item&gt;
&lt;/channel&gt;
&lt;/rss&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.iismagento.com/2010/02/magento-news-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
