forked from pear/XML_RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·235 lines (233 loc) · 6.3 KB
/
package.xml
File metadata and controls
executable file
·235 lines (233 loc) · 6.3 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
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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" 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>XML_RSS</name>
<channel>pear.php.net</channel>
<summary>RSS parser</summary>
<description>Parser for Resource Description Framework (RDF)
Site Summary (RSS) documents.</description>
<lead>
<name>Clay Loveless</name>
<user>clay</user>
<email>clay@killersoft.com</email>
<active>no</active>
</lead>
<lead>
<name>Martin Jansen</name>
<user>MJ</user>
<email>mj@php.net</email>
<active>no</active>
</lead>
<date>2015-08-27</date>
<time>22:22:35</time>
<version>
<release>1.1.0a1</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA release
Raising minimum version to PHP 5.4+
Removed PHPUnit as a dependency as it is no longer distributed via PEAR.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name="tests/test.rss" role="test"/>
<file baseinstalldir="/" name="tests/XML_RSS_Infrastructure_Test.php" role="test">
<tasks:replace from="@PACKAGE_VERSION@" to="version" type="package-info" />
</file>
<file baseinstalldir="/" name="tests/XML_RSS_Parsing_Test.php" role="test">
<tasks:replace from="@PACKAGE_VERSION@" to="version" type="package-info" />
</file>
<file baseinstalldir="/" name="XML/RSS.php" role="php">
<tasks:replace from="@PACKAGE_VERSION@" to="version" type="package-info" />
</file>
<file baseinstalldir="/" name="README" role="doc" />
<file baseinstalldir="/" name="LICENSE" role="doc" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<package>
<name>XML_Parser</name>
<channel>pear.php.net</channel>
<min>1.3.6</min>
<exclude>1.0.1</exclude>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.9</release>
<api>0.9</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-01-11</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
This is the inital stable release.
</notes>
</release>
<release>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-04-11</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
This release fixes a small bug that caused warnings when using a
verbose error mode in PHP.
</notes>
</release>
<release>
<version>
<release>0.9.2</release>
<api>0.9.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-03-13</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Added support for the RSS modules Dublin Core Metadata and blogChannel
* Big parts of the parsing engine have been rewritten
</notes>
</release>
<release>
<version>
<release>0.9.9</release>
<api>0.9.9</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2005-10-22</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
This release is a beta release in preparation for the upcoming stable
release of version 1.0.0.
* Allows string inputs (useful for cached feeds, e.g. from databases)
* Fixes dependency on XML_Parser and removes erroneous dependency on XML_Tree
* Fixed bug #557
* Fixed bug #2045
* Fixed bug #2310
* Fixed bug #2782
* Fixed bug #3871
* Added unit tests
</notes>
</release>
<release>
<version>
<release>0.9.10</release>
<api>0.9.10</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-09-14</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
This release is a beta release in preparation for the upcoming stable
release of version 1.0.0.
* Fixed bug #8492
* Added additional unit tests
* Added preliminary support for Trackback, GeoCoding, Media and iTunes RSS extensions
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-02-14</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA release:
- Fix bug #11815: XML_Parser must be installed manually [doconnor]
- Fix bug #15268: tiny bug, not critical, a typo in RSS.php [doconnor]
- Fix bug #17007: Wrong PHP license version [cweiske]
- Port unit tests to phpunit 3
- Fix Coding Standards
- Convert to package.xml v2
- Stabilize after 4 years in beta
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-10-25</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Automatically built QA release
Req #10404 Please add a timestamp in item array - cweiske
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-11-06</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA release
PHPUnit 3.6
Remove deprecated eregi
</notes>
</release>
<release>
<version>
<release>1.1.0a1</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<date>2015-08-27</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA release
Raising minimum version to PHP 5.4+
Removed PHPUnit as a dependency as it is no longer distributed via PEAR.
</notes>
</release>
</changelog>
</package>