2016-03-14 14:57:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2017-02-13 16:41:59 +00:00
|
|
|
<extension type="package" version="3.6" method="upgrade">
|
2016-03-14 14:57:30 +00:00
|
|
|
<name>pkg_weblinks</name>
|
|
|
|
<packagename>weblinks</packagename>
|
2016-03-18 18:10:15 +00:00
|
|
|
<creationDate>##DATE##</creationDate>
|
2016-03-14 14:57:30 +00:00
|
|
|
<packager>Joomla! Project</packager>
|
2016-03-18 18:10:15 +00:00
|
|
|
<copyright>(C) 2005 - ##YEAR## Open Source Matters. All rights reserved.</copyright>
|
2016-03-14 14:57:30 +00:00
|
|
|
<packageremail>admin@joomla.org</packageremail>
|
|
|
|
<packagerurl>www.joomla.org</packagerurl>
|
|
|
|
<author>Joomla! Project</author>
|
|
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
|
|
<authorUrl>www.joomla.org</authorUrl>
|
2016-03-18 14:37:33 +00:00
|
|
|
<version>##VERSION##</version>
|
2016-03-18 13:58:34 +00:00
|
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
2016-03-14 14:57:30 +00:00
|
|
|
<description>PKG_WEBLINKS_XML_DESCRIPTION</description>
|
2017-02-13 19:21:37 +00:00
|
|
|
<scriptfile>script.php</scriptfile>
|
2016-03-14 14:57:30 +00:00
|
|
|
<files>
|
|
|
|
<!-- The id for each extension is the element stored in the DB -->
|
|
|
|
<file type="component" id="com_weblinks">com_weblinks.zip</file>
|
|
|
|
<file type="module" id="mod_weblinks" client="site">mod_weblinks.zip</file>
|
|
|
|
<file type="plugin" id="weblinks" group="finder">plg_finder_weblinks.zip</file>
|
|
|
|
<file type="plugin" id="weblinks" group="search">plg_search_weblinks.zip</file>
|
|
|
|
</files>
|
|
|
|
<languages folder="language">
|
|
|
|
<language tag="en-GB">en-GB/en-GB.pkg_weblinks.sys.ini</language>
|
|
|
|
</languages>
|
|
|
|
<updateservers>
|
|
|
|
<!-- Note: No spaces or linebreaks allowed between the server tags -->
|
|
|
|
<server type="extension" name="Weblinks Update Site">https://raw.githubusercontent.com/joomla-extensions/weblinks/master/manifest.xml</server>
|
|
|
|
</updateservers>
|
|
|
|
</extension>
|