Lahmizzar Muinela
2013-04-22 ed70e9b11f766b7c11cf57e4f71e2a9e71299c98
fix misspelled naming conventions, added update server information
1 files added
1 files modified
34 ■■■■■ changed files
pkg_projectfork_languages.xml 11 ●●●● patch | view | raw | blame | history
update.xml 23 ●●●●● patch | view | raw | blame | history
pkg_projectfork_languages.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="package" version="2.5" method="upgrade">
    <name>Projectfork Language Package Installer</name>
    <name>Projectfork Language Pack Installer</name>
    <packagename>projectfork_languages</packagename>
    <creationDate>04-21-2013</creationDate>
    <author>Projectfork Translation Team</author>
@@ -8,10 +8,15 @@
    <authorUrl>http://www.projectfork.net</authorUrl>
    <copyright>(C) 2006 - 2013 Tobias Kuhn. All rights reserved.</copyright>
    <version>4.0.0</version>
    <updateable>fullupdate</updateable>
    <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <description>Language Package for Projectfork 4, a Project Management extension for Joomla!</description>
    <description>Language Pack for Projectfork 4, a Project Management extension for Joomla!</description>
    
    <scriptfile>install.script.php</scriptfile>
    <files folder="language">
    <files folder="languages">
    </files>
    <!-- Extension Update Specification -->
    <updateservers>
        <server type="extension" priority="1" name="Projectfork Translation Update Server">https://raw.github.com/projectfork/Translations/master/update.xml</server>
    </updateservers>
</extension>
update.xml
New file
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
 Updatefiles hosted on GitHub
-->
<updates>
    <update>
        <name>Projectfork 4 Languages</name>
        <description>Projectfork 4 Language Package Installer</description>
        <element>pkg_projectfork_languages</element>
        <type>package</type>
        <version>4.0.0.0</version>
        <infourl title="Projectfork 4">https://github.com/projectfork/Translations/wiki</infourl>
        <downloads>
            <downloadurl type="full" format="zip">https://raw.github.com/projectfork/Translations/master/archive/lang_pf4_4.0.0.0.zip</downloadurl>
        </downloads>
        <maintainer>Projectfork Translation Team</maintainer>
        <maintainerurl>http://transifex.com/projects/p/projectfork-languages</maintainerurl>
        <section>Updates</section>
        <targetplatform name="joomla" version="" />
        <client_id>0</client_id>
        <folder></folder>
    </update>
</updates>