git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
23 lines
859 B
XML
23 lines
859 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install version="1.5" type="plugin" group="xmlrpc">
|
|
<name>XML-RPC - Blogger API</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>February 2006</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.0</version>
|
|
<description>Blogger XML-RPC API</description>
|
|
<files>
|
|
<filename plugin="blogger">blogger.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="catid" type="category" default="1"
|
|
label="New posts" description="PARAMCATEGORY" />
|
|
<param name="sectionid" type="section" default="0"
|
|
label="Edit posts" description="PARAMSECTION" />
|
|
</params>
|
|
</install> |