This is the source code of Plugin.xml.

This file is part of the Mangoblog viewCount plugin!

The code is colored using the Coldfusion code coloring component by Paul Klinkenberg.

<?xml version="1.0" encoding="UTF-8"?>
<plugin id="nl.coldfusiondeveloper.mango.plugins.viewCount" name="viewCount" version="1.4" provider-name="Paul Klinkenberg" class="viewCount.PluginHandler">
	<description><![CDATA[ Shows the number of times a blog post has been viewed.<br />Code created by Paul Klinkenberg, <a href="http://www.railodeveloper.com/" target="_blank">www.railodeveloper.com</a> ]]></description>
	<requiresVersion match="greaterOrEqual">0.1</requiresVersion>
	<listens>
		<event name="beforePostContentEnd" type="synch" priority="5" />
		<event name="showViewCount" type="synch" priority="5" />
		<event name="updateViewCount" type="synch" priority="5" />
		<event name="settingsNav" type="synch" priority="5" />
		<event name="showViewCountSettings" type="synch" priority="5" />
		<event name="customPostsNav" type="synch" priority="5" />
		<event name="postsNav" type="synch" priority="5" />
	</listens>
</plugin>