git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install version="1.5" type="plugin" group="system">
|
|
<name>System - Backlinks</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>September 2007</creationDate>
|
|
<copyright>Copyright (C) 2005 - 2010 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.5</version>
|
|
<description>Provides backlink support</description>
|
|
<files>
|
|
<filename plugin="backlink">backlink.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="url" type="radio" default="1" label="Search Query Strings" description="If yes, it searches for old query strings that might match and redirects">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
<param name="sef" type="radio" default="1" label="Search SEF" description="If yes, it uses old style SEF and directs it to the new link">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
<param name="legacysef" type="radio" default="1" label="Attempt Legacy SEF" description="If yes, it uses old style SEF and attempts to generate a valid link">
|
|
<option value="0">No</option>
|
|
<option value="1">Yes</option>
|
|
</param>
|
|
</params>
|
|
</install> |