<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="community">
	<name>Seyret</name>
	<author>AzrulStudio</author>
	<creationDate>7 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>
		Seyret Application for Jom Social
	</description>
	<languages>
	    <language tag="en-GB">en-GB.plg_seyret.ini</language>
	</languages>
	<files>
		<file plugin="seyret">seyret.php</file>
		<folder>seyret</folder>
	</files>
	
	<menuitem>
		<menu label="Inbox" position="toolbar">
			<link label="Inbox">task=inbox</link>
			<link label="Compose">task=compose</link>
		</menu>
	</menuitem>
	
	<params>
		<param name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin 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="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>
		<param name="sort" type="list" default="DESC" label="Sort order" description="Select to either sort the video by ascending or desending.">
			<option value="ASC">Ascending</option>
			<option value="DESC">Descending</option>
		</param>
		<param name="count" type="text" default="10" label="Count" description="Numbers of video to display." />
	</params>
</install>

