git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
98 lines
3.5 KiB
XML
98 lines
3.5 KiB
XML
<?xml version="1.0" ?>
|
|
<mosinstall type="component">
|
|
<name>obrens</name>
|
|
<creationDate>6.10.2004</creationDate>
|
|
<author>Andreas Duswald</author>
|
|
<copyright>This component is released under the GNU/GPL License</copyright>
|
|
<authorEmail>webmaster@mamboDome.de</authorEmail>
|
|
<authorUrl>www.mamboDome.de</authorUrl>
|
|
<version>1.4</version>
|
|
<description>Agrega Referencias para tu sitio en 4.5.1.</description>
|
|
<files>
|
|
<filename>obrens.php</filename>
|
|
<filename>version.php</filename>
|
|
<filename>lang/german.php</filename>
|
|
<filename>lang/germanf.php</filename>
|
|
<filename>lang/english.php</filename>
|
|
<filename>lang/spanish.php</filename>
|
|
</files>
|
|
<images>
|
|
<filename>images/logo.png</filename>
|
|
<filename>images/nopic.jpg</filename>
|
|
<filename>images/tynimam.jpg</filename>
|
|
|
|
<filename>images/logens.jpg</filename>
|
|
<filename>images/logmid.jpg</filename>
|
|
</images>
|
|
<install>
|
|
<queries>
|
|
<query>
|
|
CREATE TABLE IF NOT EXISTS `#__obrens` (
|
|
`id` int(11) unsigned NOT NULL auto_increment,
|
|
`catid` int(11) NOT NULL default '0',
|
|
`titulo` varchar(255) NOT NULL default '',
|
|
`autor` varchar(255) NOT NULL default '',
|
|
`beschreibung` text NOT NULL,
|
|
`hits` int(11) NOT NULL default '0',
|
|
`ref_in` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
`ref_out` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
`published` tinyint(1) NOT NULL default '0',
|
|
`ordering` int(11) NOT NULL default '0',
|
|
`checked_out` int(11) NOT NULL default '0',
|
|
PRIMARY KEY (`id`)
|
|
) TYPE=MyISAM
|
|
</query>
|
|
<query>
|
|
CREATE TABLE if NOT EXISTS `#__obrens_cab_detalles` (
|
|
`idobra` int(11) unsigned NOT NULL ,
|
|
`id` tinyint(2) unsigned NOT NULL ,
|
|
`descripcion` varchar(100) NOT NULL,
|
|
PRIMARY KEY ( `idobra` , `id`)
|
|
) TYPE=MyISAM
|
|
</query>
|
|
<query>
|
|
INSERT INTO `#__categories`
|
|
(`title`, `name`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`) VALUES
|
|
('Área ensayo', 'Área ensayo', 'com_obrens', 'left', 'Contenido area de ensayo.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0);
|
|
</query>
|
|
</queries>
|
|
</install>
|
|
|
|
<uninstall>
|
|
<queries>
|
|
<query>DELETE FROM `#__categories` WHERE `section` = 'com_obrens'</query>
|
|
<query>DROP TABLE `#__obrens`</query>
|
|
<query>DROP TABLE `#__obrens_cab_detalles`</query>
|
|
</queries>
|
|
</uninstall>
|
|
<installfile>install.obrens.php</installfile>
|
|
<uninstallfile>uninstall.obrens.php</uninstallfile>
|
|
|
|
<administration>
|
|
<menu>Area Ensayo</menu>
|
|
<submenu>
|
|
<menu act="ref">Agregar Obra</menu>
|
|
<menu act="categories">Agregar Categoria</menu>
|
|
<menu act="settings">Editar Propiedades</menu>
|
|
<menu task="language">Editar Lenguaje</menu>
|
|
<menu act="about">Info</menu>
|
|
</submenu>
|
|
<files>
|
|
<filename>admin.obrens.html.php</filename>
|
|
<filename>admin.obrens.php</filename>
|
|
<filename>config.obrens.php</filename>
|
|
<filename>install.obrens.php</filename>
|
|
<filename>toolbar.obrens.html.php</filename>
|
|
<filename>toolbar.obrens.php</filename>
|
|
<filename>uninstall.obrens.php</filename>
|
|
</files>
|
|
<images>
|
|
<filename>images/logo.png</filename>
|
|
<filename>images/nopic.jpg</filename>
|
|
|
|
<filename>images/logens.jpg</filename>
|
|
<filename>images/logmid.jpg</filename>
|
|
|
|
</images>
|
|
</administration>
|
|
</mosinstall> |