<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="community">
	<name>My Articles</name>
	<author>AzrulStudio</author>
	<creationDate>27 October 2008</creationDate>
	<copyright>Copyright (C) 2008. All rights reserved.</copyright>
	<license></license>
	<authorEmail></authorEmail>
	<authorUrl></authorUrl>
	<version>1.0</version>
	<isapplication>true</isapplication>
	<description>
		Articles plugin for JomSocial AzrulStudio 2008
	</description>
	<languages>
	    <language tag="en-GB">en-GB.plg_myarticles.ini</language>
	</languages>
	<files>
		<file plugin="myarticles">myarticles.php</file>
		<folder>myarticles</folder>
	</files>	
	<params>
		<param name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appear in the users applications list but it will allow this application to appear in the user profile automatically if selected.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="limit" type="text" default="50" label="Limit" description="Limit the length of the content (default is 50)." />
		<param name="count" type="text" default="10" label="Count" description="The number of comment to display (default is 10)" />
		<param name="introtext" type="list" default="0" label="Introtext" description="Select whether to display the introtext of the article.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
	</params>
</install>

