Created scripts to allow for deployment of versions of the template

This addresses the issue #19.
This commit is contained in:
Christian Wolf
2019-03-25 15:45:27 +01:00
parent 1ff64fa26e
commit 2ca0dff6c0
8 changed files with 71 additions and 10 deletions

1
res/postfix.template Normal file
View File

@@ -0,0 +1 @@
</updates>

2
res/prefix.template Normal file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>

16
res/update.template Normal file
View File

@@ -0,0 +1,16 @@
<update>
<name>SLT Template</name>
<description>Template for the SLT for the Joomla! CMS</description>
<element>slt</element>
<type>template</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>