This repository was archived by the owner on Feb 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.xml
More file actions
561 lines (547 loc) · 32.1 KB
/
package.xml
File metadata and controls
561 lines (547 loc) · 32.1 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
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<?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>Text_Wiki</name>
<channel>pear.php.net</channel>
<summary>Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup. This is the base engine for all of the Text_Wiki sub-classes.</summary>
<description>The text transformation is done in 2 steps.
The chosen parser uses markup rules to tokenize the tags and content.
Renderers output the tokens and text into the requested format.
The tokenized form replaces the tags by a protected byte value associated to an index in an options table. This form shares up to 50 rules by all parsers and renderers.
The package is intented for versatile transformers as well as converters.
Text_Wiki is delivered with its own parser, which is used by Yawiki or Horde's Wicked and three basic renderers: XHTML , LaTeX and plain text.
Strong sanitizing of XHTML is default.
Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*), Mediawiki and Tikiwiki (*).
It is highly configurable and can be easily extended.</description>
<lead>
<name>Paul Jones</name>
<user>pmjones</user>
<email>pmjones@ciaweb.net</email>
<active>yes</active>
</lead>
<lead>
<name>Justin Patrin</name>
<user>justinpatrin</user>
<email>papercrane@reversefold.com</email>
<active>yes</active>
</lead>
<developer>
<name>Del Elson</name>
<user>delatbabel</user>
<email>del@babel.com.au</email>
<active>yes</active>
</developer>
<date>2019-03-13</date>
<time>00:16:10</time>
<version>
<release>1.2.3</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
QA release
Bug #23791 Undefined offset: 2 in /usr/share/php/Text/Wiki.php
GitHub #3 Fix recursive call to constructor [rjsmelo]
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="tests">
<dir name="fixtures">
<file name="test_mediawiki_to_tiki_lists_output.txt" role="test" />
<file name="test_mediawiki_to_tiki_lists_source.txt" role="test" />
<file name="test_mediawiki_to_tiki_output.txt" role="test" />
<file name="test_mediawiki_to_tiki_redirect_output.txt" role="test" />
<file name="test_mediawiki_to_tiki_redirect_source.txt" role="test" />
<file name="test_mediawiki_to_tiki_source.txt" role="test" />
</dir> <!-- /tests/fixtures -->
</dir> <!-- /tests -->
<file baseinstalldir="/" name="doc/parser.php" role="php" />
<file baseinstalldir="/" name="doc/test_Text_Wiki.php" role="doc" />
<file name="README" role="doc" />
<file baseinstalldir="/" name="tests/Default_Parse_BlockQuote.phpt" role="test" />
<file baseinstalldir="/" name="tests/Docbook_Render_Url.phpt" role="test" />
<file baseinstalldir="/" name="tests/Latex_Render_Url.phpt" role="test" />
<file baseinstalldir="/" name="tests/Plain_Render_Url.phpt" role="test" />
<file baseinstalldir="/" name="tests/Text_Wiki_BugTest.php" role="test" />
<file baseinstalldir="/" name="tests/Text_Wiki_Generic_Transform_Test.php" role="test" />
<file baseinstalldir="/" name="tests/Text_Wiki_Render_Test.php" role="test" />
<file baseinstalldir="/" name="tests/Xhtml_Render_Url.phpt" role="test" />
<file baseinstalldir="/" name="tests/fixtures/bug11649.txt" role="test" />
<file baseinstalldir="/" name="tests/fixtures/text_wiki_sample_syntax_transformed_to_plain.txt" role="test" />
<file baseinstalldir="/" name="tests/fixtures/text_wiki_sample_syntax_transformed_to_plain2.txt" role="test" />
<file baseinstalldir="/" name="tests/fixtures/text_wiki_sample_syntax_transformed_to_xhtml.txt" role="test" />
<file baseinstalldir="/" name="Text/Wiki.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file baseinstalldir="/" name="Text/Wiki/Default.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Anchor.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Blockquote.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Bold.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Break.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Center.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Code.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Colortext.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Deflist.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Delimiter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Embed.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Emphasis.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Freelink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Function.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Heading.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Horiz.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Html.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Image.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Include.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Interwiki.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Italic.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/List.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Newline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Paragraph.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Phplookup.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Prefilter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Raw.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Revise.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Smiley.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Strong.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Subscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Superscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Table.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Tighten.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Toc.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Tt.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Underline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Url.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Parse/Default/Wikilink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Anchor.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Blockquote.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Bold.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Box.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Break.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Center.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Code.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Colortext.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Deflist.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Delimiter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Embed.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Emphasis.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Font.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Freelink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Function.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Heading.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Horiz.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Html.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Image.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Include.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Interwiki.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Italic.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/List.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Newline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Page.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Paragraph.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Phplookup.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Plugin.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Prefilter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Preformatted.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Raw.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Revise.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Smiley.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Specialchar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Strong.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Subscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Superscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Table.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Tighten.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Titlebar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Toc.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Tt.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Underline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Url.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Docbook/Wikilink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Anchor.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Blockquote.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Bold.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Box.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Break.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Center.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Code.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Colortext.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Deflist.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Delimiter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Embed.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Emphasis.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Font.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Freelink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Function.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Heading.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Horiz.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Html.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Image.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Include.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Interwiki.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Italic.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/List.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Newline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Page.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Paragraph.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Phplookup.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Plugin.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Prefilter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Preformatted.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Raw.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Revise.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Smiley.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Specialchar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Strong.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Subscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Superscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Table.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Tighten.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Titlebar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Toc.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Tt.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Underline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Url.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Latex/Wikilink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Anchor.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Blockquote.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Bold.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Box.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Break.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Center.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Code.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Colortext.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Deflist.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Delimiter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Embed.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Emphasis.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Font.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Freelink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Function.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Heading.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Horiz.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Html.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Image.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Include.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Interwiki.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Italic.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/List.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Newline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Page.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Paragraph.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Phplookup.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Plugin.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Prefilter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Preformatted.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Raw.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Revise.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Smiley.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Specialchar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Strong.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Subscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Superscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Table.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Tighten.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Titlebar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Toc.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Tt.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Underline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Url.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Plain/Wikilink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Address.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Anchor.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Blockquote.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Bold.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Box.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Break.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Center.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Code.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Colortext.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Deflist.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Delimiter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Embed.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Emphasis.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Font.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Freelink.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Function.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Heading.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Horiz.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Html.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Image.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Include.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Interwiki.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Italic.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/List.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Newline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Page.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Paragraph.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Phplookup.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Plugin.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Prefilter.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Preformatted.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Raw.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Revise.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Smiley.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Specialchar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Strong.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Subscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Superscript.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Table.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Tighten.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Titlebar.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Toc.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Tt.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Underline.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Url.php" role="php" />
<file baseinstalldir="/" name="Text/Wiki/Render/Xhtml/Wikilink.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.4</min>
</pearinstaller>
</required>
<optional>
<package>
<name>Text_Wiki_Mediawiki</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>Text_Wiki_Creole</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>Text_Wiki_Tiki</name>
<channel>pear.php.net</channel>
</package>
</optional>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-09-12</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
This is a bug fix and security release, also preparing the introduction of new parsers/renderers
* Fixed bug 3881 and 4442, UTF-8 encoding problems. There are new config options for Render_Xhtml, 'charset' and 'quotes', that allow you to specify the charset for translation.
* Fixed bug 3959, "XHTML lists not rendered according W3C Standards" (where a line of text before a list leaves an open paragraph tag and closes it after the list)
* In Parse_Xhtml_Toc, returns an extra newline before the parsed replacement text to comply with the matching regex.
* In Render_Xhtml_Toc, added a 'collapse' config key to collapse the div horizontally within a table; this is for aesthetics, nothing else. The 'collapse' option is true by default.
* Added general rules Smiley, Subscript ",,text,," and Underline "__text__"
* Added rendering rules Box, Font, Page, Plugin, Preformatted, Specialchar and Titelbar
for the optional extra parsers (BBCode, Cowiki, Doku, Mediawiki and Tiki)
* Fixed bug 4175 "Wrong transform method" by generating PEAR_Error objects when a parse, format, or render rule cannot be found.
* applied feature request 4436 "Add option to getTokens to get original token indices" -- now the return array from getTokens() is keyed to the original token index number.
* Fixed Bug #4473 Undefined variables in error()
* Fixed bug 4474 to silence calls to htmlentities and htmlspecialchars so that errors about charsets don't pop up, per counsel from Jan at Horde.
* Fixed Code potential nesting
* Fixed bug #4719, "In Latex, newline rule does not produce a new line"
* Request #4520 Additional space confuses image tag, adapted regexp
* Request #4634 Code block title/filename, uses conf css_filename
* Code Xhtml: add php tags only if not there
* Heading: collapsing in headers
* Colortext Xhtml: don't add # if allready present
* Anchor Xhtml htlmentify the link
* Cleaned Xhtml renderers documentation headers
* Added an example in doc
* Rowspan and space before free format in Table renderer
* Secured url linked on images
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-11-06</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
This is a bug fix release, also with a few enhancements
Default parser:
* Bug #5660: The # is to be kept in the anchor option, (jeremy Lecour)
* Bug #5863: Don't mix bullet and numbered lists when following each other, (stefan dot kilp at gmx dot net)
* Bug #5397: variable used inside single quotes bugs WikiLinks (kristof dot coomans at sckcen dot be)
Xhtml renderer:
* Bug #5447: Preset $collapse to null (martin at mein-horde dot de)
* Bug #5847: onclick in lowercase for Xhtml compliance (meisteg at msoe dot edu)
* Unitiliazed row and column 's spans when coming from not mediawiki parser
Xhtml and Latex renderers:
* Render enumeration type a, A, i, or I in lists
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-11-08</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
This is a bug fix release, the Bug #5863: mixed <ul> <ol> when using * and # fix introduced a potential BBC: Bug #5879 Nested lists to do not parse properly in Text_Wiki
</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-03-02</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
This is a major release as we reduce global resource usage
# instantiate renderers only as needed
# factory() method introduced for instantiating Text_Wiki objects
# singleton() static method to get a single object instanciated pro parser (merci davidc for advices)
The constructor is now deprecated in favor of the new singleton() or factory() methods
Default also have its own class now, wich means Text_Wiki is a pure abstract class
Renderers now have their own methods for:
# text: textEncode() defaulted to php htmlspecialchars()
for Xhtml render to the text encoding choosed in conf (#5953, thanks jocke at selincite dot com)
# url: urlEncode() defaulted to the php rawurlencode()
Wiki general:
# Correct the key used in changeRule(), ensure no double new rule.
# Page names and anchors Urlencode() as render required (e.g. may contain spaces)
# Interwiki: parser may now give the full url instead of site+page (Mediawiki need)
# Improved test.
Latex render:
# Only variables should be assigned by reference (#6010, thanks twells at smarterliving dot com)
Plain render:
# Interwiki: Complete the rendering with indication of (url) or (site:page)
Xhtml render:
# Rendering Fix for Tables (Missing Whitespace) (thanks ritzmo)
# Added support for two-token URLs
## This allows formatting within URL text and proper rendering into other Wiki dialects (assuming that your parser supports the new feature. The Default parser does not yet support this.)
Maintainers:
# Del , one of the funders of the original code fully as pear developer
# JustinP is now lead
</notes>
</release>
<release>
<version>
<release>1.2.0RC1</release>
<api>1.2.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<date>2006-10-10</date>
<notes>
New Features:
# Experimental new rendering method introduced that uses preg instead of char-by-char parsing
## Please test for both speed and memory usage
Changes:
# Internal Text_Wiki error handling used in factory and singleton
# Needed files are now required
# bertrand Gugger has left development of Text_Wiki
Bugs fixed:
# Raw output is now encoded in Xhtml renderer to avoid XSS attacks
# Bug 8313 fix anchor output in Xhtml/Wikilink when used in conjuction with sprintf (thanks to bjs5075 at rit dot edu)
# Fixed various encoding issues with Xhtml/Wikilink URLs
# Bug #7091 fixed variable substitution in Latex renderer (thanks randlem at bgsu dot edu)
</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.2.0RC2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2007-03-11</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
New Features:
# Added an Address Xhtml renderer
# Balanced token checking has been added (this means that output such as <b><i>italic</b></i> is caught)
# A new stack-based callback system for renderers has been added to allow for more flexible output handling (see BlockQuote)
# The Url Xhtml renderer now allows a name to be passed in
# The Url Xhtml, Plain, Latex renderers now allow start/end tokens
Changes:
# Experimental preg rendering method deprecated as it had problems
# Package.xml 2.0 is now used exclusively
Bugs fixed:
# Bug #7320 fix UTF-8 rendering in WikiLink and Freelink
# Various UTF-8 fixes
# Bug #6292 remove paragraph tags from around headings and hrs in Xhtml renderer
# Preformatted Xhtml renderer now correctly escapes output
</notes>
</release>
<release>
<version>
<release>1.2.2</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-06-07</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
QA release
Bug #11649 Closed New Code regex fails
Req #12569 Closed Adding 'base_url' to XHTML Toc renderer
Bug #12719 Closed Blockquote parsing bugs
Bug #12722 Closed HTML Blockquote compliance
Bug #14604 Closed Unresolved dependency in Text_Wiki_Render_Latex_Freelink
Bug #18289 Closed List not properly parsed
Bug #19028 Closed remove error_reporting (for PEAR QA team)
Bug #20110 Closed package.xml does not validate
Req #20274 Closed Please Provides LICENSE file
</notes>
</release>
<release>
<version>
<release>1.2.3</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-03-13</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
QA release
Bug #23791 Undefined offset: 2 in /usr/share/php/Text/Wiki.php
GitHub #3 Fix recursive call to constructor [rjsmelo]
</notes>
</release>
</changelog>
</package>