-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimprint.xml
85 lines (75 loc) · 2.67 KB
/
imprint.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="1.7.0" method="upgrade">
<name>COM_IMPRINT</name>
<creationDate>24.11.2012</creationDate>
<author>Imprint Team</author>
<authorEmail>[email protected]</authorEmail>
<copyright>Copyright (c) 2011-2013 Imprint Team</copyright>
<license>GNU/GPLv2, see LICENSE.txt</license>
<version>3.1.0rc1</version>
<description>COM_IMPRINT_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<filename>imprint.php</filename>
<filename>controller.php</filename>
<folder>language</folder>
<folder>models</folder>
<folder>views</folder>
</files>
<media destination="com_imprint" folder="media" >
<filename>index.html</filename>
<folder>css</folder>
<folder>images</folder>
</media>
<administration>
<menu img="../media/com_imprint/images/recht.png">COM_IMPRINT</menu>
<submenu>
<menu link="option=com_imprint&view=cpanel" view="cpanel"
img="../media/com_imprint/images/assets/16px/icon-16-cpanel.png"
alt="COM_IMPRINT_CPANEL">COM_IMPRINT_CPANEL</menu>
<menu link="option=com_imprint&view=imprints" view="imprints"
img="../media/com_imprint/images/assets/16px/icon-16-imprints.png"
alt="COM_IMPRINT_IMPRINTS">COM_IMPRINT_IMPRINTS</menu>
<menu lint="option=com_imprint&view=text" view="remarks"
img="../media/com_imprint/images/assets/16px/icon-16-remarks.png"
alt="COM_IMPRINT_REMARKS">COM_IMPRINT_REMARKS</menu>
<menu link="option=com_imprint&view=about" view="about"
img="../media/com_imprint/images/assets/16px/icon-16-about.png"
alt="COM_IMPRINT_ABOUT">COM_IMPRINT_ABOUT</menu>
</submenu>
<files folder="admin">
<filename>index.html</filename>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>imprint.php</filename>
<folder>controllers</folder>
<folder>help</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
</administration>
<updateservers>
<server type="extension" priority="1" name="Imprint Update Site">https://github.com/downloads/joomla-imprint/imprint/imprint-update.xml</server>
</updateservers>
</extension>