monthlyarchive.xml
2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.2" type="component" method="upgrade">
<name>COM_MONTHLYARCHIVE</name>
<author>Web357 (Yiannis Christodoulou)</author>
<version>4.3.3</version>
<description>The Monthly Archive Joomla! component provides a list of Joomla or K2 content divided into months and years. It is supplied with a lot of features and multiple parameters, improves user navigation and works as a search tool too. It is great for blogs, news portals, journalists, authors, speakers, and any other content based website.</description>
<creationDate>10 Feb 2018</creationDate>
<copyright>Copyright (C) 2018 - Web357. All rights reserved.</copyright>
<license>GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>support@web357.eu</authorEmail>
<authorUrl>https://www.web357.eu/</authorUrl>
<scriptfile>monthlyarchive.script.php</scriptfile>
<files folder="site">
<folder>assets</folder>
<folder>controllers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>views</folder>
<filename>controller.php</filename>
<filename>monthlyarchive.php</filename>
<filename>router.php</filename>
<filename>index.html</filename>
</files>
<administration>
<menu link="option=com_monthlyarchive&view=overv" admin_menu_link="option=com_monthlyarchive&view=overv" view="overv" img="components/com_monthlyarchive/assets/icons/monthlyarchive-monthlyarchive-favicon.png">COM_MONTHLYARCHIVE</menu>
<files folder="admin">
<folder>assets</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>views</folder>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>changelog.html</filename>
<filename>index.html</filename>
<filename>monthlyarchive.php</filename>
</files>
</administration>
<updateservers>
<server type="extension" priority="1" name="Monthly Archive (Pro version)"><![CDATA[http://updates.web357.eu/monthlyarchive/monthlyarchive_pro.xml]]></server>
</updateservers>
</extension>