<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content">
	<name>Content - SEOMeta</name>
	<author>joe</author>
	<creationDate>July 2008</creationDate>
	<copyright>Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>joeguo@gmail.com</authorEmail>
	<authorUrl>www.eboga.org</authorUrl>
	<version>1.2</version>
	<description><![CDATA[
<style type="text/css" media="all"><!--#extension_container {padding:0px 0px 4px 0px;}h1 {clear:both;margin:0px 0px 12px 0px;padding:0px 0px 1px 0px;color:#C64934;font-size:17px;border-bottom:1px dotted #505050;}h2 {clear:both;font-size:17px;}.title {margin:4px 0px;font-size:12px;font-weight:bold;}.red {color:#C64934;}#extension_container ul {margin:4px 16px;padding:0px;list-style:square;}#extension_container ul li {margin:2px;padding:0px;}#jw_ext_logo {float:right;background:#fff;border:0px solid #ccc;padding:2px;margin:0px 0px 2px 8px;}a.active,a.focus {outline:0;}--></style><div id="extension_container"><h1><a target="_blank" title="Visit Eboga Joomla Extensions!" href="http://www.eboga.org">Eboga Joomla Plugin SEOMeta [for Joomla! 1.5.x]</a></h1> is powerful SEO plugin, it can help your site to avoid duplicate titles. <br/>It can help on frontpage, section, category and content, <ul><li>FrontPage SEO. For pagination, from the second page, SEOMeta will append the articles's title to page title, meta description, and meta keywords. </li><li>Section SEO. It will append the category's title to the page title, meta description and meta keywords. </li><li>Category SEO. For pagination, from the second page, SEOMeta will append the article's title to the page title, meta description, and meta keywords. It also allows you append a prefix to all category title.  </li><li>Content SEO. It can add category title to the page title, meta description, and meta keywords. </li></ul><h2>Major Features</h2><ul><li>Advoid duplicated titles, meta description, and meta keys.</li><li>Emphasize your site's major keywords.</li><li>Special articles and categories exclusion.</li><li>Option to  active SEO for front page, section category and content, or only for any of them</li></ul>Please visist <a href="http://www.eboga.org">Eboga Joomla extensions</a> to get latest version.<br/><h2>If you enjoy this plugin, please <a href="http://extensions.joomla.org/extensions/site-management/seo-&-metadata/6440/details">submit review</a> or <a href="http://extensions.joomla.org/extensions/site-management/seo-&-metadata/6440/details">vote</a> to support me!</h2></div>
]]>

</description>

	<files>
		<filename plugin="SEOMeta">SEOMeta.php</filename>
	</files>
	<params>
		<param name="@spacerFrontPage" type="spacer" default="FrontPage Setting" label="FrontPage" description="" />
		
      <param name="FrontPageSEO" type="radio" default="1" label="Frontpage Seo" description="From page two, Appending the content title to the site title,meta keywords, meta description.">
  	    	<option value="0">No</option>
  	    	<option value="1">Yes</option>
    	</param>
      <param name="FrontPageSeperator" type="text" default=" - " label="Frontpage Seperator" description="Seperator between the content title"/>
      
     	<param name="@spacerSection" type="spacer" default="Section Setting" label="Section" description="" />
     	 <param name="SectionSEO" type="radio" default="1" label="Section Seo" description="Will list some category title at the end of the section name.">
  	    	<option value="0">No</option>
  	    	<option value="1">Yes</option>
    	</param>
    	<param name="ExcludeSectionIds" type="text" default="" label="Exclude Section Ids" description="Ignore the Sections,sperated by comma."/>
    	<param name="CategoryTitleCount" type="text" default="5" label="Category Title Count" description="How many category title will be append to the section."/>
    	<param name="SectionCategorySeperator" type="text" default=":" label="Section Category Seperator" description="Seperator between the Section title and categories titles"/>
    	<param name="CategoriesSeperator" type="text" default="," label="Categories Seperator" description="Seperator betwwen the categories titles, default is comma."/>

     
      <param name="@spacerCategory" type="spacer" default="Category Setting" label="Category" description="" />
      
      <param name="CategorySEO" type="radio" default="1" label="Category Seo" description="Will list some content title at the end of the category name.">
  	    	<option value="0">No</option>
  	    	<option value="1">Yes</option>
    	</param>    	
    	<param name="ExcludeCategoryIds" type="text" default="" label="Exclude Category Ids" description="Ignore the Categories,sperated by comma."/>
    	<param name="CategoryPrefix" type="text" default="Open Source" label="Category Prefix" description="Set category prefix"/>
    	<param name="ContentTitleCount" type="text" default="5" label="Category Title Count" description="How many category title will be append to the section."/>
    	<param name="CategoryContentSeperator" type="text" default=":" label="Category Content Seperator" description="Seperator between the Category title and the content titles"/>
    	<param name="ContentsSeperator" type="text" default="," label="Contents Seperator" description="Seperator betwwen the contents titles, default is comma."/>
      
      <param name="@spacerContent" type="spacer" default="Content Setting" label="Content" description="" />
      
      <param name="ContentSEO" type="radio" default="1" label="Content Seo" description="Is the Content SEO open.">
  	    	<option value="0">No</option>
  	    	<option value="1">Yes</option>
    	</param>  
      <param name="ExcludeCategoryIdsForContent" type="text" default="" label="Exclude Category Ids" description="Ignore the Categories,sperated by comma."/>
      <param name="ExcludeContentIds" type="text" default="" label="Exclude Content Ids" description="Ignore the contents,sperated by comma."/>     
      
      <param name="CategoryInsert" type="list" default="1" label="Add Category as Prefix" description="Add the prefix title to each content.">
  	     	<option value="0">Before Content title</option>
  	    	<option value="1">After Content title</option>
    	</param>  
    
	</params>
</install>
