From ed70e9b11f766b7c11cf57e4f71e2a9e71299c98 Mon Sep 17 00:00:00 2001 From: Lahmizzar Muinela <lahmizzar@devxive.com> Date: Mon, 22 Apr 2013 12:16:13 -0400 Subject: [PATCH] fix misspelled naming conventions, added update server information --- update.xml | 23 +++++++++++++++++++++++ pkg_projectfork_languages.xml | 11 ++++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/pkg_projectfork_languages.xml b/pkg_projectfork_languages.xml index cf64ab6..45382e2 100644 --- a/pkg_projectfork_languages.xml +++ b/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> \ No newline at end of file diff --git a/update.xml b/update.xml new file mode 100644 index 0000000..6277378 --- /dev/null +++ b/update.xml @@ -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> \ No newline at end of file -- Gitblit v1.9.1