-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
226 lines (225 loc) · 6.67 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
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>UNL_Common</name>
<channel>pear.unl.edu</channel>
<summary>Common elements for the University of Nebraska-Lincoln
</summary>
<description>
This package contains commonly used elements for the University of Nebraska-Lincoln: Buildings</description>
<lead>
<name>Brett Bieber</name>
<user>saltybeagle</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-01-04</date>
<time>15:14:19</time>
<version>
<release>0.6.1</release>
<api>0.6.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Speed improvements when retrieving building data with the JSON driver.
UNL_Common is now driver-based. The default driver for building data uses a
JSON output from the campus tour.</notes>
<contents>
<dir name="/">
<dir name="data" baseinstalldir="/">
<file role="data" name="building_addresses.csv"/>
</dir>
<dir name="examples">
<file role="doc" name="Building.php"/>
</dir>
<dir name="src" baseinstalldir="/">
<dir name="UNL">
<dir name="Common">
<dir name="Building">
<file role="php" name="City.php"/>
<file role="php" name="East.php"/>
<file role="php" name="Lincoln.php"/>
</dir>
<file role="php" name="Building.php"/>
<file role="php" name="Colleges.php"/>
<file role="php" name="DataDriverInterface.php"/>
<file role="php" name="JSONDataDriver.php"/>
</dir>
<file role="php" name="Common.php"/>
</dir>
</dir>
<dir name="tests" baseinstalldir="/">
<file role="test" name="UNL_Common_BuildingTest.php"/>
<file role="test" name="UNL_Common_Building_CityTest.php"/>
<file role="test" name="UNL_Common_Building_EastTest.php"/>
<file role="test" name="UNL_Common_CollegesTest.php"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>2.0.0a1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease/>
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-09-27</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>First attempt at a release</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-10-26</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Changed loading of building names to pull from database to allow for easier additions/removals.</notes>
</release>
<release>
<version>
<release>0.1.2</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2006-03-27</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Domain name of database server has changed from biznas to crusader.
Added Colleges to the common information.</notes>
</release>
<release>
<version>
<release>0.1.3</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2007-04-11</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Cast array keys for buildings as strings, and fix errors when merging arrays to preserve the building code as keys.
Change College of Engineering & Technology to just Engineering.</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2007-04-18</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Add functions for buildings:
bool UNL_Common_Building::buildingExists(str $code)
string UNL_Common_Building::getCampus(str $code)</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-01-24</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Change require to require_once</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-07-01</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Switch to static sqlite databases.</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-07-17</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Replace all instances of UNL_Common:: with self:: so the class can be extended.
PIND is now ENTO, replace all &amp; with &, make no assumptions about output format.</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-07-22</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Add three letter abbreviations for colleges, add General Studies, Graduate Studies, Nursing.</notes>
</release>
<release>
<version>
<release>0.4.1</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2008-08-08</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>Building name changes and additions.
900,940,QSC,SHEL</notes>
</release>
<release>
<version>
<release>0.4.2</release>
<api>0.4.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-01-07</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
Add MOLR.
</notes>
</release>
</changelog>
</package>