Preliminary preparations for deployment are set up

This commit is contained in:
2019-06-13 11:02:39 +02:00
parent 28494f6142
commit c95b3c31a6
17 changed files with 219 additions and 21 deletions

16
res/update.template Normal file
View File

@@ -0,0 +1,16 @@
<update>
<name>SLT Vereinsverwaltung</name>
<description>Vereinsportal des saarländischen Tanzsportverbands</description>
<element>com_clubs</element>
<type>component</type>
<client>0</client>
<version>__VERSION__</version>
<downloads>
<downloadurl type="full" format="__FORMAT__">__DOWNLOAD_URL__</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version=".*"/>
</update>