Joomla-Sermon-Distributor/sermondistributor.xml

102 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="5.0" method="upgrade">
<name>COM_SERMONDISTRIBUTOR</name>
<creationDate>7th March, 2024</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://www.vdm.io/</authorUrl>
<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<version>5.0.0-beta1</version>
<description><![CDATA[
<h1>Sermon Distributor (v.5.0.0-beta1)</h1>
<div style="clear: both;"></div>
<p>Distributor is a highly advanced sermon distributor that runs on the [Joomla 4.x & 5.x](http://www.joomla.org) framework. You can link a shared folder from Dropbox to the component and use Dropbox as your file host, not to mention the advanced auto builder that gives you the ability to simply load sermons to your website by only adding them to Dropbox.</p>
<p>Created by <a href="https://www.vdm.io/" target="_blank">Llewellyn van der Merwe</a><br /><small>Development started 22nd October, 2015</small></p>
]]></description>
<namespace path="src">TrueChristianChurch\Component\Sermondistributor</namespace>
<!-- Runs on install -->
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<!-- Runs on uninstall -->
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<!-- Runs on install/uninstall/update -->
<scriptfile>SermondistributorInstallerScript.php</scriptfile>
<media destination="com_sermondistributor" folder="media">
<filename>index.html</filename>
<folder>js</folder>
<folder>css</folder>
<folder>images</folder>
<folder>soundmanager</folder>
<folder>jplayer</folder>
<folder>uikit-v3</folder>
<folder>footable-v3</folder>
</media>
<!-- Update Schema -->
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql/</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<folder>assets</folder>
<folder>forms</folder>
<folder>layouts</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="site">
<language tag="en-GB">language/en-GB/en-GB.com_sermondistributor.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_sermondistributor.sys.ini</language>
</languages>
<administration>
<menu>COM_SERMONDISTRIBUTOR_MENU</menu>
<submenu>
<!-- Instead of link you can specify individual link attributes -->
<menu option="com_sermondistributor" view="sermondistributor">COM_SERMONDISTRIBUTOR_MENU_DASHBOARD</menu>
<menu option="com_sermondistributor" view="preachers">COM_SERMONDISTRIBUTOR_MENU_PREACHERS</menu>
<menu option="com_sermondistributor" view="sermons">COM_SERMONDISTRIBUTOR_MENU_SERMONS</menu>
<menu option="com_sermondistributor" view="series_list">COM_SERMONDISTRIBUTOR_MENU_SERIES_LIST</menu>
<menu option="com_sermondistributor" view="manual_updater">COM_SERMONDISTRIBUTOR_MENU_MANUAL_UPDATER</menu>
</submenu>
<files folder="admin">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>index.html</filename>
<filename>README.txt</filename>
<folder>assets</folder>
<folder>forms</folder>
<folder>layouts</folder>
<folder>presets</folder>
<folder>services</folder>
<folder>sql</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB/en-GB.com_sermondistributor.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_sermondistributor.sys.ini</language>
</languages>
</administration>
<updateservers>
<server type="extension" enabled="1" element="com_sermondistributor" name="Sermon Distributor">https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/5.x/sermondistributor_update_server.xml</server>
</updateservers>
</extension>