You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<extension type="package" version="1.0" method="upgrade">
|
|
<name>pkg_foos</name>
|
|
<packagename>agosms</packagename>
|
|
<creationDate>##DATE##</creationDate>
|
|
<packager>Astrid Günther</packager>
|
|
<copyright>(C) ##YEAR## Astrid Günther. All rights reserved.</copyright>
|
|
<packageremail>info@astrid-guenther.de</packageremail>
|
|
<packagerurl>www.astrid-guenther.de</packagerurl>
|
|
<author>Astrid Günther</author>
|
|
<authorEmail>info@astrid-guenther.de</authorEmail>
|
|
<authorUrl>www.astrid-guenther.de</authorUrl>
|
|
<version>##VERSION##</version>
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
|
<description>PKG_FOOS_XML_DESCRIPTION</description>
|
|
<scriptfile>script.php</scriptfile>
|
|
<files>
|
|
<!-- The id for each extension is the element stored in the DB -->
|
|
<file type="component" id="com_foos">com_foos.zip</file>
|
|
<file type="module" id="mod_foo" client="site">mod_foo.zip</file>
|
|
<file type="plugin" id="plg_webservices_foos" group="webservices">plg_webservices_foos.zip</file>
|
|
<file type="template" id="tpl_facile" client="site">tpl_facile.zip</file>
|
|
</files>
|
|
<updateservers>
|
|
<server type="extension" name="Foo Updates">https://raw.githubusercontent.com/astridx/boilerplate/tutorial/foo_update.xml</server>
|
|
</updateservers>
|
|
<dlid prefix="dlid=" suffix="" />
|
|
</extension>
|