depot/depot.xml

38 lines
1.1 KiB
XML
Raw Normal View History

2023-10-03 03:56:38 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" method="upgrade">
<name>Depot</name>
<author>KW4NZ</author>
<creationDate>2023-10-02</creationDate>
<copyright>(C) KW4NZ Thomas Kuschel</copyright>
<license>GPL v2 +; see LICENSE.md</license>
<authorEmail>thomas@kuschel.at</authorEmail>
<authorUrl>https://kuschel.at</authorUrl>
<version>0.0.1</version>
<description>COM_DEPOT_XML_DESCRIPTION</description>
<namespace path="src/">KW4NZ\Component\Depot</namespace>
<files folder="site/">
<file>CODING_STANDARDS.md</file>
<file>LICENSE.md</file>
<file>README.md</file>
</files>
<administration>
<!--
Note that all & must be escaped to &amp; for the file to be valid
XML and be parsed by the installer
-->
<menu>COM_DEPOT_MENU</menu>
<submenu>
<menu link="option=com_depot">COM_DEPOT_MENU</menu>
</submenu>
<files folder="admin">
<folder>services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="admin/language">
<language tag="en-GB">en-GB/com_depot.ini</language>
<language tag="en-GB">en-GB/com_depot.sys.ini</language>
</languages>
</administration>
</extension>