-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
242 lines (242 loc) · 10.8 KB
/
package.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>beatnik</name>
<channel>pear.horde.org</channel>
<summary>DNS record management application</summary>
<description>Manage your DNS zones and records within your Horde install.</description>
<lead>
<name>Ben Klang</name>
<user>bklang</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2021-03-20</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Add Hungarian translation (Andras Galos <[email protected]>).
* [jan] Add Spanish translation (Manuel P. Ayala <[email protected]>).
* [mjr] Add initial database migration.
* [jan] Add Finnish translation (Leena Heino <[email protected]>).
* [jan] Add Latvian translation (Jānis Eisaks <[email protected]>).
* [jan] Provide default configuration files instead of .dist versions.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="config">
<file name=".htaccess" role="horde" />
<file name="autogenerate.php.dist" role="horde" />
<file name="conf.xml" role="horde" />
<file name="prefs.php" role="horde" />
</dir> <!-- /config -->
<dir name="doc">
<file name="CHANGES" role="doc" />
<file name="CREDITS.rst" role="doc" />
<file name="RELEASE_NOTES" role="doc" />
<file name="TODO.rst" role="doc" />
</dir> <!-- /doc -->
<dir name="js">
<file name="beatnik.js" role="horde" />
</dir> <!-- /js -->
<dir name="lib">
<dir name="Driver">
<file name="ldap2dns.php" role="horde" />
<file name="pdnsgsql.php" role="horde" />
<file name="sql.php" role="horde" />
</dir> <!-- /lib/Driver -->
<dir name="Forms">
<file name="Autogenerate.php" role="horde" />
<file name="DeleteRecord.php" role="horde" />
<file name="EditRecord.php" role="horde" />
</dir> <!-- /lib/Forms -->
<file name=".htaccess" role="horde" />
<file name="Application.php" role="horde" />
<file name="Beatnik.php" role="horde" />
<file name="Driver.php" role="horde" />
<file name="Exception.php" role="horde" />
</dir> <!-- /lib -->
<dir name="locale">
<dir name="en">
<file name="help.xml" role="horde" />
</dir> <!-- /locale/en -->
<dir name="es">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/es/LC_MESSAGES -->
<file name="help.xml" role="horde" />
</dir> <!-- /locale/es -->
<dir name="fi">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/fi/LC_MESSAGES -->
</dir> <!-- /locale/fi -->
<dir name="hu">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/hu/LC_MESSAGES -->
</dir> <!-- /locale/hu -->
<dir name="lv">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/lv/LC_MESSAGES -->
<file name="help.xml" role="horde" />
</dir> <!-- /locale/lv -->
<dir name="sl">
<dir name="LC_MESSAGES">
<file name="beatnik.mo" role="horde" />
<file name="beatnik.po" role="horde" />
</dir> <!-- /locale/sl/LC_MESSAGES -->
</dir> <!-- /locale/sl -->
<file name=".htaccess" role="horde" />
<file name="beatnik.pot" role="horde" />
</dir> <!-- /locale -->
<dir name="migration">
<file name="1_beatnik_base_tables.php" role="horde" />
</dir> <!-- /migration -->
<dir name="scripts">
<file name="export_config.php" role="horde" />
</dir> <!-- /scripts -->
<dir name="templates">
<dir name="listzones">
<file name="footer.inc" role="horde" />
<file name="header.inc" role="horde" />
<file name="row.inc" role="horde" />
</dir> <!-- /templates/listzones -->
<dir name="view">
<file name="footer.inc" role="horde" />
<file name="header.inc" role="horde" />
<file name="record.inc" role="horde" />
</dir> <!-- /templates/view -->
<file name=".htaccess" role="horde" />
<file name="menu.inc" role="horde" />
</dir> <!-- /templates -->
<dir name="themes">
<dir name="default">
<dir name="graphics">
<file name="beatnik.png" role="horde" />
<file name="commit-all.png" role="horde" />
</dir> <!-- /themes/default/graphics -->
<file name="screen.css" role="horde" />
</dir> <!-- /themes/default -->
</dir> <!-- /themes -->
<file name="autogenerate.php" role="horde" />
<file name="commit.php" role="horde" />
<file name="delete.php" role="horde" />
<file name="editrec.php" role="horde" />
<file name="index.php" role="horde" />
<file name="listzones.php" role="horde" />
<file name="viewzone.php" role="horde" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
</required>
</dependencies>
<usesrole>
<role>horde</role>
<package>Role</package>
<channel>pear.horde.org</channel>
</usesrole>
<phprelease>
<filelist>
<install as="beatnik/autogenerate.php" name="autogenerate.php" />
<install as="beatnik/commit.php" name="commit.php" />
<install as="beatnik/delete.php" name="delete.php" />
<install as="TODO.rst" name="doc/TODO.rst" />
<install as="beatnik/editrec.php" name="editrec.php" />
<install as="beatnik/index.php" name="index.php" />
<install as="beatnik/listzones.php" name="listzones.php" />
<install as="beatnik/viewzone.php" name="viewzone.php" />
<install as="beatnik/config/.htaccess" name="config/.htaccess" />
<install as="beatnik/config/autogenerate.php.dist" name="config/autogenerate.php.dist" />
<install as="beatnik/config/conf.xml" name="config/conf.xml" />
<install as="beatnik/config/prefs.php" name="config/prefs.php" />
<install as="CHANGES" name="doc/CHANGES" />
<install as="CREDITS.rst" name="doc/CREDITS.rst" />
<install as="RELEASE_NOTES" name="doc/RELEASE_NOTES" />
<install as="beatnik/js/beatnik.js" name="js/beatnik.js" />
<install as="beatnik/lib/.htaccess" name="lib/.htaccess" />
<install as="beatnik/lib/Application.php" name="lib/Application.php" />
<install as="beatnik/lib/Beatnik.php" name="lib/Beatnik.php" />
<install as="beatnik/lib/Driver.php" name="lib/Driver.php" />
<install as="beatnik/lib/Exception.php" name="lib/Exception.php" />
<install as="beatnik/lib/Driver/ldap2dns.php" name="lib/Driver/ldap2dns.php" />
<install as="beatnik/lib/Driver/pdnsgsql.php" name="lib/Driver/pdnsgsql.php" />
<install as="beatnik/lib/Driver/sql.php" name="lib/Driver/sql.php" />
<install as="beatnik/lib/Forms/Autogenerate.php" name="lib/Forms/Autogenerate.php" />
<install as="beatnik/lib/Forms/DeleteRecord.php" name="lib/Forms/DeleteRecord.php" />
<install as="beatnik/lib/Forms/EditRecord.php" name="lib/Forms/EditRecord.php" />
<install as="beatnik/locale/.htaccess" name="locale/.htaccess" />
<install as="beatnik/locale/beatnik.pot" name="locale/beatnik.pot" />
<install as="beatnik/locale/en/help.xml" name="locale/en/help.xml" />
<install as="beatnik/locale/es/help.xml" name="locale/es/help.xml" />
<install as="beatnik/locale/es/LC_MESSAGES/beatnik.mo" name="locale/es/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/es/LC_MESSAGES/beatnik.po" name="locale/es/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/fi/LC_MESSAGES/beatnik.mo" name="locale/fi/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/fi/LC_MESSAGES/beatnik.po" name="locale/fi/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/hu/LC_MESSAGES/beatnik.mo" name="locale/hu/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/hu/LC_MESSAGES/beatnik.po" name="locale/hu/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/lv/help.xml" name="locale/lv/help.xml" />
<install as="beatnik/locale/lv/LC_MESSAGES/beatnik.mo" name="locale/lv/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/lv/LC_MESSAGES/beatnik.po" name="locale/lv/LC_MESSAGES/beatnik.po" />
<install as="beatnik/locale/sl/LC_MESSAGES/beatnik.mo" name="locale/sl/LC_MESSAGES/beatnik.mo" />
<install as="beatnik/locale/sl/LC_MESSAGES/beatnik.po" name="locale/sl/LC_MESSAGES/beatnik.po" />
<install as="beatnik/migration/1_beatnik_base_tables.php" name="migration/1_beatnik_base_tables.php" />
<install as="beatnik/scripts/export_config.php" name="scripts/export_config.php" />
<install as="beatnik/templates/.htaccess" name="templates/.htaccess" />
<install as="beatnik/templates/menu.inc" name="templates/menu.inc" />
<install as="beatnik/templates/listzones/footer.inc" name="templates/listzones/footer.inc" />
<install as="beatnik/templates/listzones/header.inc" name="templates/listzones/header.inc" />
<install as="beatnik/templates/listzones/row.inc" name="templates/listzones/row.inc" />
<install as="beatnik/templates/view/footer.inc" name="templates/view/footer.inc" />
<install as="beatnik/templates/view/header.inc" name="templates/view/header.inc" />
<install as="beatnik/templates/view/record.inc" name="templates/view/record.inc" />
<install as="beatnik/themes/default/screen.css" name="themes/default/screen.css" />
<install as="beatnik/themes/default/graphics/beatnik.png" name="themes/default/graphics/beatnik.png" />
<install as="beatnik/themes/default/graphics/commit-all.png" name="themes/default/graphics/commit-all.png" />
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2021-03-20</date>
<license uri="http://www.horde.org/licenses/gpl">GPL</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Add Hungarian translation (Andras Galos <[email protected]>).
* [jan] Add Spanish translation (Manuel P. Ayala <[email protected]>).
* [mjr] Add initial database migration.
* [jan] Add Finnish translation (Leena Heino <[email protected]>).
* [jan] Add Latvian translation (Jānis Eisaks <[email protected]>).
* [jan] Provide default configuration files instead of .dist versions.
</notes>
</release>
</changelog>
</package>