<?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>itlivewire dev blog &#187; lotus notes</title>
	<atom:link href="http://itlivewire.com/devblog/tag/lotus-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlivewire.com/devblog</link>
	<description>Just another web development blog...</description>
	<lastBuildDate>Thu, 20 May 2010 13:54:57 +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>Enable Lotus Notes notes:// protocol in mediawiki</title>
		<link>http://itlivewire.com/devblog/2010/01/28/enable-lotus-note-notes-protocol-in-mediawiki/</link>
		<comments>http://itlivewire.com/devblog/2010/01/28/enable-lotus-note-notes-protocol-in-mediawiki/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:29:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[lotus notes]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2010/01/28/enable-lotus-note-notes-protocol-in-mediawiki/</guid>
		<description><![CDATA[Edit the LocalSettings.php
add the notes:// protocol
where you find this line (add it as an array item)
$wgUrlProtocols = array( 'http://', 'https://', 'mailto:' ,'notes://');
]]></description>
			<content:encoded><![CDATA[<p>Edit the <strong>LocalSettings.php</strong><br />
add the <strong>notes://</strong> protocol<br />
where you find this line (add it as an array item)</p>
<pre class="brush: php;">$wgUrlProtocols = array( 'http://', 'https://', 'mailto:' ,'notes://');</pre>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/01/28/enable-lotus-note-notes-protocol-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
