-
Notifications
You must be signed in to change notification settings - Fork 25
/
external_libraries.html
399 lines (362 loc) · 15.5 KB
/
external_libraries.html
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Expires" content="Fri, Jan 01 1900 00:00:00 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Lang" content="en">
<meta name="author" content="Artem Osmakov and Ian Johnson">
<meta http-equiv="Reply-to" content="@.com">
<meta name="generator" content="PhpED 8.0">
<meta name="description" content="Documentatin of the use of extrernal libraries by Heurist">
<meta name="keywords" content="Libraries, JS, PHP, Heurist">
<meta name="creation-date" content="09/06/2012">
<meta name="revisit-after" content="15 days">
<title>Heurist use of extrenal libraries</title>
<link rel="stylesheet" type="text/css" href="../h4styles.css">
<style>
tr:nth-child(even) {
background-color: #D6EEEE;
}
caption{
text-align: left;
font-size:16px;
font-weight:bold;
}
</style>
</head>
<body>
<u>Last updated 30 Oct 2024</u>
<p>Where a version is indicated followed by a later version in brackets the brackets indicate the current version as at Jan 2024.</p>
<p>Note: The statuses indicated here reflect HEURIST_SUPPORT/external_h5</p>
<p> ** See also external_libraries.txt ** </p>
<table style="border-spacing:0; color:#000000; border-color:#000000; border-style:solid; border-width:1px; font-size:12px; vertical-align:top; width:100%">
<caption>Javascript</caption>
<thead>
<tr style="font-size:14px">
<th style="width:219px">Library</th>
<th style="width:70px">CDN</th>
<th style="width:113px">Current version<br>used</th>
<th style="width:106px">Latest version<br>available</th>
<th style="width:738px">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td><span style="background-color:#e67e22">CLEANUP/REPLACEMENT REQUIRED?</span></td>
</tr>
<tr>
<td>timemap.js</td>
<td></td>
<td>2.01</td>
<td>discontinued ~2010</td>
<td>Used only by special application Digital Harlem and Beyond 1914/Melbourne Uni.<span style="color:#e74c3c">
<br>@todo replace to native google.map.data or leaflet</span></td>
</tr>
<tr>
<td>VIS</td>
<td></td>
<td>4.4.0</td>
<td>discontinued ~2018</td>
<td>we use only timeline (original code was modified). Was heavily modified for fuzzy dates.
<br>Need to extract only code for timeline since the size of package is 1.5Mb (used in map.php)
<br>See for new: https://github.com/visjs/vis-timeline</td>
</tr>
<tr>
<td><span style="background-color:#e67e22">IN USE</span></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>
<p>JQuery</p>
</td>
<td>yes</td>
<td>1.12.4</td>
<td>3.7.1</td>
<td></td>
</tr>
<tr>
<td>
<p>JQuery-UI</p>
</td>
<td>yes</td>
<td>1.12.1</td>
<td>1.14.0</td>
<td></td>
</tr>
<tr>
<td>
<p>jquery.widgets</p>
</td>
<td></td>
<td>various</td>
<td></td>
<td>
<p>
jquery-file-upload 9.12.1 (10.32.0 last mod ~2021) - upload files in editTerms,smarty template, manageFilesUpload.php
and main usage in editing_input.<br>
Heavily modified UploadHandler,php has been integrated into heurist repo. Minor modifications in js. <br>
jquery-ui-iconfont-master - icons compliant with jquery ui-icon-xxx. Works with all jQuery UI themes. Discontinued. May replace with fontawesome.<br>
jquery.calendars-1.2.1- editTemporalObject (2.1.1)<br>
jquery.fancybox 3.3.5 (5.0, discontinued)- gallery and image viewer - original code was modified<br>
jquery.fancytree 2.16.1 (2.38.3) - treeview component (saved searches, terms, rt structure) - small mods in css<br>
jquery.layout 1.3.0 (1.4.3, discontinued 2014)- cardinal layout control - original code was modified<br>
jquery.ui-contextmenu.js 1.8.0 (1.8.1 ~2016) - context menu plugin (used in saved search treeview)<br>
jquery.datatable<br>
ui.tabs.paging<br>
evol.colorpicker.js 3.2.4 (3.4.3) - color picker in map.php, modified<br>
</p>
</td>
</tr>
<tr>
<td>
<p>Leaflet (Mapping)</p>
</td>
<td>yes</td>
<td>1.9.4</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
<p>leaflet.plugins</p>
</td>
<td></td>
<td>various</td>
<td></td>
<td>
<p>bookmarks - https://github.com/w8r/Leaflet.Bookmarks<br>
draw
geocoder - https://github.com/perliedman/leaflet-control-geocoder<br>
providers - https://github.com/leaflet-extras/leaflet-providers<br>
print - https://github.com/Igor-Vladyka/leaflet.browser.print<br>
markercluster - https://github.com/Leaflet/Leaflet.markercluster<br>
leaflet.draw - editor https://github.com/Leaflet/Leaflet.draw<br>
leaflet-iiif.js - L.TileLayer extension<br>
leaflet-tileLayerPixelFilter.js - https://github.com/greeninfo/L.TileLayer.PixelFilter<br>
wise-leaflet-pip - extension for Polygon<br>
leaflet.circle.topolygon - converter for drawn cirle to polygon<br>
</p>
</td>
</tr>
<tr>
<td>js</td>
<td></td>
<td></td>
<td></td>
<td>
<p>js/geodesy-master - convert UTM to/from WGS in mapDraw.php<br>
js/wellknown.js - parse/stringfy WKT to json in mapDraw.php and in utils_geo.parseWKTCoordinates<br>
js/shapefile - shp to json parser see map.php<br>
js/platform.js - browser and platform detect<br>
js/cheapRuler.js - collection of very fast approximations to common geodesic measurements
</p>
</td>
</tr>
<tr>
<td>
<p>Mirador</p>
</td>
<td></td>
<td>3</td>
<td></td>
<td>
<p>Image visualisation client. https://github.com/ProjectMirador/mirador-integration</p>
</td>
</tr>
<tr>
<td><p>TinyMCE</p></td>
<td></td>
<td>5.0.11</td>
<td>6.8.2</td>
<td>
<p>WYSIWYG editingfor blocktext fields in record edit. </p>
</td>
</tr>
<tr>
<td>
<p>CodeMirror</p>
</td>
<td></td>
<td>5.6.1</td>
<td>6</td>
<td>
<p>Smarty template code editing and direct HTML edit for CMS pages</p>
</td>
</tr>
<tr>
<td>
<p>D3 (used for network diagrams)</p>
</td>
<td></td>
<td>3.4.11</td>
<td>7.8.5</td>
<td>
<p>3.4.11<br>
links visualization <a href="http://d3js.org/">http://d3js.org/</a><br>
<a href="https://github.com/d3/d3-plugins/tree/master/fisheye">https://github.com/d3/d3-plugins/tree/master/fisheye</a></p>
</td>
</tr>
</tbody>
</table>
<br>
<table style="border-spacing:0; color:#000000; border-color:#000000; border-style:solid; border-width:1px; font-size:12px; vertical-align:top; width:100%">
<caption>PHP</caption>
<thead>
<tr style="font-size:14px">
<th style="width:219px">Library</th>
<th style="width:70px">Composer</th>
<th style="width:113px">Current version<br>used</th>
<th style="width:106px">Latest version<br>available</th>
<th style="width:738px">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>phayes/geophp</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p>native PHP library for geometry operations.<a href="https://github.com/phayes/geoPHP">https://github.com/phayes/geoPHP</a></p>
</td>
</tr>
<tr>
<td>
<p>gasparesganga/phpShapefile</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p>Shapefile handling. Doesn't Leaflet or GeoPHP or js/shapefile do this?<br>
<a href="https://gasparesganga.com/labs/php-shapefile/">https://gasparesganga.com/labs/php-shapefile/</a></p>
</td>
</tr>
<tr>
<td>
<p>php/tileserver.php (serving tilemaps)</p>
</td>
<td></td>
<td>2016</td>
<td>2016</td>
<td>
<p>https://github.com/maptiler/tileserver-php/ (was touched last time in 2016)</p>
</td>
</tr>
<tr>
<td>
<p>Smarty (for custom reports)</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p><a href="http://www.smarty.net">http://www.smarty.net</a></p>
</td>
</tr>
<tr>
<td>
<p>ezyang/hmlpurifier</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p><a href="http://ezyang.com">http://ezyang.com</a>,<a href="http://htmlpurifier.org/">http://htmlpurifier.org/</a></p>
</td>
</tr>
<tr>
<td>
<p>smalot/pdfparser</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p>PHP parser for PDF files.<a href="http://www.pdfparser.org">http://www.pdfparser.org</a></p>
</td>
</tr>
<tr>
<td>tecknickcom/tcpdf</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p>A PHP class for generating PDF documents and barcodes.<a href="http://www.tcpdf.org/">http://www.tcpdf.org/</a><br>
<span style="color:#e74c3c">Not included in our support files</span></p>
</td>
</tr>
<tr>
<td>php/Mysqldump.php</td>
<td></td>
<td></td>
<td></td>
<td>dump database in dbUtils.php exportMyDataPopup.php.
https://github.com/ifsnop/mysqldump-php Can use Composer to update.</td>
</tr>
<tr>
<td>
<p>phpmailer (email sending)</p>
</td>
<td>Yes</td>
<td></td>
<td></td>
<td>
<p></p>
</td>
</tr>
<tr>
<td>
<p>symfony</p>
</td>
<td></td>
<td></td>
<td></td>
<td>
<p>This is used only as a fallback for something (I can't remember what, tbd)</p>
</td>
</tr>
<tr>
<td>
<p>composer</p>
</td>
<td></td>
<td></td>
<td></td>
<td>
<p>Code support</p>
</td>
</tr>
<tr>
<td>
<p>autoload.php</p>
</td>
<td></td>
<td></td>
<td></td>
<td>
<p>File generated by composer</p>
</td>
</tr>
<tr>
<td>
<p>php/phpZotero/syncZotero.php</p>
</td>
<td></td>
<td>0.2</td>
<td>Discontinued</td>
<td>
<p>To be replaced with https://github.com/fcheslack/libZotero ????</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>