git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
23 lines
1011 B
XML
23 lines
1011 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<mosinstall version="1.0.0" type="mambot" group="search">
|
|
<name>content searchbot</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>August 2004</creationDate>
|
|
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.0.0</version>
|
|
<description>Allows Searching of all Content items</description>
|
|
<files>
|
|
<filename mambot="content.searchbot">content.searchbot.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="search_limit" type="text" size="5" default="50" label="Search Limit" description="Number of Search items to return"/>
|
|
<param name="nonmenu" type="radio" default="1" label="Static Content NonMenu" description="Search Static Content not linked to a menu item?">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
</params>
|
|
</mosinstall>
|