<?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>DEAN LEE:/DEV/BLOG &#187; notifier</title>
	<atom:link href="http://www.deanlee.cn/tag/notifier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>wp-comments-notifier:a wordpress comments notifier</title>
		<link>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/</link>
		<comments>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:46:01 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[notifier]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/technology/wp-comments-notifiera-wordpress-comments-notifier/</guid>
		<description><![CDATA[wp-comments-notifier is an open source application written in QT/C++ that alerts you when new comments are posted on your WordPress blog (works well with WordPress MU too), It displays an icon in your system tray to let you know if you have new comments,It also includes features that allow you to manage/reply/edit your comments directly [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/yaapc/' rel='bookmark' title='Permanent Link: Yet another Ajax paged comments plugin for wordpress (YAAPC)'>Yet another Ajax paged comments plugin for wordpress (YAAPC)</a></li><li><a href='http://www.deanlee.cn/wordpress/boost-wordpress-performance-on-windows-iis/' rel='bookmark' title='Permanent Link: Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes'>Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes</a></li><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/wp-comments-notifier/" target="_blank">wp-comments-notifier</a> is an open source application written in QT/C++ that alerts you when new comments are posted on your WordPress blog (works well with WordPress MU too), It displays an icon in your system tray to let you know if you have new comments,It also includes features that allow you to manage/reply/edit your comments directly from your desktop.<a href="http://www.deanlee.cn/wp-content/uploads/2010/01/screenshort.png" rel="lightbox"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="screenshort" border="0" alt="screenshort" src="http://www.deanlee.cn/wp-content/uploads/2010/01/screenshort_thumb.png" width="549" height="488" /></a></p>
</p>
<p> <span id="more-1115"></span>
</p>
<p><strong>Download win32 binary here </strong></p>
<p class="download"><a href="http://code.google.com/p/wp-comments-notifier/downloads/list">Download wp-comments-notifier</a></p>
<p><strong>Build wp-comments-notifier on Unix      <br /></strong>From the toplevel source dir, run the following commands:     <br />make     <br />make install</p>
<p>You need Qt 4.2 or higher to build wp-comments-notifier,If a packaged version of Qt is not available for your OS (or if you want debug symbols in your Qt libraries), you will need to build and install Qt 4.2 yourself. See the Qt instructions to find out how to do this.</p>
<p><strong>How to enable comment notifier for other blog platform      </p>
<p></strong>wp-wordpress-notifier use <a href="http://codex.wordpress.org/XML-RPC_wp" target="_blank">WordPress XMLRPC API</a> to communicate with the blog server.if you want to use this application with other blog platform,you can simply modify the code,or implement the following XMLRPC API on your blog system:</p>
<p>wp.deleteComment    <br />wp.editComment     <br />wp.newComment     <br />wp.getComments     <br />wp.getComment     <br />wp.getCommentCount</p>
<p>if you find it useful, a time saver,or even just mildly interesting,then my effort was worth it.    <br />if you have any suggestions on how to improve it, I’d love to hear it.</p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=1115&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/wordpress/yaapc/' rel='bookmark' title='Permanent Link: Yet another Ajax paged comments plugin for wordpress (YAAPC)'>Yet another Ajax paged comments plugin for wordpress (YAAPC)</a></li><li><a href='http://www.deanlee.cn/wordpress/boost-wordpress-performance-on-windows-iis/' rel='bookmark' title='Permanent Link: Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes'>Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes</a></li><li><a href='http://www.deanlee.cn/wordpress/url-rewriting-for-wordpress-under-iis/' rel='bookmark' title='Permanent Link: wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)'>wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
	</channel>
</rss>
