-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage2.xml
166 lines (157 loc) · 4.74 KB
/
package2.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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.8" 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>HTML_Table</name>
<channel>pear.php.net</channel>
<summary>PEAR::HTML_Table makes the design of HTML tables easy, flexible, reusable and efficient.</summary>
<description>The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables.
- Lots of customization options.
- Tables can be modified at any time.
- The logic is the same as standard HTML editors.
- Handles col and rowspans.
- PHP code is shorter, easier to read and to maintain.
- Tables options can be reused.
For auto filling of data and such then check out http://pear.php.net/package/HTML_Table_Matrix
</description>
<lead>
<name>Bertrand Mansion</name>
<user>mansion</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Klaus Guenther</name>
<user>thesaur</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Helgi &#222;ormar</name>
<user>dufuz</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Mark Wiesemann</name>
<user>wiesemann</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-07-15</date>
<time>07:42:00</time>
<version>
<release>1.8.4</release>
<api>1.8.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD-3-Clause</license>
<notes>
- Add PHP5-style constructors
- Fix #20546: Undefined index: attr when calling getCellAttributes on cell without attributes
</notes>
<contents>
<dir name="/">
<dir name="HTML">
<dir name="Table">
<file name="Storage.php" role="php" />
</dir> <!-- /Table -->
<file name="Table.php" role="php" />
</dir><!-- /HTML -->
<dir name="docs">
<file name="Table_example1.php" role="doc" />
<file name="Table_example2.php" role="doc" />
</dir> <!-- /docs -->
<dir name="tests">
<file name="1.phpt" role="test" />
<file name="2.phpt" role="test" />
<file name="3.phpt" role="test" />
<file name="4.phpt" role="test" />
<file name="5.phpt" role="test" />
<file name="6.phpt" role="test" />
<file name="7.phpt" role="test" />
<file name="8.phpt" role="test" />
<file name="9.phpt" role="test" />
<file name="10.phpt" role="test" />
<file name="11.phpt" role="test" />
<file name="12.phpt" role="test" />
<file name="13.phpt" role="test" />
<file name="14.phpt" role="test" />
<file name="15.phpt" role="test" />
<file name="16.phpt" role="test" />
<file name="17.phpt" role="test" />
<file name="18.phpt" role="test" />
<file name="19.phpt" role="test" />
<file name="20.phpt" role="test" />
<file name="21.phpt" role="test" />
<file name="22.phpt" role="test" />
<file name="23.phpt" role="test" />
<file name="24.phpt" role="test" />
<file name="25.phpt" role="test" />
<file name="26.phpt" role="test" />
<file name="27.phpt" role="test" />
<file name="28.phpt" role="test" />
<file name="29.phpt" role="test" />
<file name="30.phpt" role="test" />
<file name="31.phpt" role="test" />
<file name="bug20546.phpt" role="test" />
</dir> <!-- /tests -->
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.3.0</min>
</php>
<pearinstaller>
<min>1.5.0</min>
</pearinstaller>
<package>
<name>HTML_Common</name>
<channel>pear.php.net</channel>
<min>1.2.3</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<date>2010-04-05</date>
<version>
<release>1.8.3</release>
<api>1.8.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD-3-Clause</license>
<notes>
- Request #16984: added a __toString() method, i.e. "echo $table;"
is now possible (thanks to Andreas Sjöberg)
- Bug #17073: enhanced E_STRICT compatibility
(thanks to Andrea Bakker and Daniel O'Connor)
</notes>
</release>
<release>
<date>2016-07-15</date>
<version>
<release>1.8.4</release>
<api>1.8.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD-3-Clause</license>
<notes>
- Add PHP5-style constructors
- Fix #20546: Undefined index: attr when calling getCellAttributes on cell without attributes
</notes>
</release>
</changelog>
</package>