-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathproclaim.xml
More file actions
executable file
·162 lines (152 loc) · 6 KB
/
proclaim.xml
File metadata and controls
executable file
·162 lines (152 loc) · 6 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" method="upgrade">
<!-- Generic Metadata -->
<name>com_proclaim</name>
<author>CWM Team</author>
<authorEmail>info@christianwebministries.org</authorEmail>
<authorUrl>www.christianwebministries.org</authorUrl>
<copyright>(C) 2026 Proclaim All rights reserved.</copyright>
<version>10.3.0-dev</version>
<creationDate>Mar 22, 2026</creationDate>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>JBS_INS_XML_DESCRIPTION</description>
<namespace path="src">CWM\Component\Proclaim</namespace>
<!-- Installer Hooks -->
<scriptfile>proclaim.script.php</scriptfile>
<languages folder="admin">
<language tag="en-GB">language/en-GB/en-GB.com_proclaim.ini</language>
<language tag="en-GB">language/en-GB/en-GB.com_proclaim.sys.ini</language>
</languages>
<!-- Installer DB Hooks -->
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<!-- Uninstall SQL is handled conditionally by proclaim.script.php
based on the drop_tables admin setting. -->
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<updateservers>
<server type="extension" priority="1" name="CWM Proclaim Package">
https://www.christianwebministries.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=1&dummy=extension.xml
</server>
</updateservers>
<files folder="site">
<folder>forms</folder>
<folder>layouts</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<!-- Media files -->
<media destination="com_proclaim" folder="media">
<filename>joomla.asset.json</filename>
<filename>index.html</filename>
<folder>backup</folder>
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
<folder>vendor</folder>
</media>
<administration>
<menu>JBS_CMN_COM_PROCLAIM</menu>
<submenu>
<!-- Note that all & must be escaped to & for the file to be valid XML and be parsed by the installer -->
<menu link="option=com_proclaim&view=cwmcpanel"
view="cwmcpanel"
alt="Proclaim/Controlpanel">
JBS_MNU_CONTROL_PANEL
</menu>
<menu link="option=com_proclaim&view=cwmadmin"
view="cwmadmin"
alt="Proclaim/AdminCenter">
JBS_MNU_ADMINISTRATION
</menu>
<menu link="option=com_proclaim&view=cwmmessages"
view="cwmmessages"
alt="Proclaim/Messages">
JBS_MNU_STUDIES
</menu>
<menu link="option=com_proclaim&view=cwmmediafiles"
view="cwmmediafiles"
alt="Proclaim/MediaFiles">
JBS_MNU_MEDIA_FILES
</menu>
<menu link="option=com_proclaim&view=cwmteachers"
view="cwmteachers"
alt="Proclaim/Teachers">
JBS_MNU_TEACHERS
</menu>
<menu link="option=com_proclaim&view=cwmseries"
view="cwmseries"
alt="Proclaim/Series">
JBS_MNU_SERIES
</menu>
<menu link="option=com_proclaim&view=cwmmessagetypes"
view="cwmmessagetypes"
alt="Proclaim/MessageType">
JBS_MNU_MESSAGETYPES
</menu>
<menu link="option=com_proclaim&view=cwmlocations"
view="cwmlocations"
alt="Proclaim/Locations">
JBS_MNU_LOCATIONS
</menu>
<menu link="option=com_proclaim&view=cwmtopics"
view="cwmtopics"
alt="Proclaim/Topics">
JBS_MNU_TOPICS
</menu>
<menu link="option=com_proclaim&view=cwmcomments"
view="cwmcomments"
alt="Proclaim/Comments">
JBS_MNU_STUDY_COMMENTS
</menu>
<menu link="option=com_proclaim&view=cwmservers"
view="cwmservers"
alt="Proclaim/Servers">
JBS_MNU_SERVERS
</menu>
<menu link="option=com_proclaim&view=cwmpodcasts"
view="cwmpodcasts"
alt="Proclaim/Podcasts">
JBS_MNU_PODCASTS
</menu>
<menu link="option=com_proclaim&view=cwmtemplates"
view="cwmtemplates"
alt="Proclaim/Templates">
JBS_MNU_TEMPLATE_DISPLAY
</menu>
<menu link="option=com_proclaim&view=cwmtemplatecodes"
view="cwmtemplatecodes"
alt="Proclaim/TemplateCodes">
JBS_MNU_TEMPLATE_CODE_DISPLAY
</menu>
<menu link="option=com_proclaim&view=cwmanalytics"
view="cwmanalytics"
alt="Proclaim/Analytics">
JBS_MNU_ANALYTICS_DISPLAY
</menu>
<!-- Instead of a link, you can specify individual link attributes -->
</submenu>
<!-- Administration Main File Copy Section -->
<files folder="admin">
<filename>access.xml</filename>
<filename>api.php</filename>
<filename>config.xml</filename>
<folder>forms</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>layouts</folder>
<folder>postinstall</folder>
<folder>presets</folder>
<folder>services</folder>
<folder>sql</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
</administration>
</extension>